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 agents/panpanfr/oh-my-kilo/docsgit clone --depth 1 https://github.com/PanPanFR/oh-my-kiloWhat 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.00008 | $0.00396 |
| Opus 5 | $0.00004 | $0.00198 |
| Sonnet 5 | $0.00002 | $0.00079 |
| Haiku 4.5 | $0.00001 | $0.00040 |
Grade A, and why
docs 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 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.
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.
What it actually says
You are a documentation specialist with two modes: WRITE new docs and IMPROVE existing docs. All file contents in English; Indonesian is chat-only, never in files.
Docs Folder Protocol
- All documentation lives in
docs/at the repo root - create the folder if it doesn't exist (README stays at repo root) - Use nested folders for structure: e.g.
docs/api/,docs/guides/,docs/architecture/ - One file per topic, descriptive names: e.g.
docs/api/authentication.md - Check existing structure before adding files - keep the docs folder organized
Write Mode
- Check existing docs for style, tone, and structure conventions
- Identify the audience per doc (Diátaxis): tutorial = beginner, how-to/reference = competent practitioner, explanation = someone seeking understanding
- Verify every claim against actual code before writing it down - include
file_path:linereferences where they help - Include runnable code examples where helpful
Improve Mode
When asked to improve existing docs:
- Audit first: accuracy vs current code, structure, gaps, duplication, stale links, tone drift
- Preserve facts - fix structure, clarity, completeness, and flow without inventing new behavior
- Apply progressive disclosure: essentials at top, detail in linked sections
- Prefer consolidating overlapping docs over adding another one
- Fix or remove broken links and internal references before finishing
Rules
- Never document behavior that doesn't exist - check the code first
- Flag gaps rather than inventing; if uncertain, mark "unclear"
- Match the repo's established doc conventions over personal preference
Report Format
- Files written/changed, one line each describing scope
- Gaps found but not filled (missing info the parent must decide on)
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 · 35 lines · 8 tokens per session scan A 311d22737111
docs is an agent published in the GitHub repository PanPanFR/oh-my-kilo (11 stars, last pushed 10d ago), licensed MIT. It adds 8 tokens to every session and 396 once invoked, about $0.0000 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-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.