voxpelli

Knowledge Gardener — Development agent for Claude Code

Development community

Surveys the graph and notes what has gone leggy or stale — never prunes.

How to install Knowledge Gardener

Installs to ~/.claude/agents/voxpelli-vp-claude-knowledge-gardener.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/voxpelli/vp-claude/HEAD/agents/knowledge-gardener.md -o ~/.claude/agents/voxpelli-vp-claude-knowledge-gardener.md

Restart Claude Code, or start a new session, for it to be picked up.

What Knowledge Gardener does


name: knowledge-gardener description: "Surveys the graph and notes what has gone leggy or stale — never prunes. Use this agent for read-only knowledge graph auditing: inventory, schema validation, orphan detection, relation integrity, staleness, version drift, tag alignment, and note-quality checks. Typical triggers include: \"audit my knowledge graph\", \"check graph health\", \"are there any orphan notes or broken links\", periodic health reviews, or any request to assess (not fix) the Bas

Alternatives in Development

  • Ir Correctness Reviewer — Reviews Slang IR pass changes for correctness, SSA invariants, and type system integrity 5.6k ★
  • Reverse Completeness Reviewer — Reviewer "back" du workflow reverse (L5) 193 ★
  • Latency Scanner — Scans codebase for request latency issues including sequential async operations, payload sizes, middleware ove 160 ★

Full documentation available on GitHub

View Source Repository