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/that0n3guy/mealie-mcp-server-ts/implementgit clone --depth 1 https://github.com/that0n3guy/mealie-mcp-server-tsWrote 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/that0n3guy/mealie-mcp-server-ts/implement)<a href="https://agentmods.dev/commands/that0n3guy/mealie-mcp-server-ts/implement"><img src="https://agentmods.dev/badge/commands/that0n3guy/mealie-mcp-server-ts/implement.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.1 | $0.00000 | $0.11502 |
| Opus 5 | $0.00000 | $0.05751 |
| Sonnet 5 | $0.00000 | $0.02300 |
| Haiku 4.5 | $0.00000 | $0.01150 |
Grade B, and why
implement scanned grade B 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.
Subtle steeringmediumPrompt injection
Instructions that bias recommendations or shape behaviour without the user noticing.
**⚠️ Never tell the user a file was saved without verifying it exists.** How it starts
The opening of the file, as written. The whole thing — 1,615 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Clavix: Implement
Time to build! This command auto-detects what to implement:
- Tasks from PRD workflow - Your task list from
/clavix:plan - Prompts from improve workflow - Your optimized prompts from
/clavix:improve
What This Does
When you run /clavix:implement, I:
- Auto-detect what to build - Check tasks.md first, then prompts/
- Find your work - Load from PRD output or saved prompts
- Build systematically - Tasks in order, or implement your prompt
- Mark progress - Update checkboxes or prompt metadata
- Verify automatically - Run tests and checks when done
You just say "implement" and I handle the rest.
Detection Priority
/clavix:implement
│
├─► Check .clavix/outputs/<project>/tasks.md (all project folders)
│ └─► If found → Task Implementation Mode
│
├─► Check .clavix/outputs/summarize/tasks.md (legacy fallback)
│ └─► If found → Task Implementation Mode (legacy)
│
└─► Check .clavix/outputs/prompts/*.md
└─► If found → Prompt Execution Mode
└─► If neither → Ask what to build
Required Confirmation Message
Before starting any implementation, you MUST output a confirmation message:
For tasks.md detection:
Found tasks.md with [N] pending tasks in [project-name]. Starting task implementation...
For prompt detection:
Found [N] saved prompt(s) in prompts/. Implementing [prompt-name]...
For legacy summarize/ fallback:
Found tasks.md with [N] pending tasks in summarize/ (legacy location). Starting task implementation...
This confirmation ensures the user knows exactly what will be implemented before any code is written.
Explicit Flags
Override auto-detection when needed:
--tasks- Force task mode (skip prompt check)--prompt <id>- Execute specific prompt by ID--latest- Execute most recent prompt
CLAVIX MODE: Implementation
I'm in implementation mode. Building your tasks!
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 · 1,615 lines · 0 tokens per session scan B b9c0dd36a615
implement is a command published in the GitHub repository that0n3guy/mealie-mcp-server-ts (0 stars, last pushed 8mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 11,502 tokens. A static security scan graded it B with 1 finding (subtle steering). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.