Logo Design Skill
Description
Logo-design Agent Skill for Claude Code / Cursor — presents an HTML gallery of 5+ SVG concepts in Kyle's house style, then ships the chosen one.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
logo-design skill
A Claude Code / Cursor [Agent Skill](https://agentskills.io/specification) for designing logos in Kyle Johnson's house style.
When invoked, the skill:
- Presents an HTML gallery of 5+ SVG logo concepts — each semantically tied to the product name, simple, theme-friendly.
- Waits for the user to pick one.
- Ships the chosen mark as a clean standalone SVG (and optionally a matching
AppLogo.vuecomponent).
The house style
Every reference logo in `assets/sources/` follows the same rules:
- Semantic, not decorative — the shape means the word (Margin = page with margin line, Daylight = crescent bite, Takeout = paper-bag fold, Sift = narrowing bars, Aria = voice lines).
- Primitive SVG only — rects, lines, simple paths, masks.
- Theme-friendly —
currentColoror Tailwind semantic classes. - Monochrome-first — one color, or a primary + a tint.
- Works at 16px and 400px.
- Square-ish mark, wordmark optional.
Full breakdown in [`references/design-principles.md`](references/design-principles.md). SVG techniques in [`references/svg-patterns.md`](references/svg-patterns.md).
Install
git clone https://github.com/GKjohns/logo-design-skill.git ~/Programming/Workspace/logo-design-skill
# Make the skill visible to both Claude Code and Cursor via symlinks
ln -s ~/Programming/Workspace/logo-design-skill ~/.claude/skills/logo-design
ln -s ~/Programming/Workspace/logo-design-skill ~/.cursor/skills/logo-design
Usage
"Design a logo for a tool called Ledger that tracks accounting for solo lawyers."
Claude generates `logo-options-ledger.html` with 5+ concepts. You pick a number. Claude ships the final SVG.
Structure
logo-design-skill/
├── SKILL.md # Main skill instructions
├── references/
│ ├── design-principles.md # The house style, explained
│ └── svg-patterns.md # Copy-paste SVG building blocks
└── assets/
├── sources/
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://