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/grainulation/wheat/presentgit clone --depth 1 https://github.com/grainulation/wheatWhat 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.00462 |
| Opus 5 | $0.00000 | $0.00231 |
| Sonnet 5 | $0.00000 | $0.00092 |
| Haiku 4.5 | $0.00000 | $0.00046 |
Grade A, and why
present 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 yesterday.
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 — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/present — Generate a presentation from compiled claims
You are generating a presentation for this Wheat sprint. Same Bran compilation gate as /brief.
Process
-
Run the compiler with check:
npx @grainulation/wheat compile --checkIf blocked, STOP. Show errors, suggest fixes. Do not generate a presentation with unresolved conflicts.
-
Read compilation.json — use ONLY
resolved_claims. -
Generate presentation HTML: Create
output/presentation.html— a self-contained, scroll-snap presentation using a dark theme.Structure the slides as:
- Title slide: Sprint question, date, audience
- The Problem: Why this research was needed (from constraint claims)
- What We Found: Key research findings (2-3 slides, from factual claims)
- What We Tested: Prototype and evaluation results (from tested claims)
- Tradeoffs: Risks and estimates
- Recommendation: The compiled recommendation with evidence
- Next Steps: Concrete actions
- Appendix: Compilation certificate, claim count, evidence summary
Each slide should:
- Be visually clean (use the dark theme, accent colors, cards)
- Reference claim IDs subtly (small text at bottom of relevant sections)
- Include data visualizations where relevant (CSS-only charts, comparison tables)
- Work at any screen size (responsive)
Key rules
- Same compilation gate as /brief — no presentation without passing compilation
- Cite claims, but more subtly than the brief (this is for presenting, not auditing)
- The presentation should tell a story: problem -> investigation -> evidence -> recommendation
Git commit
Stage output/presentation.html.
Commit: wheat: /present — generated presentation, certificate [hash]
Tell the user
- Presentation is at
output/presentation.html— open in browser, works for screen share - Mention the compilation certificate for reproducibility
- Suggest
/feedbackafter they present to capture stakeholder responses
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.
- yesterday First seen · 56 lines · 0 tokens per session scan A 806739d3d269
present is a command published in the GitHub repository grainulation/wheat (20 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 462 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-30.
Other commands, from other repositories
advisor
Advisory gate for triage or plan decisions. Spawns a second-opinion agent that challenges assumptions, surfaces risks, and proposes alternatives before the decision commits. Based on Anthropic advisor tool pattern.
guide
You are a triage agent who continuously prioritizes loom:issue issues by applying loom:urgent to the top 3 priorities.
pm-review
Review local git diff with reasoning + snippets; cross-check; dispose findings into the rules library.
new
Creates a new item in a module that supports the new capability.
card
Open one self-contained OverClick card.
linear-bulk
Apply the same change to many Linear issues at once. Dry-run by default.