cicd-integration
Generate a CI/CD pipeline for design system quality checks
Audit your component library inventory
$ npx -y skills add murphytrueman/design-system-ops --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/component-auditContext preview
What this command does when you run it.
Audit your component library inventory
description: Audit your component library inventory allowed-tools: Read, Write, Grep, Glob, Bash(cat:*), Bash(find:*), Bash(head:*), Bash(ls:*), Bash(sort:*), Bash(tail:*), Bash(wc:*)
Run the component-audit skill against the user's design system component library.
Load the component-audit skill from ${CLAUDE_PLUGIN_ROOT}/skills/component-audit/SKILL.md and follow its complete workflow.
If the user provided a file or directory path as an argument, use that as the component source: $ARGUMENTS
Before starting the audit, read the knowledge notes declared in the skill's frontmatter `references:` field, located in ${CLAUDE_PLUGIN_ROOT}/knowledge-notes/.
Begin with Step 1b (Define usage signals) to establish which metrics the user wants to track. Then produce the full inventory including: component catalogue, usage signal assessment, complexity distribution, duplication analysis with dependency graphs, coverage gap analysis, AI-readiness scoring, and maturity level assessment.
Claude Code skills for the work that keeps a design system alive.
Repo: murphytrueman/design-system-ops
Generate a CI/CD pipeline for design system quality checks
Generate a migration codemod with tests and rollback plan
Audit whether your documentation surface keeps pace with your components