adoption-report

adoption-report is a skill for Claude Code from murphytrueman/design-system-ops. It costs 121 tokens per session (5,483 once invoked), scanned A, original, MIT.

A report for measuring how much a design system is available and how much it is actually used. A design system is a shared set of interface components and guidance; the report separates team access from real design and engineering use.

In plain words
What is it for?
Reporting coverage, design adoption, engineering adoption, trends, and risk flags across teams using a design system.
Why use it?
It prevents access from being mistaken for adoption. It also shows whether the design library or the code components are being used, and highlights adoption that is low or falling.

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 Reporting coverage, design adoption, engineering adoption, trends, and risk flags across teams using a design system.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/murphytrueman/design-system-ops/adoption-report
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 adoption-report
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 adoption-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/murphytrueman/design-system-ops/adoption-report.svg)](https://agentmods.dev/skills/murphytrueman/design-system-ops/adoption-report)
Your own site
<a href="https://agentmods.dev/skills/murphytrueman/design-system-ops/adoption-report"><img src="https://agentmods.dev/badge/skills/murphytrueman/design-system-ops/adoption-report.svg" alt="Measured on agentmods" height="20"></a>
Per session 121 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,483 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.00121 $0.05483
Opus 5 $0.00060 $0.02742
Sonnet 5 $0.00024 $0.01097
Haiku 4.5 $0.00012 $0.00548

Measured 8d ago against content hash 141af78062d0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

adoption-report 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 8d 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/adoption-report/SKILL.md · 467 lines

How it starts

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

Adoption report

A skill for producing a design system adoption report that distinguishes coverage (who has access and can use the system) from adoption (who is actively using it), with trend direction and risk flags for teams where adoption is low or declining.

Context

Coverage and adoption are not the same thing, and treating them as equivalent is one of the most common ways design system reports mislead. A system available to twenty product teams has 100% coverage. If only eight of those teams are actively using it, adoption is 40%. Both numbers are true. Only one of them tells you how the system is actually performing.

This skill produces a report that holds both numbers separately and distinguishes between them throughout. It also separates adoption across two dimensions that are frequently conflated: design adoption (are designers using the Figma library?) and engineering adoption (is the code being consumed from the system?). High design adoption with low engineering adoption is a specific kind of problem — the design side is working but the handoff is broken. The reverse is also a specific kind of problem.


Configuration

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

  • system.component_count — informs small-system behaviour
  • system.maturity_level — informs adoption expectations calibration (see Step 1b)
  • integrations.* — enables auto-pull for adoption data (see below)
  • recurring.* — enables trend comparison against previous reports

Auto-pull integrations

If integrations are configured in .ds-ops-config.yml, pull data automatically:

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

  • Pull weekly/monthly download statistics for integrations.npm.package_name over the reporting period
  • Calculate trend direction from download data: increasing, flat, or declining
  • For monorepos: pull per-package downloads from integrations.npm.scoped_packages — note these are directional signals (see monorepo caveat in component-audit)
  • Compare current period downloads against previous period for the engineering adoption trend

Read the full file on GitHub · 467 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. 8d ago First seen · 467 lines · 121 tokens per session scan A 141af78062d0

Subscribe to this mod's changes

adoption-report is a skill published in the GitHub repository murphytrueman/design-system-ops (176 stars, last pushed 16d ago), licensed MIT. It adds 121 tokens to every session and 5,483 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