What problem does it solve?
Manually documenting a codebase's design system (tech stack, color palettes, spacing grids, type scales, accessibility metrics) to use dragoon's design intelligence tools is tedious, error-prone, and creates friction when onboarding new projects or updating design systems.
Core Features & Use Cases
- Automated Codebase Scanning: Uses regex-based scanning (no AST parsers or network calls) to detect your project's tech stack, design tokens, and accessibility metrics, automatically skipping irrelevant directories like node_modules and .git.
- Canonical Manifest Generation: Creates the dragoon.json file that serves as the single source of truth for all other dragoon skills, ensuring generated code, critiques, and design checks match your project's existing style.
- Use Case: Run this Skill first when setting up dragoon in a new project, or after major design system changes, to ensure subsequent commands like /critique, /slop, and /component produce accurate, on-brand outputs.
Quick Start
Use the scan skill to fingerprint your project's codebase and generate the required dragoon.json manifest for all dragoon design workflows.