一键导入
svg-logo-designer
Generate scalable vector graphics (SVG) logos with multiple concepts, layouts, and color variations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate scalable vector graphics (SVG) logos with multiple concepts, layouts, and color variations
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Close a GitHub issue with discipline — resolved, superseded, or duplicate. Pre-flights body + comments, migrates substance before destroying context, cross-links both directions.
File a new GitHub issue with duplicate search, scope decision, label discovery, and preview before posting. Prevents fragmented or silently-filed issues.
Restructure the topology of GitHub issues — split one into many focused replacements, or merge multiple into one keeper. Migrates substance and cross-links before closing anything.
Update an existing GitHub issue — edit body, post a comment, retag, or reopen. Pre-flights body + comments; acknowledges stale framing instead of silently rewriting.
Review and address PR feedback using 6-dimensional code review
Structured code review using 6 dimensions. Works with or without the code-reviewer agent.
| name | svg-logo-designer |
| description | Generate scalable vector graphics (SVG) logos with multiple concepts, layouts, and color variations |
| allowed-tools | Read, Write, Glob |
Generate scalable vector graphics (SVG) logos with multiple concepts, layouts, and color variations.
Create professional SVG logos with multiple design directions, layouts, and color schemes.
viewBox for scalability — never set fixed width/height on the root <svg> element.<title> and <desc> for accessibility — screen readers need these to describe the logo.<defs> — gradients, patterns, and masks go here, not inline.Ask about: brand name, industry, target audience, color preferences, style (modern, classic, playful), logo type (wordmark, icon, combination).
Create 3-5 distinct design directions exploring different visual metaphors and composition styles.
For each selected concept: horizontal, vertical/stacked, square, icon-only, text-only.
Each layout in: full color, monochrome dark, monochrome light, reversed.
<svg viewBox="0 0 [width] [height]" xmlns="http://www.w3.org/2000/svg">
<title>Logo Name</title>
<desc>Brief description for accessibility</desc>
<defs><!-- Gradients, patterns --></defs>
<!-- Logo elements -->
</svg>
SVG files for each variation, color specs (HEX/RGB), usage guidelines.