/ds-drift
Review code — especially AI-generated work — for conformance to a design system. Runs as a gate on the current branch or PR, a batch review across parallel agent branches, or a full-repo sweep. Finds hand-rolled duplicates of DS components, token violations (hallucinated tokens,
$ npx -y skills add igloude/ds-skills --skill ds-drift --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/ds-drift
Context preview
The summary Claude sees to decide when to auto-load this skill.
Review code — especially AI-generated work — for conformance to a design system. Runs as a gate on the current branch or PR, a batch review across parallel agent branches, or a full-repo sweep. Finds hand-rolled duplicates of DS components, token violations (hallucinated tokens,
Police large volumes of AI-generated frontend work for design-system adherence, plan features against the system before they're built, and audit the design system itself so it can be policed. The idea: generation is cheap, the bottleneck is judgment.
Repo: igloude/ds-skills
Other skills on ds-skills.
- /ds-doctor
Audit a design system itself — its component documentation, token completeness, usage guidelines, deprecation hygiene, and machine-readable surface — for whether it can actually be enforced, then generate the conformance manifest (ds/MANIFEST.md + ds/tokens.json) that generating
Open skill - /ds-plan
Plan a feature against a design system before any code is written. Takes a ticket, spec, or design plus the conformance manifest, decomposes the feature into every UI element (including the states designs never draw), and classifies each one as covered by an existing component,
Open skill

