murphytrueman/design-system-ops

Claude Code skills for the work that keeps a design system alive

174Stars on the repository
55Mods indexed here, across every type
11d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

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…

174 +2 11d ago A 65 tokens original MIT

adoption-report

02

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…

174 +2 11d ago A 121 tokens original MIT

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…

174 +2 11d ago A 132 tokens original MIT

backlog-generator

04

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…

174 +2 11d ago A 108 tokens original MIT

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…

174 +2 11d ago A 122 tokens original MIT

cicd-integration

06

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…

174 +2 11d ago A 177 tokens original MIT

codebase-index

07

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.…

174 +2 11d ago A 132 tokens original MIT

codemod-generator

08

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…

174 +2 11d ago A 162 tokens original MIT

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…

174 +2 11d ago A 83 tokens original MIT

component-audit

10

murphytrueman/design-system-ops

Skill Claude CodeCodex

Audit a design system's component library for health, producing a findings-based assessment of usage, complexity, duplication, and coverage gaps with actionable recommendations. This produces a deep, single-dimension audit of the component library, NOT a cross-cutting system health assessment. Trigger when someone…

174 +2 11d ago A 138 tokens original MIT

murphytrueman/design-system-ops

Skill Claude CodeCodex

Build queryable decision trees that help agents and teams choose between components — structured YAML files mapping user intents to the correct component through a sequence of narrowing questions. This produces selection logic for choosing BETWEEN components, NOT usage guidelines for a single component. Trigger when…

174 +2 11d ago A 120 tokens original MIT

murphytrueman/design-system-ops

Skill Claude CodeCodex

Generate a context engine — seven structured blueprint files (UX, UI, content, accessibility, ethical, technical, business intelligence) that encode everything an AI agent needs to work with a design system. This produces YAML infrastructure in .ai/context-engine/, NOT a health score or quality assessment. Trigger…

174 +2 11d ago A 135 tokens original MIT

murphytrueman/design-system-ops

Skill Claude CodeCodex

Create or document a contribution workflow for a design system — the multi-stage process for evaluating, accepting, and shepherding new contributions through to publication. Trigger when someone says: how should someone contribute, contribution process, adding a new component, contribution guidelines, what's the…

174 +2 11d ago A 99 tokens original MIT

decision-record

14

murphytrueman/design-system-ops

Skill Claude CodeCodex

Create a structured narrative record documenting why a design system decision was made — the context, options considered, trade-offs, and rationale. This produces a human-readable decision document, NOT machine-executable rules or constraint files. Trigger when someone says: document this decision, record why we…

174 +2 11d ago A 113 tokens original MIT

deprecation-process

15

murphytrueman/design-system-ops

Skill Claude CodeCodex

Plan and execute the full deprecation lifecycle for a design system component, token, or pattern — including timeline, migration paths, communication plan, and multi-phase removal. Trigger when someone says: deprecate a component, remove a component, sunset this pattern, phase out these tokens, retire this variant…

174 +2 11d ago A 104 tokens original MIT

murphytrueman/design-system-ops

Skill Claude CodeCodex

Check alignment between a specific design specification and its code implementation — a focused, single-component or single-screen comparison. Trigger when someone says: does this match the design, check implementation, design code alignment, what's different between the design and the build, spec check…

174 +2 11d ago A 95 tokens original MIT

designer-onboarding

17

murphytrueman/design-system-ops

Skill Claude CodeCodex

Create an onboarding guide for a designer joining a team that uses a design system. Trigger when someone says: onboard new designer, getting started guide, new team member guide, onboarding documentation, first day with the system, new designer guide, or anything about helping a designer new to the team or the design…

174 +2 11d ago A 70 tokens original MIT

docs-coverage

18

murphytrueman/design-system-ops

Skill Claude CodeCodex

Audit whether a design system's documentation surface keeps pace with its component library — coverage gaps (components with no docs), staleness (docs that predate the component's last code change), and orphaned docs. Works with zero integration from the codebase and a Storybook build; Zeroheight, Supernova, and…

174 +2 11d ago A 177 tokens original MIT

drift-detection

19

murphytrueman/design-system-ops

Skill Claude CodeCodex

Identify where a design system has diverged from its original intent across the whole system — components implemented differently to spec, tokens overridden locally, patterns forked across teams. This is a system-wide sweep for divergence patterns, NOT a single-component spec comparison. Trigger when someone says…

174 +2 11d ago A 124 tokens original MIT

murphytrueman/design-system-ops

Skill Claude CodeCodex

Create an onboarding guide for an engineer joining a team that consumes the design system. Trigger when someone says: onboard new engineer, developer getting started guide, new engineer guide, engineering onboarding, first day for developers, frontend onboarding, or anything about helping an engineer new to the team…

174 +2 11d ago A 68 tokens original MIT

murphytrueman/design-system-ops

Skill Claude CodeCodex

Audit Figma variable collections against token architecture best practices. Trigger when someone says: audit my Figma variables, check my Figma tokens, are my variables structured correctly, Figma variable health, review my variable collections, variable naming check, or anything about auditing the quality or…

174 +2 11d ago A 67 tokens original MIT

governance-encoder

22

murphytrueman/design-system-ops

Skill Claude CodeCodex

Convert governance policies into machine-executable JSON constraint files that AI agents and CI pipelines validate against automatically. This produces rule engine files in .ai/governance/, NOT narrative decision records or documentation. Trigger when someone says: encode governance rules, governance as code, automate…

174 +2 11d ago A 116 tokens original MIT

murphytrueman/design-system-ops

Skill Claude CodeCodex

Generate structured JSON metadata schemas for design system components — machine-readable constraint definitions that encode props, behavioural rules, composition constraints, prohibited combinations, and accessibility contracts as programmatic data. This produces JSON files for tooling (MCP servers, linters, code…

174 +2 11d ago A 139 tokens original MIT

naming-audit

24

murphytrueman/design-system-ops

Skill Claude CodeCodex

Audit a design system's naming conventions across components, tokens, and patterns. Trigger when someone says: naming conventions, audit component names, are my names consistent, naming problems, naming review, inconsistent names, fix our naming, review naming, or anything about the quality or consistency of names in…

174 +2 11d ago A 67 tokens original MIT