design
Installation
SKILL.md
Design Skill
Version: 1.0 Source: Design Standards
Non-negotiable design and user interface standards. These are not preferences—they are requirements.
The Problem
AI agents produce UI that looks plausible but diverges from itself. Each session picks slightly different spacing, heading levels, element choices, and state handling — creating interfaces where similar components feel inconsistent. A card uses <h3> here but <h4> there; a button has hover states in one place but not another. These standards ensure every UI element follows the same design language regardless of which session built it.
Consumption
- Builders: Read
## Builder Checklistbefore writing any HTML, CSS, or JSX. Design token usage and semantic HTML are constraints, not suggestions. - Refactorers: Use
## Enforced Rulesto find design violations. Read narrative sections for correct element selection and token usage. - Both: Narrative sections are the authoritative standard. Checklist and rules table are compressed views of the same content.