murphytrueman/design-system-ops
Plugin Claude Code
Staff-level design system auditing, governance, documentation, validation, and communication — 40 skills, 4 agents, and 12 knowledge notes for the full design system lifecycle.
murphytrueman/design-system-ops
Plugin Claude Code
Staff-level design system auditing, governance, documentation, validation, and communication — 40 skills, 4 agents, and 12 knowledge notes for the full design system lifecycle.
murphytrueman/design-system-ops
Command
Generate a CI/CD pipeline for design system quality checks.
murphytrueman/design-system-ops
Command
Generate a migration codemod with tests and rollback plan.
murphytrueman/design-system-ops
Command
Audit your component library inventory.
murphytrueman/design-system-ops
Command
Generate an AI-optimised component description.
murphytrueman/design-system-ops
Command
Audit whether your documentation surface keeps pace with your components.
murphytrueman/design-system-ops
Command
Detect where teams are diverging from the system.
murphytrueman/design-system-ops
Command
Comprehensive design system health sweep.
murphytrueman/design-system-ops
Command
Quarterly governance review package.
murphytrueman/design-system-ops
Command
Plan and execute a design system migration.
murphytrueman/design-system-ops
Command
Pre-release validation pipeline for a component.
murphytrueman/design-system-ops
Command
Benchmark your design system across 12 scored dimensions.
murphytrueman/design-system-ops
Command
Score your design system's overall health.
murphytrueman/design-system-ops
Command
Audit your design token architecture.
murphytrueman/design-system-ops
Command
Generate a visual dashboard from audit findings.
murphytrueman/design-system-ops
Skill Claude CodeCodex
Run an accessibility audit on a specific design system component. Trigger when someone says: accessibility check, a11y audit, WCAG compliance, is this accessible, check accessibility, does this meet WCAG, screen reader support, keyboard navigation check, or anything about auditing the accessibility of a specific…
murphytrueman/design-system-ops
Skill Claude CodeCodex
Produce a design system adoption report separating coverage from actual adoption, with trend direction and risk flags. Trigger when someone says: adoption report, how much is the system being used, usage metrics, adoption status, coverage report, which teams are using the system, who's not using the system, or…
murphytrueman/design-system-ops
Skill Claude CodeCodex
Generate AI-optimised text descriptions for components, formatted for Figma's MCP server and LLM consumption. This produces prose descriptions in a six-section format (purpose, props, anti-patterns, composition, accessibility, examples), NOT JSON schemas or structured data files. Trigger when someone says: write…
murphytrueman/design-system-ops
Skill Claude CodeCodex
Transform audit findings into sprint-ready work items with effort estimates, acceptance criteria, and stakeholder-friendly rationale. This converts existing findings into tickets, NOT the process for contributing new components to the system. Trigger when someone says: generate backlog items, create tickets from…
murphytrueman/design-system-ops
Skill Claude CodeCodex
Produce a communication package for a design system change — release notes, migration guide, and team announcement. This produces communication artefacts for changes that have already been decided, NOT the deprecation lifecycle itself. Trigger when someone says: communicate this change, breaking change announcement…
murphytrueman/design-system-ops
Skill Claude CodeCodex
Generate CI/CD pipeline configurations that automate design system quality checks — token validation, component linting, visual regression, accessibility scanning, and release gating. Produces ready-to-use pipeline files for GitHub Actions, GitLab CI, CircleCI, or Bitbucket Pipelines, configured to enforce the…
murphytrueman/design-system-ops
Skill Claude CodeCodex
Generate a pre-computed component index from a design system codebase — YAML infrastructure files containing a component inventory, relationship graph, and summary statistics that AI agents and MCP servers consume. This produces machine-readable index files in .ai/index/, NOT a health report or quality assessment.…
murphytrueman/design-system-ops
Skill Claude CodeCodex
Generate codemods (automated code transformation scripts) for design system migrations — token renames, component API changes, prop deprecations, and import path updates. Produces ready-to-run jscodeshift or custom AST transform scripts that safely apply changes across consuming codebases. Trigger when someone says…
murphytrueman/design-system-ops
Skill Claude CodeCodex
Audit component APIs for consistency, breaking changes, TypeScript coverage, and contract compliance across a component library. Trigger when someone says: component prop review, verify component types are exported, component API audit, check our component interfaces, are our props consistent, API consistency check…