From 114c1cde67ef8fb0d147339578c26ab41cf7f7d5 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:52:12 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 12 + README.md | 3 + SKILL.md | 639 +++++++++++++++++++++++++++++++++++++ plugin.lock.json | 45 +++ 4 files changed, 699 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 SKILL.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..9099a3d --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "svg-logo-designer", + "description": "Generate professional SVG logos with multiple concepts, layouts, and variations. Creates scalable vector graphics with comprehensive usage guidelines", + "version": "1.0.0", + "author": { + "name": "rknall", + "email": "zhongweili@tubi.tv" + }, + "skills": [ + "./" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..49c33f5 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# svg-logo-designer + +Generate professional SVG logos with multiple concepts, layouts, and variations. Creates scalable vector graphics with comprehensive usage guidelines diff --git a/SKILL.md b/SKILL.md new file mode 100644 index 0000000..7c265f3 --- /dev/null +++ b/SKILL.md @@ -0,0 +1,639 @@ +--- +name: "SVG Logo Designer" +description: "Create professional SVG logos from descriptions and design specifications. Generates multiple logo variations with different layouts, styles, and concepts. Produces scalable vector graphics that can be used directly or exported to PNG. Use this skill when users ask to create logos, brand identities, icons, or visual marks for their designs." +--- + +# SVG Logo Designer + +This skill creates professional, scalable vector graphic (SVG) logos from design specifications, offering multiple variations and layout options. + +## When to Use This Skill + +Activate this skill when the user requests: +- Create a logo from a description or specification +- Design a brand identity or visual mark +- Generate logo variations and concepts +- Create icons or symbols +- Design wordmarks or lettermarks +- Produce scalable graphics for branding +- Export logos in different layouts and styles + +## Core Workflow + +### Phase 1: Requirements Gathering + +When a user requests a logo, gather comprehensive design requirements: + +1. **Brand Information** + - Company/product name + - Industry and market + - Target audience + - Brand personality (modern, classic, playful, serious, etc.) + - Brand values and messaging + - Competitors (for differentiation) + +2. **Design Preferences** + - Logo type: + - **Wordmark**: Text-based logo (Google, Coca-Cola style) + - **Lettermark**: Initials/abbreviation (IBM, HBO style) + - **Pictorial Mark**: Icon/symbol (Apple, Twitter style) + - **Abstract Mark**: Abstract geometric form (Pepsi, Adidas style) + - **Mascot**: Character-based (KFC Colonel, Michelin Man style) + - **Combination Mark**: Icon + text (Burger King, Lacoste style) + - **Emblem**: Text inside symbol (Starbucks, Harley-Davidson style) + +3. **Style Guidelines** + - Color palette (specific colors or let AI choose) + - Color psychology considerations + - Font preferences (if text-based) + - Visual style: + - Minimalist + - Geometric + - Organic/flowing + - Bold/strong + - Elegant/refined + - Playful/friendly + - Tech/modern + - Vintage/retro + +4. **Technical Requirements** + - Size constraints (will it be used small? large?) + - Application contexts (website, print, merchandise, etc.) + - Color vs monochrome versions needed + - Background usage (light, dark, transparent) + - Scalability requirements + +5. **Number of Variations** + - How many different concepts? (Recommend 3-5) + - How many layouts per concept? (Horizontal, vertical, square, circular) + - Color variations needed? + +### Phase 2: Design Concept Development + +Create multiple logo concepts based on requirements: + +#### Concept 1: Primary Direction + +Develop the main design direction: + +**Design Thinking:** +- Research visual metaphors related to brand +- Consider negative space opportunities +- Ensure memorability and uniqueness +- Balance simplicity with distinctiveness +- Consider cultural appropriateness + +**SVG Structure:** +```xml + + + + + + + + + + + + + + + + + + +``` + +#### Concept 2-5: Alternative Directions + +Create variations exploring different visual approaches: +- Different visual metaphors +- Different style treatments +- Different layouts and compositions +- Different color applications + +### Phase 3: Layout Variations + +For each concept, create multiple layout options: + +#### Layout A: Horizontal Lockup +- Icon on left, text on right +- Best for website headers, business cards +- Wider aspect ratio + +#### Layout B: Vertical Lockup +- Icon on top, text below +- Best for social media profiles, app icons +- Taller aspect ratio + +#### Layout C: Square/Centered +- Icon and text centered +- Best for favicon, app icon, profile picture +- 1:1 aspect ratio + +#### Layout D: Icon Only +- Symbol without text +- Best for small sizes, watermarks +- Compact, recognizable + +#### Layout E: Text Only +- Wordmark without icon +- Best for minimal applications +- Typography-focused + +### Phase 4: SVG Generation + +Create professional, optimized SVG code: + +**Best Practices:** + +1. **Clean, Semantic Code** +```xml + + + + + + + + + +``` + +2. **Scalable Design** + - Use viewBox for scalability + - Avoid pixel-specific sizes + - Use relative units + - Design at multiple sizes to test + +3. **Color Management** +```xml + + + + + + +``` + +4. **Optimization** + - Remove unnecessary attributes + - Combine paths where possible + - Use symbols for repeated elements + - Minimize decimal precision + - Remove invisible elements + +5. **Accessibility** +```xml + + Company Name Logo + A blue circular icon with the company name + + +``` + +### Phase 5: Presentation + +Present logos in an organized, professional manner: + +```markdown +# 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 + +``` + +**Usage:** Headers, website navigation, business cards +**Dimensions:** 200×60px (scalable) + +### Vertical Layout +```xml + +``` + +**Usage:** Social media profiles, mobile apps +**Dimensions:** 100×120px (scalable) + +### Icon Only +```xml + +``` + +**Usage:** Favicon, app icon, small spaces +**Dimensions:** 64×64px (scalable) + +### Color Variations + +**Full Color:** +- Primary: #4F46E5 (Indigo) +- Secondary: #10B981 (Emerald) + +**Monochrome (Dark):** +- Single color: #1F2937 (Gray-900) + +**Monochrome (Light):** +- Single color: #FFFFFF (White) + +**Reversed:** +- For dark backgrounds + +--- + +## Concept 2: [Concept Name/Theme] + +[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: +```javascript +// Example +Write({ + file_path: "./logos/acme-logo-concept1-horizontal.svg", + content: svgCode +}); +``` + +### Phase 7: Usage Guidelines + +Provide comprehensive usage documentation: + +```markdown +# Logo Usage Guidelines + +## File Formats Provided + +### SVG (Scalable Vector Graphics) +- **Use for:** Websites, digital applications, large prints +- **Benefits:** Infinitely scalable, small file size, editable +- **How to use:** Embed directly in HTML or open in design tools + +### Exporting to PNG +If you need PNG format: + +**Option 1: Using Inkscape (Free)** +```bash +inkscape logo.svg --export-png=logo.png --export-width=1000 +``` + +**Option 2: Using ImageMagick** +```bash +convert -background none logo.svg logo.png +``` + +**Option 3: Online Converter** +- Visit: https://cloudconvert.com/svg-to-png +- Upload SVG, download PNG + +## Clear Space + +Maintain minimum clear space around logo: +- Distance = Height of logo symbol +- No text or graphics in clear space + +## Minimum Sizes + +- **Digital:** 100px width minimum +- **Print:** 1 inch width minimum + +## Color Usage + +### Primary Color Palette +- Use full color on white/light backgrounds +- Use monochrome white on dark backgrounds +- Use monochrome dark on light backgrounds + +### Color Variations by Context + +**Website Headers:** +- Full color version preferred +- Ensure 4.5:1 contrast with background + +**Social Media:** +- Use square/circular crops +- Provide background color if needed + +**Print Materials:** +- Full color for color printing +- Monochrome black for B&W printing +- Consider spot color for cost-effective printing + +## Incorrect Usage + +❌ Do Not: +- Stretch or distort the logo +- Change colors outside approved palette +- Add effects (shadows, glows, etc.) +- Rotate or skew the logo +- Place on busy backgrounds without clear space +- Recreate or modify logo elements + +## File Organization + +``` +logos/ + concept-1/ + horizontal/ + full-color.svg + monochrome-dark.svg + monochrome-light.svg + vertical/ + [same variations] + icon/ + [same variations] + concept-2/ + [same structure] +``` + +## Technical Specifications + +### Web Usage +```html + + + + +Company Name Logo + + +.logo { + background-image: url('logo.svg'); + background-size: contain; +} +``` + +### Responsive Implementation +```css +.logo { + width: 100%; + max-width: 200px; + height: auto; +} + +/* Mobile */ +@media (max-width: 768px) { + .logo { + max-width: 150px; + } +} +``` +``` + +## Design Patterns & Examples + +### Wordmark Logo + +```xml + + + + + COMPANY + +``` + +### Geometric Icon + +```xml + + + + + + + + + + + + + + +``` + +### Abstract Mark + +```xml + + + + + +``` + +### Combination Mark + +```xml + + + + + + + + + + + COMPANY + + + +``` + +## Color Psychology Guide + +Help users choose appropriate colors: + +**Blue** (#0066CC, #4F46E5) +- Trust, professionalism, stability +- Industries: Finance, technology, healthcare + +**Green** (#10B981, #059669) +- Growth, health, eco-friendly +- Industries: Environment, wellness, finance + +**Red** (#DC2626, #EF4444) +- Energy, passion, urgency +- Industries: Food, entertainment, retail + +**Purple** (#7C3AED, #8B5CF6) +- Creativity, luxury, spirituality +- Industries: Beauty, tech, creative + +**Orange** (#F97316, #FB923C) +- Friendly, energetic, affordable +- Industries: Retail, food, entertainment + +**Yellow** (#FBBF24, #FCD34D) +- Optimism, clarity, warmth +- Industries: Food, children, energy + +**Black/Gray** (#1F2937, #6B7280) +- Sophisticated, modern, classic +- Industries: Luxury, fashion, technology + +## Iteration Process + +After presenting initial concepts: + +1. **Gather Feedback** + - Which concept resonates most? + - What elements to keep/change? + - Any concerns or issues? + +2. **Refine Selected Concept** + - Adjust colors if needed + - Tweak proportions + - Refine details + - Test at different sizes + +3. **Create Final Variations** + - All layout options + - All color variations + - Special use cases + +4. **Deliver Final Package** + - All SVG files + - Usage guidelines + - Technical specs + - Export instructions + +## Communication Style + +When working with users: + +1. **Understand the Brand** + - Ask about brand personality + - Understand target audience + - Research industry context + +2. **Explain Design Choices** + - Share rationale for visual metaphors + - Explain color psychology + - Justify composition decisions + +3. **Provide Options** + - Offer multiple concepts + - Show layout variations + - Demonstrate color options + +4. **Be Flexible** + - Accept feedback gracefully + - Iterate based on input + - Explain limitations when necessary + +5. **Educate** + - Explain SVG benefits + - Guide on proper usage + - Share best practices + +## Deliverables + +Provide complete logo package: + +1. **SVG Files** + - All concepts (3-5) + - All layouts per concept (3-5) + - All color variations (3-4) + - Total: 30-75 files typically + +2. **Documentation** + - Usage guidelines + - Color specifications + - Size recommendations + - Do's and don'ts + +3. **Technical Info** + - File organization structure + - Export instructions (SVG to PNG) + - Web implementation examples + - Print specifications + +4. **Optional: Mockups** + - Logo on business card + - Logo on website header + - Logo on product + - Logo on signage + +## Example Workflow + +**User Request:** +> "Create a logo for my tech startup called 'CloudSync'. We provide cloud storage solutions. Looking for something modern and trustworthy." + +**Your Response:** + +1. **Clarify:** + - "I'll create a modern, tech-focused logo for CloudSync. A few questions: + - Preferred colors? (Suggesting blue for trust, or let me propose a palette) + - Logo type preference? (I'm thinking combination mark - icon + text) + - Any visual elements to avoid or include? (clouds, sync symbols, etc.) + - How many concepts would you like to see? (I recommend 3-4)" + +2. **Develop Concepts:** + - **Concept 1**: Abstract cloud with sync arrows, modern geometric style + - **Concept 2**: Minimalist wordmark with stylized 'C' incorporating cloud + - **Concept 3**: Circular badge with cloud and connection nodes + - **Concept 4**: Bold lettermark 'CS' with cloud integration + +3. **Create Variations:** + - For each concept: horizontal, vertical, icon-only layouts + - Color variations: full color, monochrome, reversed + +4. **Present:** + - Show all concepts with rationale + - Provide SVG code for each + - Include usage guidelines + - Offer iteration based on feedback + +5. **Refine:** + - User selects favorite concept + - Make requested adjustments + - Finalize all variations + - Deliver complete package + +Remember: Great logos are simple, memorable, timeless, versatile, and appropriate. Focus on creating designs that will work across all applications and stand the test of time! diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..e052ef8 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:rknall/claude-skills:svg-logo-designer", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "31f869347d95de7d33a81b009a19c0f97c8ca3f6", + "treeHash": "71c978e1f2290e80f944345b125906db41e454b975fbc31bcba4b776831e9709", + "generatedAt": "2025-11-28T10:27:58.891128Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "svg-logo-designer", + "description": "Generate professional SVG logos with multiple concepts, layouts, and variations. Creates scalable vector graphics with comprehensive usage guidelines", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "50c678f6921ecbcbe2323d526227f8f064b4da9c88e64a64b4ec735ca011ee80" + }, + { + "path": "SKILL.md", + "sha256": "5f93eb1574cc03a540435b501daef6e14d11b933f31deaeec92db7b0fe86e9f5" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "98bec78ca8a2603ea8597c4ef5e199c904e812837022add01b3ad242b25bbf6e" + } + ], + "dirSha256": "71c978e1f2290e80f944345b125906db41e454b975fbc31bcba4b776831e9709" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file