/logo
When the user wants to optimize logo placement, linking, or branding on a website. Also use when the user mentions "logo," "brand logo," "header logo," "logo placement," "AI logo design," "logo link," "logo alt text," "logo sizing," "favicon logo," or "logo usage." For full
$ npx -y skills add kostja94/marketing-skills --skill logo --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/logo
Context preview
The summary Claude sees to decide when to auto-load this skill.
When the user wants to optimize logo placement, linking, or branding on a website. Also use when the user mentions "logo," "brand logo," "header logo," "logo placement," "AI logo design," "logo link," "logo alt text," "logo sizing," "favicon logo," or "logo usage." For full
SKILL.md
logo.SKILL.mdname: logo-generator
description: When the user wants to optimize logo placement, linking, or branding on a website. Also use when the user mentions "logo," "brand logo," "header logo," "logo placement," "AI logo design," "logo link," "logo alt text," "logo sizing," "favicon logo," or "logo usage." For full brand visuals, use brand-visual-generator.
metadata:
version: 1.0.1
Components: Logo
Guides logo placement and implementation for brand recall and navigation. Logo placement affects user orientation and conversion.
**When invoking**: On **first use**, if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On **subsequent use** or when the user asks to skip, go directly to the main output.
Initial Assessment
**Check for project context first:** If `.claude/project-context.md` or `.cursor/project-context.md` exists, read it for brand guidelines and visual identity.
**Brand guidelines source**: Logo usage rules (clear space, minimum sizes, variants) come from **branding** (strategy), **brand-visual-generator** (visual specs), or media kit. Ensure alignment before implementation.
Identify: 1. **Context**: Header, footer, standalone 2. **Platform**: Web, mobile, both 3. **Brand guidelines**: Size, clear space, variants (from brand-visual-generator or media kit)
Placement Best Practices
Optimal: Top-Left
- **Brand recall**: Users are 89% more likely to remember logos in top-left vs. right
- **Left-aligned**: ~39% brand recall vs. 21% for right-aligned
- **Navigation anchor**: Users expect logo to link to homepage; left placement is intuitive
- **Scan pattern**: Aligns with left-to-right reading flow
Avoid
- **Centered logos**: Users navigating home from centered logos are ~6x more likely to fail
- **Right-aligned**: Violates conventions; harms brand recognition
When Center May Work
- Minimal headers with few elements
- Brand-heavy landing pages where logo is focal point
- Ensure logo still links to homepage and is clearly clickable
Implementation
Linking
- **Always link to homepage** from logo
- Use `<a href="/">` wrapping logo image
- Expected behavior; don't break convention
Image
- Use appropriate format (SVG preferred for scalability)
- Provide `alt` text: company/product name, not "logo"
- Example: `alt="Acme Inc."` not `alt="Logo"`
Size & Clear Space
- **Minimum size**: Document in brand guide; prevent illegibility at small sizes (favicon, mobile header).
- **Clear space**: Minimum space around logo; no text or graphics within this zone. Defined in brand-visual-generator.
- **Responsive**: Ensure readability on mobile; test at 375px, 768px, 1024px.
- **Variants**: Primary, secondary, monogram; light/dark backgrounds per brand guidelines.
AI Product Logo Design (Optional)
For AI/SaaS products, [Alignify AI Logo Guide](https://alignify.co/insights/ai-logo-design) offers industry-specific guidance.
Design Trends
*Examples are illustrative; no endorsement implied.*
| Style | Use Case | Examples | |-------|----------|----------| | **Hexagon** | Technical platforms, enterprise AI | Common in AI logos (e.g. OpenAI) | | **Rotation/swirl** | Generative AI, creative tools | E.g. DeepMind, Stability AI | | **Minimalist robot** | Assistants, chatbots | E.g. Jasper, Replika | | **Emoji/symbol** | Consumer, friendly AI | E.g. Hugging Face, Zoom AI |
Design Process
1. **Positioning**: B2B (professional, trustworthy) vs B2C (friendly, approachable) 2. **Core element**: Choose hexagon, rotation, robot, or emoji per product type 3. **Color**: Tech blue, blue-to-purple gradients, monochrome; consider dark mode 4. **Test sizes**: Favicon, mobile, header; ensure recognition at small sizes 5. **Trademark check**: Avoid conflicts with existing marks
Avoid
- Overly complex; modern AI logos favor minimalism
- Too similar to competitors; balance industry recognition with uniqueness
- Overly technical symbols for B2C; use friendlier designs
- Ignoring mobile display; test at multiple sizes
- Frequent rebranding; choose a long-term design
SEO
- Alt text supports accessibility and image SEO
- Logo link contributes to internal linking (homepage)
Accessibility
| Requirement | Practice | |-------------|----------| | **Alt text** | Descriptive; company name | | **Contrast** | Logo visible against background | | **Focus** | Link receives visible focus state | | **Touch targets** | Adequate size on mobile (>=44x44px) |
Output Format
- **Placement** recommendation
- **Implementation** notes (HTML, alt, link)
- **Accessibility** checklist
- **AI products** (optional): Design trend and archetype suggestions per positioning
Related Skills
- **branding**: Brand strategy; logo rules defined in brand guidelines
- **navigation-menu-generator**: Logo typically sits in header with nav
- **hero-generator**: Logo appears in hero context on landing pages
- **media-kit-page-generator**: Logo assets, brand guidelines, usage rules
- **favicon-generator**: Favicon derived from logo; consistent brand in browser tabs
- **brand-visual-generator**: Typography, colors, spacing; logo clear space and variants
Read more
name: logo-generator description: When the user wants to optimize logo placement, linking, or branding on a website. Also use when the user mentions "logo," "brand logo," "header logo," "logo placement," "AI logo design," "logo link," "logo alt text," "logo sizing," "favicon logo," or "logo usage." For full brand visuals, use brand-visual-generator. metadata: version: 1.0.1
Components: Logo
Guides logo placement and implementation for brand recall and navigation. Logo placement affects user orientation and conversion.
**When invoking**: On **first use**, if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On **subsequent use** or when the user asks to skip, go directly to the main output.
Initial Assessment
**Check for project context first:** If `.claude/project-context.md` or `.cursor/project-context.md` exists, read it for brand guidelines and visual identity.
**Brand guidelines source**: Logo usage rules (clear space, minimum sizes, variants) come from **branding** (strategy), **brand-visual-generator** (visual specs), or media kit. Ensure alignment before implementation.
Identify: 1. **Context**: Header, footer, standalone 2. **Platform**: Web, mobile, both 3. **Brand guidelines**: Size, clear space, variants (from brand-visual-generator or media kit)
Placement Best Practices
Optimal: Top-Left
- **Brand recall**: Users are 89% more likely to remember logos in top-left vs. right
- **Left-aligned**: ~39% brand recall vs. 21% for right-aligned
- **Navigation anchor**: Users expect logo to link to homepage; left placement is intuitive
- **Scan pattern**: Aligns with left-to-right reading flow
Avoid
- **Centered logos**: Users navigating home from centered logos are ~6x more likely to fail
- **Right-aligned**: Violates conventions; harms brand recognition
When Center May Work
- Minimal headers with few elements
- Brand-heavy landing pages where logo is focal point
- Ensure logo still links to homepage and is clearly clickable
Implementation
Linking
- **Always link to homepage** from logo
- Use `<a href="/">` wrapping logo image
- Expected behavior; don't break convention
Image
- Use appropriate format (SVG preferred for scalability)
- Provide `alt` text: company/product name, not "logo"
- Example: `alt="Acme Inc."` not `alt="Logo"`
Size & Clear Space
- **Minimum size**: Document in brand guide; prevent illegibility at small sizes (favicon, mobile header).
- **Clear space**: Minimum space around logo; no text or graphics within this zone. Defined in brand-visual-generator.
- **Responsive**: Ensure readability on mobile; test at 375px, 768px, 1024px.
- **Variants**: Primary, secondary, monogram; light/dark backgrounds per brand guidelines.
AI Product Logo Design (Optional)
For AI/SaaS products, [Alignify AI Logo Guide](https://alignify.co/insights/ai-logo-design) offers industry-specific guidance.
Design Trends
*Examples are illustrative; no endorsement implied.*
| Style | Use Case | Examples | |-------|----------|----------| | **Hexagon** | Technical platforms, enterprise AI | Common in AI logos (e.g. OpenAI) | | **Rotation/swirl** | Generative AI, creative tools | E.g. DeepMind, Stability AI | | **Minimalist robot** | Assistants, chatbots | E.g. Jasper, Replika | | **Emoji/symbol** | Consumer, friendly AI | E.g. Hugging Face, Zoom AI |
Design Process
1. **Positioning**: B2B (professional, trustworthy) vs B2C (friendly, approachable) 2. **Core element**: Choose hexagon, rotation, robot, or emoji per product type 3. **Color**: Tech blue, blue-to-purple gradients, monochrome; consider dark mode 4. **Test sizes**: Favicon, mobile, header; ensure recognition at small sizes 5. **Trademark check**: Avoid conflicts with existing marks
Avoid
- Overly complex; modern AI logos favor minimalism
- Too similar to competitors; balance industry recognition with uniqueness
- Overly technical symbols for B2C; use friendlier designs
- Ignoring mobile display; test at multiple sizes
- Frequent rebranding; choose a long-term design
SEO
- Alt text supports accessibility and image SEO
- Logo link contributes to internal linking (homepage)
Accessibility
| Requirement | Practice | |-------------|----------| | **Alt text** | Descriptive; company name | | **Contrast** | Logo visible against background | | **Focus** | Link receives visible focus state | | **Touch targets** | Adequate size on mobile (>=44x44px) |
Output Format
- **Placement** recommendation
- **Implementation** notes (HTML, alt, link)
- **Accessibility** checklist
- **AI products** (optional): Design trend and archetype suggestions per positioning
Related Skills
- **branding**: Brand strategy; logo rules defined in brand guidelines
- **navigation-menu-generator**: Logo typically sits in header with nav
- **hero-generator**: Logo appears in hero context on landing pages
- **media-kit-page-generator**: Logo assets, brand guidelines, usage rules
- **favicon-generator**: Favicon derived from logo; consistent brand in browser tabs
- **brand-visual-generator**: Typography, colors, spacing; logo clear space and variants
Markdown skill library for AI agents - SEO, content, pages, paid ads, channels, strategies. Add project context + skills; your agent delivers tailored, production-ready output. Works with Cursor, Claude Code, OpenClaw, Lovable, and any AI that reads markdown.
Repo: kostja94/marketing-skills
Other skills on kostja94-marketing-skills.
- /google-search-console
When the user wants to analyze Google Search Console data, use the GSC API, or interpret search performance. Also use when the user mentions "GSC," "Search Console," "indexing report," "Core Web Vitals," "Enhancements," "Insights report," "search performance," "search queries,"
Open skill - /seo-monitoring
When the user wants to build an SEO data analysis system, monitor indexing/traffic/keywords/backlinks, or set up benchmarks. Also use when the user mentions "SEO data analysis," "SEO monitoring," "article database," "traffic benchmark," "penalty recovery," "SEO work document,"
Open skill - /ai-traffic
When the user wants to track AI search traffic in GA4 or GSC. Also use when the user mentions "AI traffic," "ChatGPT referral," "Perplexity traffic," "AI Overviews," "GA4 AI sources," "AI search analytics," "track AI referrals," "AI search traffic," "Claude traffic," or "how to
Open skill - /traffic
When the user wants to analyze website traffic sources, attribution, or dark traffic. Also use when the user mentions "traffic sources," "dark traffic," "direct traffic," "UTM parameters," "traffic attribution," "channel attribution," "attribution optimization," "channel
Open skill - /tracking
When the user wants to set up, audit, or optimize analytics tracking (GA4, events, conversions). Also use when the user mentions "Google Analytics," "GA4," "event tracking," "conversions," "attribution model," "gtag," "data layer," "GA4 setup," "conversion tracking," "event
Open skill - /community-forum
When the user wants to promote via forums, communities, or invite users to join a community. Also use when the user mentions "forum promotion," "Indie Hacker," "Hacker News," "community growth," "Discord promotion," "vertical community," "brand encyclopedia," "Wikipedia,"
Open skill

