system-health

system-health is a skill for Claude Code from murphytrueman/design-system-ops. It costs 119 tokens per session (3,668 once invoked), scanned A, original, MIT.

A broad health assessment of a design system across seven areas, including tokens, components, documentation, adoption, governance, AI readiness, and platform maturity. It produces a findings-based summary and action list.

In plain words
What is it for?
It assesses the system as a whole and prioritises follow-up actions. It is for understanding overall health, not for performing a deep investigation of one area.
Why use it?
A check of one area cannot show whether the whole system is working together. This gives teams an overall snapshot for planning, reviews, and stakeholder discussions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the design-system-ops plugin — 40 skills, 14 commands shipped together

Good fit It assesses the system as a whole and prioritises follow-up actions. It is for understanding overall health, not for performing a deep investigation of one area.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/murphytrueman/design-system-ops/system-health
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add murphytrueman/design-system-ops --skill system-health
Clone the repo
git clone --depth 1 https://github.com/murphytrueman/design-system-ops

Made for: Claude Code.

Or install design-system-ops, the plugin that ships this one along with the rest of its 40 skills, 14 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for system-health

README.md
[![agentmods](https://agentmods.dev/badge/skills/murphytrueman/design-system-ops/system-health/github.svg)](https://agentmods.dev/skills/murphytrueman/design-system-ops/system-health)
Your own site
<a href="https://agentmods.dev/skills/murphytrueman/design-system-ops/system-health"><img src="https://agentmods.dev/badge/skills/murphytrueman/design-system-ops/system-health/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for system-health

Your own site · 80×15
<a href="https://agentmods.dev/skills/murphytrueman/design-system-ops/system-health"><img src="https://agentmods.dev/badge/skills/murphytrueman/design-system-ops/system-health.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,668 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00119 $0.03668
Opus 5 $0.00060 $0.01834
Sonnet 5 $0.00024 $0.00734
Haiku 4.5 $0.00012 $0.00367

Measured 10d ago against content hash 9aa8b3c8318d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

system-health scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/system-health/SKILL.md · 299 lines

How it starts

The opening of the file, as written. The whole thing — 299 lines — stays where its author put it; the contents beside it link to each section on GitHub.

System health

A skill for producing a holistic design system health assessment across seven dimensions: tokens, components, documentation, adoption, governance, AI readiness, and platform maturity. Output is a findings-based executive summary with a prioritised action list.

Context

Token audits find naming violations. Component audits find unused variants. Adoption analysis finds coverage gaps. But none of these in isolation tells you whether the system is healthy. Health is a function of how well all five dimensions are working together — a system with excellent tokens and terrible governance is still a fragile system, and a well-adopted system with thin documentation is one team member departure away from collapse.

This assessment is designed to give a snapshot of the whole system, not a deep dive into any single area. It is useful as a starting point for prioritisation, as a quarterly review artefact, or as background for a stakeholder conversation about where investment is needed.

For deeper work on any individual dimension, route to the relevant specialist skill (token-audit, component-audit, etc.).


Configuration

Before producing output, check for a .ds-ops-config.yml file in the project root. If present, load:

  • system.* — pre-populates system size, framework, and theming context
  • severity.* — calibrates finding severity thresholds
  • integrations.* — enables auto-pull across all five dimensions (see below)
  • recurring.* — enables trend tracking across periodic health assessments

Auto-pull integrations

System health benefits from every configured integration — it is the broadest assessment. Pull automatically where available:

Figma MCP (integrations.figma.enabled: true):

  • Pull component count, variant count, and library analytics for the Components and Adoption dimensions
  • Pull variable collections for the Tokens dimension

npm registry (integrations.npm.enabled: true):

  • Pull download trends for the Adoption dimension — rising, flat, or declining downloads over the last 4 quarters
  • For monorepos, pull per-package stats as directional signals

Read the full file on GitHub · 299 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 299 lines · 119 tokens per session scan A 9aa8b3c8318d

Subscribe to this mod's changes

system-health is a skill published in the GitHub repository murphytrueman/design-system-ops (178 stars, last pushed 18d ago), licensed MIT. It adds 119 tokens to every session and 3,668 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

extract-design

Extract the full design language from any website URL. Produces 8 output files including AI-optimized markdown, visual HTML preview, Tailwind config, React theme, shadcn/ui theme, Figma variables, W3C design tokens, and CSS variables. Also runs WCAG accessibility scoring. Use when user says 'extract design', 'get…

Manavarya09/design-extract · 98 tokens

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

roast-my-design-system

Roast the current repo's design system with real data. Runs a deterministic scanner (no tokens, 1s) that counts everything that betrays a design system, from colours and their near-identical twins to greys, spacing values, typefaces, duplicated and never-imported components, inline styles, !important and arbitrary…

gregkozakiewicz/roast-my-design-system · 161 tokens

design-engineering

Premium design engineering skill for agentic workflows — produces high-end, distinctive UI designs using DESIGN.md as the portable contract across Pencil MCP (in-IDE canvas), Figma MCP (team handoff + design tokens), and Google Stitch (vibe exploration + AI generation). Enforces anti-generic principles, WCAG 2.2 AA…

broomva/skills · 231 tokens

sheleg-design

A design skill for planning how websites, dashboards, mobile screens, and agent interfaces look and move, including cinematic pages with layered motion.

ssheleg/sheleg-design-skill · 292 tokens

generate-figma-screen

Kod veya açıklamadan Figma'da tam ekran/sayfa oluşturur. Yayınlanmış design system bileşenlerini arayıp instance olarak yerleştirir; hardcode değer yerine DS token'larını kullanır. "Figma'da ekran oluştur", "kodu Figma'ya çevir", "landing page çiz", "ekran tasarla", "generate screen", "UI'ı Figma'ya aktar"…

atezer/FMCP · 118 tokens