Audit Design Systems Across 4 Layers18 skills
Programmatic analysis of Figma design systems across technical soundness, UX quality, accessibility, and design intentionality.
Design Systems Blueprint
Safety checkedA Claude Code skill that analyzes design systems across 4 audit layers (technical, UX quality, accessibility, design intentionality) and applies fixes directly in Figma.
Run this command to deploy the blueprint to your environment.
Audits your Figma design system programmatically across tokens, components, accessibility, and UX consistency, then applies fixes directly in Figma after your approval. It reads every page, variable, token, component variant, and style; compares design against code when a codebase is provided; flags gaps with evidence; and exports production-ready code artifacts (tokens, types, Storybook stories, documentation). The skill removes guesswork from design system governance by surfacing concrete issues with concrete fixes, not vague recommendations.
Programmatic analysis of Figma design systems across technical soundness, UX quality, accessibility, and design intentionality.
Every design system gap surfaces with evidence and a fix, then gets applied directly to Figma and code, eliminating the back-and-forth between design and engineering.
Requires Claude Code (CLI or desktop app) because the skill executes as a Claude Code skill using the Figma MCP. Analyzes Figma's native variable scopes, text styles, effect styles, and component variant matrices without external dependencies. For drift detection, reads tailwind.config.js and tokens.json if a codebase path is provided, then compares Figma token values against code. Exports follow W3C Design Token format (Style Dictionary compatible) and generate Storybook stories in TypeScript with full variant coverage. All audit snapshots versioned to audit-history/ for regression tracking across runs.
The skill requires Figma plugin support in Claude Code (installed via /plugin → figma) and edit access to your Figma file. Pixel fidelity on exports is ~97–99% due to renderer limitations (font anti-aliasing, corner smoothing). The v3 lossless extraction layer for round-trip Claude Design support is still in progress (Phases A–D complete by May 2026; Phase E queued for Sep 2026). Soft and Spec modes analyze a single component at a time, not the full system.
3 Audit Modes
Hardcore (full system), Soft (single component), or Spec (custom requirements) — pick the scope that fits your workflow.
4-Layer Analysis
Technical (tokens, color, typography, drift), UX Quality (touch targets, motion), Accessibility (WCAG 2.2), Design Intentionality (aesthetic POV, documentation).
Evidence-Based Reporting
Human-readable report + machine-readable JSON with maturity scoring, design-code drift detection, and prioritized action plan.
Direct Figma Fixes
Apply approved changes directly in Figma with guaranteed backward compatibility and no visual regressions.
Production Code Exports
W3C Design Token JSON, TypeScript component types, Storybook stories for every variant, and HANDOFF.md system documentation.