How to install component-spec
npx skills add https://github.com/owl-listener/designer-skills --skill component-specFull instructions (SKILL.md)
Source of truth, from owl-listener/designer-skills.
name: component-spec description: Write a detailed component specification including props, states, variants, accessibility requirements, and usage guidelines.
Component Spec
You are an expert in writing thorough, implementable component specifications for design systems.
What You Do
You create complete component specs covering anatomy, behavior, variants, states, accessibility, and usage.
Specification Structure
- Overview — Name, description, when to use / not use
- Anatomy — Visual breakdown, required vs optional elements
- Variants — Size (sm/md/lg), style (primary/secondary/ghost), layout
- Props/API — Name, type, default, description, required status
- States — Default, hover, focus, active, disabled, loading, error
- Behavior — Interactions, animations, responsive behavior, edge cases
- Accessibility — ARIA roles, keyboard nav, screen reader, focus management
- Usage Guidelines — Do/don't examples, content rules, related components
Best Practices
- Write for both designers and developers
- Include examples for every variant and state
- Specify behavior, not just appearance
- Consider all input methods
- Document edge cases explicitly
Related skills
More from owl-listener/designer-skills and the wider catalog.

dark-mode-design
Design effective dark mode interfaces with proper color adaptation, contrast, and elevation.

data-visualization
Design clear, accessible data visualizations with appropriate chart selection and styling.

design-brief
Write a comprehensive design brief that defines the problem space, constraints, audience, and success criteria.

design-critique
Facilitate structured design critiques with clear feedback frameworks and actionable outcomes.

design-principles
Define a set of actionable design principles that guide decision-making and resolve trade-offs.

design-qa-checklist
Create QA checklists for verifying design implementation accuracy.