claude-design
NewAI-native design system with DESIGN.md harness (3-layer: contracts + harness + skill)
Summary
md harness with three layers: contracts, harness, and skill.
- It helps developers maintain consistent design decisions and automate design-to-code workflows directly within Claude Code.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/claude-design.md https://raw.githubusercontent.com/hellboy-1101/claude-design/main/SKILL.md/claude-designUse Cases
Usage Examples
/claude-design generate component Button --contract button-contract
Validate my current component library against the DESIGN.md harness.
Add a new spacing token to the design system and update all layers.
Security Audits
Frequently Asked Questions
What is claude-design?
This skill provides an AI-native design system that uses a DESIGN.md harness with three layers: contracts, harness, and skill. It helps developers maintain consistent design decisions and automate design-to-code workflows directly within Claude Code.
How to install claude-design?
To install claude-design: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/claude-design.md https://raw.githubusercontent.com/hellboy-1101/claude-design/main/SKILL.md. Finally, /claude-design in Claude Code.
What is claude-design best for?
claude-design is a skill categorized under General. It is designed for: design. Created by hellboy-1101.
What can I use claude-design for?
claude-design is useful for: Generate a new component following the design system's contract specifications.; Validate existing UI code against the DESIGN.md harness rules.; Update the design system contracts when a new design token is introduced.; Create a skill layer to automate repetitive design tasks like color palette generation.; Refactor a component to align with the latest harness layer constraints.; Document design decisions and propagate changes across all three layers..