Claude Code skills for the work that keeps a design system alive.
$ npx -y skills add murphytrueman/design-system-ops --agent claude-code
FAQ
design-system-ops is a Claude Code plugin with 40 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes accessibility-per-component, adoption-report, ai-component-description. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: murphytrueman/design-system-ops

Claude Code skills for the work that keeps a design system alive.
Design systems drift. Tokens go stale. Components fall out of spec. Governance documentation gets written once and never updated. The deprecation plan lives in someone's head. The stakeholder brief gets thrown together the night before quarterly review. There are great AI tools for the designer who uses a design system. But the team running it? That work never had proper tooling โ until now.
A skill pack for Claude Code and Cowork that teaches Claude how to do design systems work the way a staff-level practitioner would โ with structured processes, expert frameworks, and output calibrated to the actual complexity of what you're dealing with.
When you ask Claude to audit your tokens, it doesn't give you generic advice. It reads your actual token files, identifies tier leakage, flags naming violations, produces a prioritised finding table with remediation guidance, and โ if you're migrating to DTCG โ gives you a sprint-plannable migration plan with hour estimates.
That is the difference. Not a smarter prompt. A different kind of output entirely.
Who it's for: Design systems leads, senior design engineers, and anyone responsible for a production design system. The people who run the system, not just the people who use it.
design-system-ops.plugin from the installable/ folder โ or from the latest Release.plugin file into the chatClone this repo into your Claude Code skills directory:
git clone https://github.com/murphytrueman/design-system-ops.git ~/.claude/skills/design-system-ops
For project-level installation (instead of global):
git clone https://github.com/murphytrueman/design-system-ops.git your-project/.claude/skills/design-system-ops
Verify: Open Claude Code and say "How healthy is my design system?" If Claude responds with a structured, multi-step process โ not generic advice โ you're set up.
See 1-INSTALL.md for the full guide with entry points by use case.
| Category | Skills | What they do |
|---|---|---|
| Audit | token-audit, component-audit, system-health, drift-detection, naming-audit, figma-variable-audit, codebase-index, system-benchmark, theme-audit, docs-coverage | Understand what you actually have |
| Govern | contribution-workflow, deprecation-process, decision-record, change-communication, backlog-generator, version-bump-advisor, release-retrospective, governance-encoder, session-memory, codemod-generator, triage | Run the system as infrastructure |
| Document | ai-component-description, pattern-documentation, token-documentation, usage-guidelines, component-decision-tree, context-engine-builder, metadata-schema-generator | Make the system legible to humans and machines |
| Validate | design-to-code-check, accessibility-per-component, token-compliance, schema-validator, component-api-validator, cicd-integration | Verify quality before it ships |
| Communicate | adoption-report, stakeholder-brief, system-pitch, designer-onboarding, engineering-onboarding, visual-report | Move people and decisions |
| Agent | What it chains | When to use it |
|---|---|---|
/full-diagnostic | 6 audit skills (+ conditional theme/Figma) with cross-skill synthesis | Quarterly review or inheriting a system |
/release-check | Design-to-code, accessibility, token compliance, AI description, usage guidelines, change communication | Before shipping any component |
/governance-review | Adoption report, drift detection, stakeholder brief | Monthly or quarterly governance cadence |
/migration | Token audit, naming audit, migration plan, codemod generation, communication | Planning a major migration |
Five skills produce machine-readable files that AI agents and tooling consume directly: context-engine-builder, governance-encoder, codebase-index, component-decision-tree, and metadata-schema-generator. If you're building AI-native design system infrastructure, these are the files your agents need.
The skills encode specific practitioner frameworks, not generic advice:
"I just want to know where we stand" โ Say: "How healthy is my design system?"
"Our tokens are a mess" โ Say: "Audit my tokens"
"I need to deprecate a component" โ Say: "Help me deprecate DatePicker in favour of DatePickerNext"
"I need to convince leadership" โ Say: "Write a stakeholder brief for leadership about our design system"
"Run the full pre-release pipeline" โ Say: "Run the release pipeline for Dialog"
You don't need to memorise skill names. Describe what you need and the right skill activates.
Real outputs from real codebases are in sample-outputs/:
Every skill works out of the box with no configuration. If you want to customise behaviour โ severity overrides, Figma integration, GitHub API access, recurring trend tracking โ create a .ds-ops-config.yml in your project root. An annotated template is included in the skill pack.
See 3-SETUP-AND-CONFIG.md for the full configuration reference.
Several skills become more powerful when Claude can read your Figma file directly. Two options:
Setup details in 1-INSTALL.md.
| File | What it covers |
|---|---|
| 1-INSTALL.md | Full installation guide with entry points by use case |
| 2-WHATS-INCLUDED.md | Complete product documentation โ every skill, agent, and knowledge note |
| 3-SETUP-AND-CONFIG.md | Deep-dive setup, framework compatibility, monorepo handling, troubleshooting |
See CONTRIBUTING.md.
MIT โ see LICENSE.
If you found this useful, buy me a coffee.
Murphy Trueman โ designsystemops.com ยท hello@murphytrueman.com
Built from 14 years of production design systems work. If it's in these skills, it's because it came up in real work.
.claude-plugin/
plugin.json
.gitignore
1-INSTALL.md
2-WHATS-INCLUDED.md
3-SETUP-AND-CONFIG.md
build.sh
CHANGELOG.md
commands/
cicd-integration.md
codemod-generator.md
component-audit.md
describe-component.md
docs-coverage.md
drift-check.md
full-diagnostic.md
governance-review.md
migration.md
release-check.md
system-benchmark.md
system-health.md
token-audit.md
visual-report.md
CONTRIBUTING.md
ds-ops-config.example.yml
installable/
design-system-ops.plugin
design-system-ops.zip
knowledge-notes/
adoption-measurement.md
agent-orchestration-guide.md
ai-readiness.md
component-bestiary-reference.md
component-governance.md
context-engine-blueprints.md
design-to-code-contract.md
documentation-coverage.md
human-oversight-framework.md
mcp-setup-guide.md
output-discipline.md
token-architecture.md
LICENSE
og-image.png
README.md
sample-outputs/
component-audit-fintech-pulse.md
docs-coverage-carbon-react.md
drift-detection-sparky-consumer-app.md
example-component-description.md
example-health-dashboard.html
example-token-audit.md
stakeholder-brief-campusiq-q1.md
system-health-campusiq.md
skills/
accessibility-per-component/
SKILL.md
adoption-report/
SKILL.md
ai-component-description/
SKILL.md
backlog-generator/
SKILL.md
change-communication/
SKILL.md
cicd-integration/
SKILL.md
codebase-index/
SKILL.md
codemod-generator/
SKILL.md
component-api-validator/
SKILL.md
component-audit/
SKILL.md
component-decision-tree/
SKILL.md
component-to-release-agent.md
context-engine-builder/
SKILL.md
contribution-workflow/
SKILL.md
decision-record/
SKILL.md
deprecation-process/
SKILL.md
design-to-code-check/
SKILL.md
designer-onboarding/
SKILL.md
docs-coverage/
SKILL.md
drift-detection/
SKILL.md
engineering-onboarding/
SKILL.md
figma-variable-audit/
SKILL.md
full-system-diagnostic-agent.md
governance-encoder/
SKILL.md
governance-review-agent.md
metadata-schema-generator/
SKILL.md
migration-agent.md
naming-audit/
SKILL.md
pattern-documentation/
SKILL.md
release-retrospective/
SKILL.md
schema-validator/
SKILL.md
session-memory/
SKILL.md
stakeholder-brief/
SKILL.md
system-benchmark/
SKILL.md
system-health/
SKILL.md
system-pitch/
SKILL.md
theme-audit/
SKILL.md
token-audit/
SKILL.md
token-compliance/
SKILL.md
token-documentation/
SKILL.md
triage/
SKILL.md
usage-guidelines/
SKILL.md
version-bump-advisor/
SKILL.md
visual-report/
SKILL.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic