Discover and explore top open-source AI tools and projects—updated daily.
geekjourneyxAI-driven design card generation
Top 73.4% on SourcePulse
This project provides a Claude Code skill for generating polished, publishable design cards from text, web pages, or URLs. It offers 14 distinct formats for platform covers, social sharing, and editorial layouts, all adhering to the Claude/Anthropic design system's aesthetic. The tool benefits users by automating the creation of visually consistent, high-quality digital assets.
How It Works
The system converts arbitrary input into pixel-accurate PNG cards using Bun as the runtime and Playwright for headless browser rendering. It applies a unified design language, featuring a warm Parchment background, Georgia serif font, and Terracotta accents, defined via specific design tokens. The workflow involves generating HTML based on input and design rules, then capturing it as an image, ensuring a consistent aesthetic across all outputs.
Quick Start & Requirements
npx skills add https://github.com/geekjourneyx/claude-design-card. Local development: bun install then bunx playwright install chromium.npx skills add command.Highlighted Details
--pg Parchment and --tc Terracotta, and fonts (Georgia, system-ui), avoiding specific color values like #ffffff and font-weight: 700.--full-page for auto-height layouts.Maintenance & Community
geekjourneyx, Twitter: @seekjourney, Personal: jieni.ai).Licensing & Compatibility
Limitations & Caveats
The README does not specify any known limitations, bugs, or alpha status. The primary dependency on the Bun runtime may represent a less common development environment compared to Node.js.
1 week ago
Inactive