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/niels-emmer/myace/start-devgit clone --depth 1 https://github.com/niels-emmer/myaceWrote 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/niels-emmer/myace/start-dev)<a href="https://agentmods.dev/commands/niels-emmer/myace/start-dev"><img src="https://agentmods.dev/badge/commands/niels-emmer/myace/start-dev.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.00011 | $0.00205 |
| Opus 5 | $0.00005 | $0.00102 |
| Sonnet 5 | $0.00002 | $0.00041 |
| Haiku 4.5 | $0.00001 | $0.00020 |
Grade A, and why
start-dev 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 3d 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.
4. Verify the backend is healthy: `curl http://localhost:8000/health` What it actually says
Start the MyACE development environment.
Steps:
- Ensure
.envexists (copy from.env.exampleif not):cp .env.example .env - Build and start the dev stack:
docker compose -f docker-compose.yml -f docker-compose.dev.yml up -d --build - Run database migrations:
docker compose exec backend alembic upgrade head - Verify the backend is healthy:
curl http://localhost:8000/health - Start the frontend dev server (separate terminal, for HMR):
cd frontend && npm run dev
The dev stack gives you:
- Frontend on
http://localhost:80 - Backend API on
http://localhost:8000 - Backend docs at
http://localhost:8000/docs - Frontend HMR on
http://localhost:5173(vianpm run dev)
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.
- 3d ago First seen · 20 lines · 11 tokens per session scan A 60bedcba5413
start-dev is a command published in the GitHub repository niels-emmer/myace (1 stars, last pushed 2d ago), licensed MIT. It adds 11 tokens to every session and 205 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-31.
Other commands, from other repositories
brainstorm
已弃用 - 请改用 superpowers:brainstorming 技能.
handoff
Force a session catchup or a memory promotion outside the hook lifecycle. Default is catchup (read-only); promote is HITL gated.
fix
Apply a single safe quick win from DESIGN.md.critique.md. HITL gated. Re-lints DESIGN.md after every edit; reverts if lint regresses.
compose
One-shot wiring check for MDDesign. Verifies planning-with-files, DESIGN.md, code-memory-router, and Google linter are all reachable. Surfaces any missing piece with a one-line fix-it. Read-only.
dev-implement
Before executing this command, CONFIRM these files exist and are readable.
orchestrator-fix
Before executing this command, CONFIRM these files exist and are readable.