Generate Svg
Creates scalable vector graphics (SVG) images from text descriptions, enabling visual representations of data or concepts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add generate-svg npx -- -y @trustedskills/generate-svg
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"generate-svg": {
"command": "npx",
"args": [
"-y",
"@trustedskills/generate-svg"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill generates Scalable Vector Graphics (SVG) images based on textual descriptions. It can create simple shapes, icons, or more complex illustrations. The generated SVG code is suitable for use in web applications, design projects, or any context requiring vector graphics.
When to use it
- Icon creation: Generate custom icons for a website or application from text prompts like "a blue envelope icon."
- Simple illustration generation: Create basic diagrams or illustrations based on descriptions such as “a flowchart showing three steps.”
- SVG code snippets: Obtain SVG code for specific shapes or designs to incorporate into larger projects.
- Prototyping visual elements: Quickly prototype visual assets without needing dedicated design software.
Key capabilities
- Text-to-SVG generation
- Creation of various shapes and icons
- Outputting SVG code
Example prompts
- "Generate an SVG image of a red circle."
- "Create an SVG icon for 'settings'."
- "Give me the SVG code for a simple bar chart."
Tips & gotchas
The quality of the generated SVG depends heavily on the clarity and detail provided in the prompt. Be specific with your descriptions to achieve desired results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.