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/alwkala/tidyfactor-design/deploygit clone --depth 1 https://github.com/alwkala/tidyfactor-designWhat 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.00469 |
| Opus 5 | $0.00000 | $0.00234 |
| Sonnet 5 | $0.00000 | $0.00094 |
| Haiku 4.5 | $0.00000 | $0.00047 |
Grade A, and why
deploy 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 2d 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
Command: deploy — Preview, Present, Export
Purpose
Always the last command: verify the prototype actually behaves correctly and package it for a client presentation or a developer handoff, with zero build step required either way.
When to run it
- Always last in a full sequence, after
auditpasses. - User phrasing: "get this ready to present", "export the prototype",
deploy.
What it does
- Serve locally:
python -m http.server 8123ornpx serve— open in a visible browser tab (backgrounded tabs pauserequestAnimationFrame, which affectsmotion's entrance/scroll effects and can produce false verification results). - Present mode: confirm
proto-nav.js's toolbar works — page jump, flow start, state toggles — this is the client-facing "click through it yourself" experience. - Confirm portability: the whole
pages/+design-system/folder runs correctly opened via plain static file serving — no server process, no build step, matches the zero-dependency promise of every TidyFactor track's output, whatever the CSS foundation needed at design time. - Handoff note (optional, never assumed): if the user wants this
handed to
tidyfactor-html/tidyfactor-php-*for production, that's a separate, explicit request —deploydoesn't restructure anything toward another skill's conventions unasked. - Final
auditpass — nothing ships to a client review with open structural violations.
Output convention
project/
design-system/ ← shipped as-is, still the only source of styling
pages/
proto-nav.js (strip before any production handoff — it's a dev tool)
Checklist
- Verified in a visible browser tab
-
proto-nav.jspresent-mode toolbar functions correctly - Runs from plain static file serving, no build step
- Final
auditclean (or open findings explicitly accepted by the user)
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.
- 2d ago First seen · 46 lines · 0 tokens per session scan A 189d578bd219
deploy is a command published in the GitHub repository alwkala/tidyfactor-design (5 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 469 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-31.
Other commands, from other repositories
github-issue
Create a GitHub issue from a natural language description.
test
Hello world test command.
discover
Run a full user research cycle — persona creation, empathy mapping, and journey mapping for a product or feature.
coograph-verify
Verify that the described work is complete and correct. Provide evidence for every claim. You verify — you do not implement or fix style.
api-gen
Generate REST API endpoints with routes, validation, error handling, and tests.
component-gen
Generate React or Vue components with prop types, styling, accessibility, and tests.