원클릭으로
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.