cicd-integration
Generate a CI/CD pipeline for design system quality checks
Generate a migration codemod with tests and rollback plan
$ npx -y skills add murphytrueman/design-system-ops --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/codemod-generatorContext preview
What this command does when you run it.
Generate a migration codemod with tests and rollback plan
description: Generate a migration codemod with tests and rollback plan allowed-tools: Read, Write, Grep, Glob, Bash(cat:*), Bash(find:*), Bash(head:*), Bash(ls:*), Bash(node:*), Bash(sort:*), Bash(tail:*), Bash(wc:*)
Run the codemod-generator skill to produce a migration codemod.
Load the codemod-generator skill from ${CLAUDE_PLUGIN_ROOT}/skills/codemod-generator/SKILL.md and follow its complete workflow.
The user should provide the migration context as an argument: $ARGUMENTS
Before starting, read the knowledge notes declared in the skill's frontmatter `references:` field, located in ${CLAUDE_PLUGIN_ROOT}/knowledge-notes/.
Produce the full codemod package including: jscodeshift transform, test cases, migration runner script, MIGRATION.md, and ROLLBACK.md.
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
Audit whether your documentation surface keeps pace with your components