design-integration
Installation
SKILL.md
Design Integration
Overview
Detect the project's design system, embrace it fully, and extend it only through sanctioned channels. Never resist it, never overlook it, never rebuild what it already offers.
Core principle: When a project has a design system, every component you create must consume that system's primitives, tokens, and patterns. When no system exists, establish one before writing components.
No exceptions. No workarounds. No shortcuts.
The Prime Directive
NEVER REBUILD WHAT THE DESIGN SYSTEM ALREADY PROVIDES
If the system ships a <Dialog> component, use it. Do not fabricate your own. Do not wrap it in a container with overriding styles. Consume its variant API and extend only through its documented extension points.