skills/by-role/designer/design-system-doc/SKILL.md
Document a design system component. Use when the user says "design system docs", "document this for the design system", "add this to the design system", "design token", "component library docs", "style guide", "design system entry", or wants to formally document a pattern, component, or token for team-wide use - even if they don't explicitly say "design system".
npx skillsauth add qa-aman/claude-skills design-system-docInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Based on "Atomic Design" by Brad Frost. A design system is not a component library - it's a shared language. Frost's insight: components without documentation are just code. Documentation is what transforms a component library into a system that a whole team can use consistently without needing to ask the original designer.
Design system documentation has two audiences: designers who need to use the pattern correctly, and engineers who need to implement it accurately. Write for both.
Every design system entry should follow the same structure so team members can predict where to find information:
1. Overview (what this is, one paragraph)
2. When to use / when not to use
3. Anatomy (labeled diagram of all parts)
4. Variants
5. States
6. Design tokens used
7. Usage examples (correct and incorrect)
8. Accessibility
9. Related components
10. Changelog
One paragraph: what is this component/pattern? What job does it do in the UI?
Include a simple visual (or Figma embed) showing the component in its default state.
This is the most important section. Design systems fail when components are used outside their intended context.
Use when:
- [specific context 1]
- [specific context 2]
Don't use when:
- [anti-context 1] - use [alternative] instead
- [anti-context 2] - use [alternative] instead
Label every part of the component. Each part should have:
List every token the component uses:
| Token | Value | Role |
|-------|-------|------|
| color.interactive.primary | #0066CC | Background color |
| spacing.md | 16px | Internal padding |
| radius.sm | 4px | Border radius |
| typography.body.md | 16px / 24px | Label text |
Using tokens (not hardcoded values) ensures the component responds correctly to theme changes in [your design system].
Show correct and incorrect usage with visual examples:
Correct: [example with explanation of why it's correct] Incorrect: [example with explanation of why it's wrong and what to do instead]
At least 2-3 of each. Real examples beat abstract rules.
Every time the component changes, log it:
v1.2 - [date] - Added loading state. [your team]
v1.1 - [date] - Updated border radius to match new tokens. [your team]
v1.0 - [date] - Initial release. [your team]
1. Documentation written only for designers Bad: Docs describe visual design but no tokens, props, or accessibility. Good: Document at both design and implementation level. Engineers should be able to build from the doc alone.
2. No "when not to use" section Bad: Only positive usage guidance. Good: "When not to use" prevents misuse and is often more valuable than "when to use."
3. Hardcoded values instead of tokens Bad: Component documented with hex codes and pixel values. Good: Everything references a named token. Tokens are the vocabulary of [your design system].
4. No changelog Bad: Component updated silently. Good: Every change logged with version, date, and author. [Your team] can see what changed and when.
development
Plan a webinar end-to-end using April Dunford's Obviously Awesome positioning framework to find the topic angle that makes the webinar obviously valuable to the right audience. Produces topic positioning, abstract, speaker brief, registration page, promotion sequence, day-of run-of-show, and post-webinar follow-up. Use when the user asks to plan a webinar, virtual event, online workshop, "we need a webinar on X", host a webinar, online masterclass, or any live virtual event with promotion and follow-up. Reads ICP, services, and brand voice from knowledge/.
development
Write long-form thought leadership articles, opinion pieces, industry POV essays, and CEO/founder bylines using the Made to Stick SUCCESs framework (Chip and Dan Heath). Use when the user asks for a long-form article, executive byline, opinion piece, industry POV, manifesto, "explain our point of view on X", or wants to publish an authority-building piece (1200-2500 words). Reads brand voice and positioning from knowledge/.
development
Plan a monthly content calendar across channels using the Content Marketing Matrix (Dave Chaffey, Smart Insights) - Entertain/Inspire/Educate/Convince. Every post gets a quadrant label. The monthly calendar must hit 40% Educate, 40% Inspire+Convince, 20% Entertain. Produces a week-by-week posting schedule with topics, formats, channels, and asset links. Use when the user says "content calendar", "social calendar", "plan next month's content", "what should we post", "content plan", "editorial calendar", "schedule posts for the month", or wants a structured posting plan for LinkedIn, Twitter, email, or blog. Reads brand voice, ICP, and past learnings from knowledge/.
development
Write SEO-optimized long-form articles targeting specific keywords using the They Ask You Answer Big 5 framework (Marcus Sheridan). Articles are categorized by Big 5 type (Cost, Problems, Versus, Best/Reviews, How-To) and structured accordingly. The "answer first" rule applies to every article. Use when the user asks for an SEO article, blog post for ranking, "rank for keyword X", organic content, search-optimized post, pillar page, or content for organic traffic. Includes keyword targeting, search intent matching, internal linking suggestions, and meta tags.