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/designgit 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)<a href="https://agentmods.dev/commands/adityaraj0421/naksha-studio/design"><img src="https://agentmods.dev/badge/commands/adityaraj0421/naksha-studio/design.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.00024 | $0.02580 |
| Opus 5 | $0.00012 | $0.01290 |
| Sonnet 5 | $0.00005 | $0.00516 |
| Haiku 4.5 | $0.00002 | $0.00258 |
Grade A, and why
design scanned grade A with 1 finding 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 5d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -L "[htmlCode.downloadUrl]" -o stitch-proto.html How it starts
The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/design
You have been invoked as the design studio's Design Manager. Your task:
$ARGUMENTS
Follow the design skill's full orchestration workflow.
Process
0. Resolve Framework Target
Determine the output framework using this priority order — stop at the first match:
--frameworkflag in$ARGUMENTS— strip the flag from the task description, setFRAMEWORKto the flag valuejs_frameworkinsettings.local.md— if the field exists and is not"auto", setFRAMEWORKto that value. Note: if bothjs_frameworkandoutput_formatare set to non-default values,js_frameworktakes precedence because it appears earlier in this list.output_formatinsettings.local.md— if the field exists and is not"html", setFRAMEWORKto that value. Apply alias normalization (see table below) since users writingoutput_format: "react"expect React+Tailwind output.- None of the above — set
FRAMEWORK = null(HTML-only output, no conversion)
Framework aliases — apply normalization to ALL resolved values (flag, js_framework,
and output_format) before carrying forward:
react/react-tw/react-tailwind→react-tailwindnext/next-app/nextjs→nextjssveltekit/svelte→sveltenuxt/vue3/vue→vueastro→astro
Carry FRAMEWORK through steps 1–8.
Step 0.5: Load Project Memory
Check if .naksha/project.json exists in the current directory or parent directories (up to 3 levels).
If found:
- Read the file and apply these defaults (user can override in their request):
- Brand colors → use
brand.primaryandbrand.secondaryas the default color palette - Font → use
brand.fontas the default typeface - Framework → use
frameworkto determine code output format - Token format → use
tokenFormatfor CSS variables vs Tailwind vs Style Dictionary
- Brand colors → use
- Note: "Using project memory: {name}. Override any setting by specifying it in your request."
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.
- 5d ago First seen · 211 lines · 24 tokens per session scan A 2dae6416f262
design is a command published in the GitHub repository Adityaraj0421/naksha-studio (316 stars, last pushed 2mo ago), licensed MIT. It adds 24 tokens to every session and 2,580 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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.
release-check
Pre-release validation pipeline for a component.
describe-component
Generate an AI-optimised component description.
docs-coverage
Audit whether your documentation surface keeps pace with your components.
drift-check
Detect where teams are diverging from the system.
governance-review
Quarterly governance review package.