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.
npx agentmods add commands/manavarya09/design-extract/studiogit clone --depth 1 https://github.com/Manavarya09/design-extractWrote 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.
[](https://agentmods.dev/commands/manavarya09/design-extract/studio)<a href="https://agentmods.dev/commands/manavarya09/design-extract/studio"><img src="https://agentmods.dev/badge/commands/manavarya09/design-extract/studio.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00349 |
| Opus 5 | $0.00000 | $0.00175 |
| Sonnet 5 | $0.00000 | $0.00070 |
| Haiku 4.5 | $0.00000 | $0.00035 |
Grade A, and why
studio 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 4d 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.
What it actually says
Launch designlang studio, a tiny local web app that turns the most recent extraction into a living, editable design system. Editing a token restyles a wall of real components and a rebuilt page instantly; you can toggle a generated dark mode, inspect easing curves and choreography in the Motion tab, and export the edited system back out as DTCG tokens, CSS variables, and a Tailwind theme — or copy a shareable link that encodes the edits.
npx designlang studio $ARGUMENTS
This starts a local HTTP server (default port 4837) and prints a URL. Tell the
user to open it in their browser. It reads the latest *-design-tokens.json
from ./design-extract-output/ by default — if there is no extraction yet, run
/extract <url> or /site <url> first.
Useful flags via $ARGUMENTS:
| Flag | Effect |
|---|---|
--dir <dir> |
directory to read the latest extraction from |
--port <n> |
port for the local server (default 4837) |
The server runs until the user stops it (Ctrl+C). Do not block on it — surface the URL and let the user drive.
Full reference: https://github.com/Manavarya09/design-extract#full-cli-reference
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.
- 4d ago First seen · 33 lines · 0 tokens per session scan A 098126fd7d1f
studio is a command published in the GitHub repository Manavarya09/design-extract (4,000 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 349 tokens. 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.
Other commands, from other repositories
a11y
Run an accessibility-only audit — focus indicators, skip links, alt text, prefers-reduced-motion, WCAG contrast. Scoped variant of /ui-ux-suite:audit.
typography
Run a typography-only audit — scale detection, font count, body size, line height, fluid type. Scoped variant of /ui-ux-suite:audit.
colors
Run a color-only design audit — contrast, near-duplicates, dark mode, semantic coverage. Scoped variant of /ui-ux-suite:audit.
design-system
Command "design-system" from XINGANLIU/design-system-generator-skill, covering design system generator — claude code command, usage: /design-system [font-family] [style] and example: /design-system #6366f1 "outfit" rounded.
design-system
Generate design tokens, theme configuration, or extract a design system from existing code or Figma files.
dashboard-layout
Design and build a complete dashboard layout — sidebar navigation, KPI cards, chart areas, data tables, filter bar, and responsive behavior. Outputs production-ready HTML/CSS.