What it does
design-engine is a Claude Code plugin that enforces design consistency across projects regardless of technology stack. It auto-loads design tokens, color hierarchies, typography rules, and UI patterns whenever you work on styling or components — no manual activation required.
How it works
After running /design-init, the plugin detects your stack (React+shadcn, Astro, SvelteKit, Obsidian, or plain CSS) and bootstraps a .design-rules/ configuration. Skills automatically provide:
- design-engine: Core tokens, color hierarchy, accessibility rules, pattern catalog
- design-language: 69 numbered visual design rules for dashboards, KPIs, fintech, charts
- composition-recipes: 5 page templates (SaaS, ecommerce, fintech, social, productivity)
Generators like /design-page, /design-component, and /design-pattern produce code matching your stack. Audits (/design-review, /design-a11y, /design-lint) surface violations and auto-fix mechanical issues.
Use cases
- Maintain design consistency across multi-stack projects
- Scaffold new pages and components in seconds
- Audit existing code against 69 design rules and WCAG AA standards
- Swap between 75+ brand palettes instantly with
/design-skin - Generate microcopy and user flows aligned to design system
Who benefits
Product designers building in code, design system maintainers, full-stack teams needing design enforcement without a separate DSM tool.