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 instructions/work0r-ai/agent-kit/claude-mdgit clone --depth 1 https://github.com/work0r-ai/agent-kitWhat 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.01262 | $0.01262 |
| Opus 5 | $0.00631 | $0.00631 |
| Sonnet 5 | $0.00252 | $0.00252 |
| Haiku 4.5 | $0.00126 | $0.00126 |
Grade A, and why
agent-kit CLAUDE.md 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 — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.
workorai-agent-kit — Agent Instructions
Implementation Protocol
Applies when a task is a feature or touches 3+ files. For smaller changes (1-2 files, typo, question, research-only), skip this protocol and work normally.
Preconditions (first step)
- git: if the repo is under git, the commit rule is active. If not, skip
commits and note
Commit: N/A (no git)in the diary. - clawmem: check the index (
index_stats/status). If not indexed, index it first (reindex; add the project to~/.config/clawmem/index.ymlif needed), then continue. If indexing is impossible, mirror the durable summary into the diary withclawmem: N/A.
1. Prior-art search (before planning)
Search whether this was built or researched before — including by other agents in other projects (clawmem covers all indexed collections simultaneously):
- clawmem:
search/intent_searchfor direct matches;find_similarfor semantically close patterns;kg_query/find_causal_linksfor graph-based cross-project discovery - git:
git log --grepandgit log -S - tasks: grep past diaries in
.tasks/
Record findings in the diary. If a similar feature exists in another project, reuse or adapt — note what was borrowed and why.
If a brainstorm precedes the work, run this same search during the brainstorm too — the findings sharpen the design doc. This does not replace the pre-planning search; do both.
2. Diary (.tasks/, gitignored)
Create .tasks/YYYY-MM-DD-<slug>.md first. One file per task. The agent only
creates and appends — it never deletes (the human cleans manually).
Structure:
- Plan: checklist of tickets (T1, T2, …)
- Prior art: clawmem / git / tasks findings + conclusion
- Per ticket on close: what done, how, deviations from plan + why, research, commit hash (if git), clawmem id
3. Stages & commits
A stage = an atomic, revertable unit that can be described as one change. Group tickets into a stage by this criterion, not by ticket count.
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 · 107 lines · 1,262 tokens per session scan A ef72f32739e2
agent-kit CLAUDE.md is an instructions file published in the GitHub repository work0r-ai/agent-kit (0 stars, last pushed 2mo ago), licensed MIT. It adds 1,262 tokens to every session, about $0.0063 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 instructions, from other repositories
open-pr CLAUDE.md
Instructions for TOMOSIA-VIETNAM/open-pr, covering claude.md, plugin, layout, how to work and hard edges (product breaks if ignored).
cavil-loop AGENTS.md
Instructions for GigleAI/cavil-loop, covering agents.md, what this project is, directory layout, conventions and shell scripts.
excalidraw-icons-mcp CLAUDE.md
Instructions for iagogfe/excalidraw-icons-mcp, covering excalidraw-icons-mcp, ci, conventions, code style and comments.
skills CLAUDE.md
Instructions for mixedbread-ai/skills, covering mixedbread skills, repository structure, conventions, adding a new skill and testing a skill.
grok-bot-skill AGENTS.md
Instructions for adamanz/grok-bot-skill: This repository is an Agent Skill for the xAI Grok Bot desktop app.
growmos AGENTS.md
Instructions for codician-team/growmos: This repository keeps a knowledge graph in .growmos/ (entities, typed relations, provenance, profiles, a journal). It is the shared world model that survives context windows. Treat it as memory you read at the start of work and write to as you develop. Zero-config commands.