Review design system usage and gaps
Scanned 2/12/2026
Install to Claude Code
npx -y skills add davekilleen/Dex --skill design-system-audit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Design System Audit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/davekilleen-design-system-audit)More formats (shields.io, HTML) on the badges page.
---
name: design-system-audit
description: Review design system usage and gaps
role_groups: [design, product]
jtbd: |
Design systems drift and gaps appear. This scans projects for design system
mentions, identifies inconsistencies or gaps, suggests components to build, and
tracks adoption so your design system stays healthy and useful.
time_investment: "20-30 minutes per audit"
---
## Purpose
Audit design system health, identify gaps, and track adoption.
## Usage
- `/design-system-audit` - Full design system review
---
## Steps
1. **Scan for design system usage:**
- Search 04-Projects/ for component mentions
- Identify which components are used frequently
- Find custom implementations (should use system)
2. **Identify gaps:**
- Patterns appearing in multiple places
- Requested components
- Missing design system coverage
3. **Check consistency:**
- Are teams using system components?
- Custom implementations vs. system
- Deviation from standards
4. **Track adoption:**
- % of projects using design system
- Common reasons for not using
- Barriers to adoption
5. **Recommend improvements:**
- Components to add
- Documentation needs
- Adoption initiatives
---
## Output Format
```markdown
# Design System Audit
**Date:** [Today]
**Projects reviewed:** [Count]
## Adoption Metrics
- Design system usage: [X]%
- Most used components: [List]
## Gaps Identified
1. [Pattern/Component needed] - Appears in [X] projects
2. [Gap description]
## Consistency Issues
- [Issue]: [Projects affected]
## Recommendations
1. Build [Component] - Priority: [High/Medium/Low]
2. [Recommendation]
## Roadmap Suggestions
- [Component] - Justification: [Why needed]
```
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!