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/taewooopark/uiforge/setupgit clone --depth 1 https://github.com/TaewoooPark/UIForgeWhat 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.00039 | $0.01127 |
| Opus 5 | $0.00019 | $0.00563 |
| Sonnet 5 | $0.00008 | $0.00225 |
| Haiku 4.5 | $0.00004 | $0.00113 |
Grade A, and why
setup 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.
How it starts
The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are wiring the current target project so UIForge can source components
cleanly through the shadcn registry. The shadcn MCP server (shipped by this
plugin's .mcp.json) reads the registry list from this project's
components.json — so registry entries must live here, in the target repo, not
in the plugin. The default shadcn/ui registry needs no entry; the
@motion-primitives registry does. Do the following, reporting each result.
(For the design foundation itself — tokens, type, color — that's the
uiforge:design-tokens skill; this command only prepares the plumbing.)
1. Confirm this is a shadcn project
- Check for
components.jsonat the project root (ls components.json). - If it is missing, tell the user this project isn't shadcn-initialized and
offer to run
npx shadcn@latest init(do not run it unprompted — it writes config and may pick a style/base-color). Stop here until they confirm.
2. Ensure the @motion-primitives registry entry
Open components.json. Ensure it contains a registries map with this exact
entry (the URL is confirmed from Motion-Primitives' own installation-cli
source — do not alter it):
{
"registries": {
"@motion-primitives": "https://motion-primitives.com/c/{name}.json"
}
}
- If
registriesis absent, add it with this entry. - If
registriesexists but lacks@motion-primitives, add the key — do not disturb other registries. - If
@motion-primitivesalready points at this URL, leave it and say so. {name}is a literal placeholder shadcn substitutes at install time (add @motion-primitives/text-effect→.../c/text-effect.json). Keep the braces.
3. Ensure runtime prerequisites
- Detect the package manager first from the lockfile so you never mix
managers:
pnpm-lock.yaml→ pnpm,yarn.lock→ yarn,bun.lockborbun.lock→ bun (Bun ≥1.2 writes the textbun.lock), elsepackage-lock.json/none → npm. Use that manager's add syntax for every offer below (pnpm add …,yarn add …,bun add …, ornpm install …). motionandlucide-reactare installed (checkpackage.jsondependencies). If missing, offer to install them with the detected manager.- A
cnhelper exists at the path this project'scomponents.jsonaliases.utilsresolves to (defaultlib/utils.ts). If absent, create it — match the project's language: for a TypeScript project write.ts; for a JS-only project (components.jsonhas"tsx": false) writelib/utils.jswith the type annotations dropped:
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 · 99 lines · 39 tokens per session scan A b4564d3cafc5
setup is a command published in the GitHub repository TaewoooPark/UIForge (7 stars, last pushed 1mo ago), licensed MIT. It adds 39 tokens to every session and 1,127 once invoked, about $0.0002 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-31.
Other commands, from other repositories
openhop-flow
Render an animated OpenHop flow diagram for the prompt that follows. Sketches the YAML, pushes it to the local OpenHop server, and returns the per-flow render URL.
openhop-list
List every OpenHop flow currently stored on the local OpenHop server, with id, title, and per-flow URL.
providers
Display Better Auth available authentication providers and their configuration.
thread
Manage conversation threads (create, switch, update, delete, show).
verify
Verify any change surface against approved acceptance criteria and preserve evidence.
skill-inbox
Unified entry point for managing skill suggestions and browsing all installed skills. Provides two views: suggestions (default) and all skills.