Purpose
Provide structured guidance for brand identity, visual design, ad creative production, design documentation, and design workflow management. This domain covers performance ad copy, brand voice, Anthropic brand guidelines, visual canvas art, design system documentation, presentation theming, web interface compliance, and design orchestration.
Domain Coverage
This package represents the brand and visual design domain. It covers multiple interconnected capabilities: generating ad creative, defining brand voice, applying brand guidelines, creating visual art on canvas, documenting design systems, theming presentations, reviewing web interfaces against design standards, and orchestrating design workflows.
Mini-skills are separated for routing and selective loading. Real tasks in this domain often combine brand guidelines with creative output, or design documentation with visual validation.
How to Use
- Always begin with self-diagnostic. Start with a quick package integrity check, then validate only the activated working set. The self-diagnostic rules are defined in
self-diagnostic-protocol.md.
- Identify the primary mini-skill that best matches the task.
- Check the Multi-Skill Activation Guide below to load adjacent mini-skills.
- Open the corresponding reference file under
references/skills/.
- Open the corresponding examples file under
examples/skills/ if concrete patterns are needed.
- Use
resources/skill-catalog.md for the full index.
- Use
resources/routing-guide.md when a task spans multiple mini-skills.
- Use
resources/asset-link-index.md to find every auxiliary folder and file.
Multi-Skill Activation Guide
Do not treat mini-skills as isolated when the task spans multiple concerns. For all non-trivial tasks, apply the universal composition rule in composition-protocol.md.
Common combinations:
- Creating branded ad copy: ad-creative (primary) + brand-bible + brand-guidelines-anthropic
- Applying brand identity: brand-guidelines-anthropic (primary) + brand-bible + canvas-design
- Visual art creation: canvas-design (primary) + theme-factory + brand-guidelines-anthropic
- Design system documentation: design-md (primary) + brand-bible + web-design-codex
- Theming a presentation: theme-factory (primary) + brand-guidelines-anthropic + canvas-design
- Design workflow management: design-orchestration (primary) + design-md + web-design-codex
- Web interface review: web-design-codex (primary) + brand-bible + brand-guidelines-anthropic
Package Structure
SKILL.md — lightweight router and high-level index
composition-protocol.md — universal rules for selecting and combining mini-skills
self-diagnostic-protocol.md — self-diagnostic rules for this domain package
resources/skill-catalog.md — full catalog of extracted mini-skills
resources/routing-guide.md — navigation and composition rules
resources/asset-link-index.md — complete link map for every auxiliary folder and file
resources/manifest.json — machine-readable package manifest
shared-rules/STYLE-GUARDRAILS.md — package-wide output guardrails used across mini-skills
shared-rules/ANTI-PATTERNS.md — package-wide mistakes and rejection checks used across mini-skills
references/skills/*.md — full extracted guidance per mini-skill
examples/skills/*.md — extracted code snippets and usage samples
Mini-Skills Index
ad-creative
- Summary: Generate high-performing ad copy at scale — headlines, descriptions, and primary text with character-count validation and iteration tracking.
- Open reference:
references/skills/ad-creative.md
- Open examples:
examples/skills/ad-creative.md
brand-bible
- Summary: Write user-facing copy following brand voice guidelines covering tone, personality, conciseness, and context-appropriate writing.
- Open reference:
references/skills/brand-bible.md
- Open examples:
examples/skills/brand-bible.md
brand-guidelines-anthropic
- Summary: Apply Anthropic's official brand identity including colors, typography (Poppins/Lora), and visual formatting to artifacts and documents.
- Open reference:
references/skills/brand-guidelines-anthropic.md
- Open examples:
examples/skills/brand-guidelines-anthropic.md
brand-guidelines-community
- Summary: Apply community-edition brand guidelines with Anthropic-aligned colors, typography (Poppins/Lora), and visual identity for community projects.
- Open reference:
references/skills/brand-guidelines-community.md
- Open examples:
examples/skills/brand-guidelines-community.md
canvas-design
- Summary: Create design philosophies as aesthetic movements and express them visually on canvas, producing .md philosophy documents and .pdf or .png visual artifacts.
- Open reference:
references/skills/canvas-design.md
- Open examples:
examples/skills/canvas-design.md
design-md
- Summary: Create DESIGN.md files as design system documentation for Stitch projects, capturing visual themes, color palettes, typography, component styles, and layout principles.
- Open reference:
references/skills/design-md.md
- Open examples:
examples/skills/design-md.md
design-orchestration
- Summary: Control the flow between design skills — ensuring ideas become designs, designs are reviewed, and only validated designs reach implementation.
- Open reference:
references/skills/design-orchestration.md
- Open examples:
examples/skills/design-orchestration.md
theme-factory
- Summary: Apply consistent, professional themes with cohesive color palettes and font pairings to slide decks and artifacts from 10 pre-built themes.
- Open reference:
references/skills/theme-factory.md
- Open examples:
examples/skills/theme-factory.md
web-design-codex
- Summary: Review web interface files for compliance with Vercel's Web Interface Guidelines, outputting findings in terse file:line format.
- Open reference:
references/skills/web-design-codex.md
- Open examples:
examples/skills/web-design-codex.md
Validation
- Keep detailed implementation guidance outside the main
SKILL.md.
- Prefer adding or updating auxiliary files rather than re-expanding the router.
- Preserve skill-specific constraints, examples, and workflow details in the extracted files.
Output Requirements
- Keep the main file concise and navigational.
- Store deep guidance in auxiliary files.
- Use descriptive, stable file names for extracted mini-skills.
1---2name: brand-visual3description: Use for brand identity, visual design systems, ad creative copy, brand voice guidelines, canvas art, design documentation, theme styling, web interface reviews, and design workflow orchestration. Covers brand colors, typography, copy generation, design philosophies, and security-aware API design review.4---56## Purpose78Provide structured guidance for brand identity, visual design, ad creative production, design documentation, and design workflow management. This domain covers performance ad copy, brand voice, Anthropic brand guidelines, visual canvas art, design system documentation, presentation theming, web interface compliance, and design orchestration.910## Domain Coverage1112This package represents the brand and visual design domain. It covers multiple interconnected capabilities: generating ad creative, defining brand voice, applying brand guidelines, creating visual art on canvas, documenting design systems, theming presentations, reviewing web interfaces against design standards, and orchestrating design workflows.1314Mini-skills are separated for routing and selective loading. Real tasks in this domain often combine brand guidelines with creative output, or design documentation with visual validation.1516## How to Use17181. Always begin with self-diagnostic. Start with a quick package integrity check, then validate only the activated working set. The self-diagnostic rules are defined in `self-diagnostic-protocol.md`.192. Identify the primary mini-skill that best matches the task.203. Check the Multi-Skill Activation Guide below to load adjacent mini-skills.214. Open the corresponding reference file under `references/skills/`.225. Open the corresponding examples file under `examples/skills/` if concrete patterns are needed.236. Use `resources/skill-catalog.md` for the full index.247. Use `resources/routing-guide.md` when a task spans multiple mini-skills.258. Use `resources/asset-link-index.md` to find every auxiliary folder and file.2627## Multi-Skill Activation Guide2829Do not treat mini-skills as isolated when the task spans multiple concerns. For all non-trivial tasks, apply the universal composition rule in `composition-protocol.md`.3031Common combinations:3233- **Creating branded ad copy**: ad-creative (primary) + brand-bible + brand-guidelines-anthropic34- **Applying brand identity**: brand-guidelines-anthropic (primary) + brand-bible + canvas-design35- **Visual art creation**: canvas-design (primary) + theme-factory + brand-guidelines-anthropic36- **Design system documentation**: design-md (primary) + brand-bible + web-design-codex37- **Theming a presentation**: theme-factory (primary) + brand-guidelines-anthropic + canvas-design38- **Design workflow management**: design-orchestration (primary) + design-md + web-design-codex39- **Web interface review**: web-design-codex (primary) + brand-bible + brand-guidelines-anthropic4041## Package Structure4243- `SKILL.md` — lightweight router and high-level index44- `composition-protocol.md` — universal rules for selecting and combining mini-skills45- `self-diagnostic-protocol.md` — self-diagnostic rules for this domain package46- `resources/skill-catalog.md` — full catalog of extracted mini-skills47- `resources/routing-guide.md` — navigation and composition rules48- `resources/asset-link-index.md` — complete link map for every auxiliary folder and file49- `resources/manifest.json` — machine-readable package manifest50- `shared-rules/STYLE-GUARDRAILS.md` — package-wide output guardrails used across mini-skills51- `shared-rules/ANTI-PATTERNS.md` — package-wide mistakes and rejection checks used across mini-skills52- `references/skills/*.md` — full extracted guidance per mini-skill53- `examples/skills/*.md` — extracted code snippets and usage samples5455## Mini-Skills Index5657### ad-creative58- Summary: Generate high-performing ad copy at scale — headlines, descriptions, and primary text with character-count validation and iteration tracking.59- Open reference: `references/skills/ad-creative.md`60- Open examples: `examples/skills/ad-creative.md`6162### brand-bible63- Summary: Write user-facing copy following brand voice guidelines covering tone, personality, conciseness, and context-appropriate writing.64- Open reference: `references/skills/brand-bible.md`65- Open examples: `examples/skills/brand-bible.md`6667### brand-guidelines-anthropic68- Summary: Apply Anthropic's official brand identity including colors, typography (Poppins/Lora), and visual formatting to artifacts and documents.69- Open reference: `references/skills/brand-guidelines-anthropic.md`70- Open examples: `examples/skills/brand-guidelines-anthropic.md`7172### brand-guidelines-community73- Summary: Apply community-edition brand guidelines with Anthropic-aligned colors, typography (Poppins/Lora), and visual identity for community projects.74- Open reference: `references/skills/brand-guidelines-community.md`75- Open examples: `examples/skills/brand-guidelines-community.md`7677### canvas-design78- Summary: Create design philosophies as aesthetic movements and express them visually on canvas, producing .md philosophy documents and .pdf or .png visual artifacts.79- Open reference: `references/skills/canvas-design.md`80- Open examples: `examples/skills/canvas-design.md`8182### design-md83- Summary: Create DESIGN.md files as design system documentation for Stitch projects, capturing visual themes, color palettes, typography, component styles, and layout principles.84- Open reference: `references/skills/design-md.md`85- Open examples: `examples/skills/design-md.md`8687### design-orchestration88- Summary: Control the flow between design skills — ensuring ideas become designs, designs are reviewed, and only validated designs reach implementation.89- Open reference: `references/skills/design-orchestration.md`90- Open examples: `examples/skills/design-orchestration.md`9192### theme-factory93- Summary: Apply consistent, professional themes with cohesive color palettes and font pairings to slide decks and artifacts from 10 pre-built themes.94- Open reference: `references/skills/theme-factory.md`95- Open examples: `examples/skills/theme-factory.md`9697### web-design-codex98- Summary: Review web interface files for compliance with Vercel's Web Interface Guidelines, outputting findings in terse file:line format.99- Open reference: `references/skills/web-design-codex.md`100- Open examples: `examples/skills/web-design-codex.md`101102## Validation103104- Keep detailed implementation guidance outside the main `SKILL.md`.105- Prefer adding or updating auxiliary files rather than re-expanding the router.106- Preserve skill-specific constraints, examples, and workflow details in the extracted files.107108## Output Requirements109110- Keep the main file concise and navigational.111- Store deep guidance in auxiliary files.112- Use descriptive, stable file names for extracted mini-skills.