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/paulbreuler/limps/004_agent_docsgit clone --depth 1 https://github.com/paulbreuler/limpsWhat 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.00804 |
| Opus 5 | $0.00000 | $0.00402 |
| Sonnet 5 | $0.00000 | $0.00161 |
| Haiku 4.5 | $0.00000 | $0.00080 |
Grade A, and why
004_agent_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 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 — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent 4: Docs
Plan Location: plans/0041-limps-improvements/0041-limps-improvements-plan.md
Scope
Features: #5
Own: README.md, docs/semantic-setup.md, config.json.example
Depend on: Agents 0, 1, 2 (need finalized tool names and config)
Block: None
Interfaces
Export
- Updated README sections
- Semantic setup guide
- Config reference
- Troubleshooting guide
Receive
- Finalized tool names, config keys, error messages from Agents 0-2
Features
#5: Documentation Updates
TL;DR: Document semantic setup, query tools, config reference, and troubleshooting.
Status: GAP
Test IDs: docs-semantic-setup, docs-config-reference, docs-troubleshooting
Files: README.md, docs/semantic-setup.md, config.json.example
Documentation Sections:
-
Semantic Setup Guide
- Ollama installation (macOS, Linux, Windows)
- Model download:
ollama pull nomic-embed-text - Config enable:
semantic.enabled: true - Verification: how to confirm it's working
-
Config Reference
- All semantic.* options with defaults and descriptions
- Character-based chunking explanation (2000 chars ≈ 500 tokens)
- Model compatibility notes (768-dim models recommended)
-
Troubleshooting
- "Ollama not running" — symptoms, fix
- "Wrong model dimensions" — symptoms, fix
- "Embeddings not updating" — hash caching + model_name explanation
- "Slow indexing" — batching, background indexing tips
- "Model changed, old embeddings" — reindex_vectors with force
-
Tool Reference
- semantic_search, find_similar, reindex_vectors signatures
- query_docs with/without semantic
- Example usage for each
TDD:
docs-semantic-setup→ impl Ollama setup guide → refactordocs-config-reference→ impl config documentation → refactordocs-troubleshooting→ impl common issues guide → refactor
Done
- README updated with semantic overview
- Semantic setup guide (Ollama install, model, config)
- Config reference with all options
- Troubleshooting guide
- Tool reference with examples
- config.json.example updated
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 · 128 lines · 0 tokens per session scan A c23104133452
004_agent_docs is an agent published in the GitHub repository paulbreuler/limps (10 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 804 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-31.
Other agents, from other repositories
monitor
Reviews code for correctness, standards, security, and testability (MAP).
evaluator
Evaluates solution quality and completeness (MAP).
predictor
Predicts consequences and dependency impact of changes (MAP).
task-decomposer
Breaks complex goals into atomic, testable subtasks (MAP).
actor
Generates production-ready implementation proposals (MAP).
reflector
Extracts structured lessons from successes and failures.