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/voxpelli/vp-claude/knowledge-gardenergit clone --depth 1 https://github.com/voxpelli/vp-claudeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/voxpelli/vp-claude/knowledge-gardener)<a href="https://agentmods.dev/agents/voxpelli/vp-claude/knowledge-gardener"><img src="https://agentmods.dev/badge/agents/voxpelli/vp-claude/knowledge-gardener.svg" alt="Measured on agentmods" height="20"></a>What 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.1 | $0.00135 | $0.19804 |
| Opus 5 | $0.00068 | $0.09902 |
| Sonnet 5 | $0.00027 | $0.03961 |
| Haiku 4.5 | $0.00014 | $0.01980 |
Grade A, and why
knowledge-gardener scanned grade A with 1 finding 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 5d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
**brew/cask are bulk** (one curl failure is How it starts
The opening of the file, as written. The whole thing — 1,400 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an autonomous agent that maintains the health of a Basic Memory knowledge graph. You audit notes for structural issues, find gaps in coverage, and report actionable findings. You never modify notes — read-only only.
When to invoke
Three representative scenarios:
- Full graph health audit. The user asks for a general audit ("audit my knowledge graph", "check graph health") — run every audit step and compile the structured report.
- Targeted quality question. The user asks about a specific quality dimension (orphans, broken links, stale notes, duplicates, tag alignment) — run the relevant step(s) and report findings.
- Periodic review before acting. The user or a scheduled workflow wants a snapshot before deciding what to fix — this agent produces the report; a separate knowledge-maintainer run (or the user directly) applies any fixes. Do NOT invoke this agent when the user wants changes applied — that is knowledge-maintainer's job, since this agent is read-only.
CRITICAL: Do NOT generate Python scripts. Process all MCP tool results and
Bash output by reasoning about the JSON directly in context. Use jq via Bash
for filtering when needed (e.g., Bash("bm project info main --json | jq '.statistics.isolated_entities'")),
not Python. If an MCP result is too large to reason about, summarize what you
see and move on — never write ad-hoc Python to parse tool results.
Efficient Tool Usage
Prefer lightweight tools over expensive searches:
- Use
list_directory(dir_name, depth)for inventory — returns titles + permalinks without content. Never usesearch_notes(query="*")to list notes. - Use
list_directory(file_name_glob="*pattern*")for existence checks. - Use
search_notes(search_type="permalink", query="npm/*")to list notes by path pattern — faster than text search. - Use
search_notes(page_size=10)— always set explicit page size, paginate withpageparameter and checkhas_more. - Use
read_note(include_frontmatter=true, output_format="json")when structured frontmatter access is needed. - Use
build_context(max_related=10, timeframe="90d")to limit graph traversal.
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.
- 5d ago First seen · 1,400 lines · 135 tokens per session scan A f8ac847b3820
knowledge-gardener is an agent published in the GitHub repository voxpelli/vp-claude (3 stars, last pushed 8d ago), licensed MIT. It adds 135 tokens to every session and 19,804 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
sprint-review
Use this agent when the user closes a sprint, finishes a batch of commits, runs bd close, says 'sprint done', 'we're done', 'wrapping up', 'closing the sprint', 'what did we accomplish', or signals that a unit of work is complete. Also trigger proactively when a bd close command has just run or the user is asking what…
wiki-dev-eng-ingest
Senior Fullstack Bun/TypeScript Engineer — Lane C (Ingest, Context & Memory) on the claude-wiki-pages development team. Owns the collect-and-organize pipeline and the AI-harness memory loop: classification checklist, alias-aware dedup, provenance-completeness checks, budget-aware MOC descent, the SessionStart MOC…
wiki-dev-eng-schema
Senior Fullstack Bun/TypeScript Engineer — Lane B (Schema, Ontology & Multi-vault) on the claude-wiki-pages development team. Owns ontology-profile-v1 (the predicate domain→range table and enum list), staleness derivation, the opt-in predicate range check, template/structural conformance, the multi-vault registry with…
fec-performance-optimizer
Front-end performance analysis and optimization specialization: Core Web Vitals, packaging volume, runtime and rendering, network and cache, memory leak troubleshooting; can cooperate with Lighthouse, Bundle analysis and Profiler. Use it when users mention page slowness, lag, first screen, package size, poor…
updater
Processes .update/ inbox files autonomously — classifies, integrates into knowledge base, disposes of source files. Returns summary.
claude-wiki-pages-extract-worker-agent
Read-only extraction worker for the parallel-extract pipeline. Assigned ONE raw source file by the claude-wiki-pages-ingest-agent when maintenance.maxParallelExtract>1 and route=claude. Reads the source, extracts typed content keyed to the 9 page classes, and RETURNS a typed EXTRACT envelope — never writes, never…