ワンクリックで
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.