Professional SVG logos from descriptions with multiple variations, layouts, and scalable vector graphics.
Works with
Gathers comprehensive brand requirements including industry, target audience, personality, and technical constraints before design
Generates 3-5 distinct logo concepts across seven types: wordmarks, lettermarks, pictorial marks, abstract marks, mascots, combination marks, and emblems
Creates multiple layout variations per concept (horizontal, vertical, square, icon-only, text-onl
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionsvg-logo-designerExecute the skills CLI command in your project's root directory to begin installation:
Fetches svg-logo-designer from rknall/claude-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate svg-logo-designer. Access via /svg-logo-designer in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
16
total installs
16
this week
35
GitHub stars
0
upvotes
Run in your terminal
16
installs
16
this week
35
stars
This skill creates professional, scalable vector graphic (SVG) logos from design specifications, offering multiple variations and layout options.
Activate this skill when the user requests:
When a user requests a logo, gather comprehensive design requirements:
Brand Information
Design Preferences
Style Guidelines
Technical Requirements
Number of Variations
Create multiple logo concepts based on requirements:
Develop the main design direction:
Design Thinking:
SVG Structure:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" width="200" height="200">
<defs>
<!-- Gradients, patterns, filters -->
<linearGradient id="gradient1" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#4F46E5;stop-opacity:1" />
<stop offset="100%" style="stop-color:#7C3AED;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Logo elements -->
<g id="logo-symbol">
<!-- Symbol/icon elements -->
</g>
<g id="logo-text">
<!-- Text elements (if applicable) -->
</g>
</svg>
Create variations exploring different visual approaches:
For each concept, create multiple layout options:
Create professional, optimized SVG code:
Best Practices:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 60">
<!-- Use groups for organization -->
<g id="icon">
<!-- Icon elements -->
</g>
<g id="wordmark">
<!-- Text elements -->
</g>
</svg>
Scalable Design
Color Management
<!-- Define colors once, reuse throughout -->
<defs>
<style>
.primary { fill: #4F46E5; }
.secondary { fill: #10B981; }
.text { fill: #1F2937; }
</style>
</defs>
<rect class="primary" x="0" y="0" width="100" height="100" />
Optimization
Accessibility
<svg role="img" aria-labelledby="logo-title logo-desc">
<title id="logo-title">Company Name Logo</title>
<desc id="logo-desc">A blue circular icon with the company name</desc>
<!-- Logo content -->
</svg>
Present logos in an organized, professional manner:
# Logo Design Concepts
## Concept 1: [Concept Name/Theme]
### Design Rationale
[Explain the thinking behind this design, visual metaphors used, and how it represents the brand]
### Primary Logo (Horizontal)
```xml
<svg><!-- SVG code here --></svg>
Usage: Headers, website navigation, business cards Dimensions: 200×60px (scalable)
<svg><!-- SVG code here --></svg>
Usage: Social media profiles, mobile apps Dimensions: 100×120px (scalable)
<svg><!-- SVG code here --></svg>
Usage: Favicon, app icon, small spaces Dimensions: 64×64px (scalable)
Full Color:
Monochrome (Dark):
Monochrome (Light):
Reversed:
[Repeat structure for additional concepts]
### Phase 6: File Generation
Save SVG files with proper naming:
```javascript
// File naming convention
company-name-logo-concept1-horizontal.svg
company-name-logo-concept1-vertical.svg
company-name-logo-concept1-icon.svg
company-name-logo-concept2-horizontal.svg
// etc.
Use the Write tool to save each variation:
// Example
Write({
file_path: "./logos/acme-logo-concept1-horizontal.svg",
content: svgCode
});
Provide comprehensive usage documentation:
# Logo Usage Guidelines
## File Formats Provided
### SVG (Scalable Vector Graphics)
- **Implementation Guide
Prerequisites
- ›Claude Desktop or compatible AI client with skill support
- ›Clear understanding of task or problem to solve
- ›Willingness to iterate and refine outputs
Time Estimate
15-45 minutes depending on use case complexity
Steps
- 1Install skill using provided installation command
- 2Test with simple use case relevant to your work
- 3Evaluate output quality and relevance
- 4Iterate on prompts to improve results
- 5Integrate into regular workflow if valuable
Common Pitfalls
- ⚠Expecting perfect results without iteration
- ⚠Not providing enough context in prompts
- ⚠Using skill for tasks outside its intended scope
- ⚠Accepting outputs without review and validation
Best Practices
✓ Do
- +Start with clear, specific prompts
- +Provide relevant context and constraints
- +Review and refine all outputs before using
- +Iterate to improve output quality
- +Document successful prompt patterns
✗ Don't
- −Don't use without understanding skill limitations
- −Don't skip validation of outputs
- −Don't share sensitive information in prompts
- −Don't expect skill to replace human judgment
💡 Pro Tips
- ★Be specific about desired format and style
- ★Ask for multiple options to choose from
- ★Request explanations to understand reasoning
- ★Combine AI efficiency with human expertise
When to Use This
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
Learning Path
- 1Familiarize yourself with skill capabilities and limitations
- 2Start with low-risk, non-critical tasks
- 3Progress to more complex and valuable use cases
- 4Build expertise through regular use and experimentation
Related Skills
bencium-controlled-ux-designer
52bencium/bencium-claude-code-design-skill
Frontendtag: designerfrontend-design
633anthropics/claude-code
Frontendsame categoryui-animation
230mblode/agent-skills
Frontendsame categorypremium-frontend-ui
228github/awesome-copilot
Frontendsame categoryhigh-end-visual-design
183leonxlnx/taste-skill
Frontendsame categoryantigravity-design-expert
182sickn33/antigravity-awesome-skills
Frontendsame categoryReviews
4.7★★★★★25 reviews- FFatima Sharma★★★★★Dec 20, 2024
We added svg-logo-designer from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- YYuki Reddy★★★★★Dec 16, 2024
Solid pick for teams standardizing on skills: svg-logo-designer is focused, and the summary matches what you get after install.
- SSakura Mensah★★★★★Nov 11, 2024
svg-logo-designer fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- AAnaya Garcia★★★★★Nov 7, 2024
I recommend svg-logo-designer for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
- AAnaya Liu★★★★★Oct 26, 2024
Keeps context tight: svg-logo-designer is the kind of skill you can hand to a new teammate without a long onboarding doc.
- SSakura Kim★★★★★Oct 2, 2024
svg-logo-designer has been reliable in day-to-day use. Documentation quality is above average for community skills.
- SSakshi Patil★★★★★Sep 17, 2024
svg-logo-designer fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- RRen Choi★★★★★Sep 9, 2024
Solid pick for teams standardizing on skills: svg-logo-designer is focused, and the summary matches what you get after install.
- TTariq Bansal★★★★★Sep 5, 2024
Registry listing for svg-logo-designer matched our evaluation — installs cleanly and behaves as described in the markdown.
- AAnika Choi★★★★★Aug 24, 2024
Useful defaults in svg-logo-designer — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 25
1 / 3Discussion
Comments — not star reviews- No comments yet — start the thread.