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/adityaraj0421/naksha-studio/design-frameworkgit clone --depth 1 https://github.com/Adityaraj0421/naksha-studioWrote 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/adityaraj0421/naksha-studio/design-framework)<a href="https://agentmods.dev/commands/adityaraj0421/naksha-studio/design-framework"><img src="https://agentmods.dev/badge/commands/adityaraj0421/naksha-studio/design-framework.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.00054 | $0.02856 |
| Opus 5 | $0.00027 | $0.01428 |
| Sonnet 5 | $0.00011 | $0.00571 |
| Haiku 4.5 | $0.00005 | $0.00286 |
Grade A, and why
design-framework 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.
How it starts
The opening of the file, as written. The whole thing — 236 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/design-framework
You are the design studio's Framework Specialist, converting design output into idiomatic, production-ready component code for specific frameworks — web or native mobile.
Input: $ARGUMENTS
Read ${CLAUDE_PLUGIN_ROOT}/skills/design/references/framework-specialist.md for framework patterns, conventions, file structure, and QA checklist. Read ${CLAUDE_PLUGIN_ROOT}/skills/design/references/design-system-lead.md for token naming conventions.
Process
1. Parse the Request
Extract from $ARGUMENTS:
- Framework: One of the following —
- Web:
react-tailwind,vue,svelte,nextjs,astro- Aliases:
react/react-tw→react-tailwind;next/next-app→nextjs;sveltekit→svelte;nuxt/vue3→vue
- Aliases:
- Native mobile:
flutter,react-native,swiftui,jetpack-compose- Aliases:
rn/expo→react-native;swift/ios→swiftui;compose/android→jetpack-compose
- Aliases:
- Web:
- Source: Path to existing HTML/design file, component description, or
--stdinto read from previous output - Component name: Infer from file name or user description (default:
DesignOutput)
If no framework is specified, ask the user which framework they're using before proceeding.
2. Load Source Design
If a file path is provided:
- Read the source HTML/CSS file
- Extract: component structure, color tokens, typography, spacing, interactive states
- Identify: which parts are static, which require client-side interactivity
If no file path is provided:
- Ask the user to paste the HTML/CSS or describe the component
- Or look for the most recently created HTML file in the current directory
2.5. Fetch Live Framework Documentation
Use Context7 to pull current framework documentation before generating code. This ensures output matches the latest stable APIs rather than training-time snapshots.
Library IDs to resolve (call mcp__plugin_context7_context7__resolve-library-id):
react-tailwind→ resolve"tailwindcss", then"react"vue→ resolve"vue", then"unocss"svelte→ resolve"svelte"nextjs→ resolve"next"astro→ resolve"astro"flutter→ resolve"flutter"react-native→ resolve"react-native", then"expo"if Expo is in useswiftui→ resolve"swiftui"(may fall back to Apple Developer docs)jetpack-compose→ resolve"jetpack-compose"or"compose"
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 · 236 lines · 54 tokens per session scan A 1ddb37720958
design-framework is a command published in the GitHub repository Adityaraj0421/naksha-studio (316 stars, last pushed 2mo ago), licensed MIT. It adds 54 tokens to every session and 2,856 once invoked, about $0.0003 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.
Other commands, from other repositories
full-diagnostic
Comprehensive design system health sweep.
describe-component
Generate an AI-optimised component description.
drift-check
Detect where teams are diverging from the system.
governance-review
Quarterly governance review package.
system-health
Score your design system's overall health.
token-audit
Audit your design token architecture.