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 skills/mhashim6/kauri/proposenpx skills add mhashim6/kauri --skill proposegit clone --depth 1 https://github.com/mhashim6/kauriWhat 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.00119 | $0.00741 |
| Opus 5 | $0.00060 | $0.00370 |
| Sonnet 5 | $0.00024 | $0.00148 |
| Haiku 4.5 | $0.00012 | $0.00074 |
Grade A, and why
propose 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 — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Propose a Decision
Draft a decision record and present it for human approval before writing it to the database. This is the quality gate that prevents low-value or poorly-worded records from accumulating.
Steps
-
Understand the context: Based on
$ARGUMENTSand the conversation so far, identify what decision was made, why, and what alternatives were considered. -
Check for duplicates: Run
kauri_query --text "$ARGUMENTS"to see if a similar decision already exists. If it does, ask whether to supersede it or skip recording. -
Check the taxonomy: Run
kauri_taxonomy_listto see available tags. Pick the most fitting ones. -
Draft the record: Present the following to the user for review:
Title: [short, scannable — what was decided] Body: [What was decided and why] [What alternatives were considered] [Key constraints or trade-offs] Tags: [tag1, tag2] Files: [any associated file paths] Links: [IDs of related decisions, if any] Pin: [yes/no — only if this is a critical rule the agent must always see] Status: [active or draft if still tentative] -
Ask for approval: Present the draft and ask:
- "Record this decision?" (proceed)
- "Edit something?" (revise and re-present)
- "Skip" (don't record)
-
Record if approved: Call
kauri_recordwith the approved values. If superseding, include--supersedes <id>.
Quality guidelines
A good decision record:
- Title: One sentence, starts with a verb or states the choice clearly. Good: "Use JWT with 15-minute refresh tokens". Bad: "Auth stuff".
- Body: Explains WHY, not just WHAT. Includes the trade-off or constraint that drove the choice.
- Tags: 1-3 tags from the taxonomy. Don't force-fit — if nothing matches, propose a new tag and explain why.
- Files: Only files directly governed by this decision. Don't list every file that touches the feature.
- Pin: Reserve for critical rules (security constraints, hard boundaries). Most decisions should NOT be pinned.
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 · 72 lines · 119 tokens per session scan A ef86685ad81c
propose is a skill published in the GitHub repository mhashim6/kauri (5 stars, last pushed 4mo ago), licensed MIT. It adds 119 tokens to every session and 741 once invoked, about $0.0006 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 skills, from other repositories
kungfu-agent-onboarding
Discover the exact Kungfu Project, WorkConsole, WorkRef, Skill catalog, and Core Work state admitted to this Amp process.
kungfu-agent-onboarding
Use when a user asks to understand, start, inspect, extend, or safely operate installed Kungfu; verify the installed pack, select one intent route, personalize the explanation, and propose one smallest safe next action.
github-ops
GitHub CLI for issues, PRs, code search, CI logs, releases, and API queries. Requires gh CLI and auth.
notion-sync
Read, create, and update Notion pages and databases. Requires Notion API integration token.
ops_exception_desk_workflow
PAST-Bench: Benchmarking the Foundations of Recursive Self-Improvement in Personal Agents.
oncall_handoff_lookup
PAST-Bench: Benchmarking the Foundations of Recursive Self-Improvement in Personal Agents.