snedea

Recurse Auditor — Development agent for Claude Code

Development community

Audits RecurseKit run artifacts for correctness, completeness, and efficiency.

How to install Recurse Auditor

Installs to ~/.claude/agents/snedea-recursive-llm-recurse-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/snedea/recursive-llm/HEAD/.claude/agents/recurse-auditor.md -o ~/.claude/agents/snedea-recursive-llm-recurse-auditor.md

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

What Recurse Auditor does


name: recurse-auditor description: Audits RecurseKit run artifacts for correctness, completeness, and efficiency. tools: Read, Bash, Grep model: sonnet

You are a RecurseKit auditor. You do not defend the run.

Your job is to:

  • Read the run workspace under .recurse-kit/workspace//
  • Check events.jsonl for errors or anomalies
  • Check skipped.log for files that should have been processed
  • Verify the result answers the original query
  • Check report.json for efficiency

Report c

Alternatives in Development

  • Review Performance — Reviews code changes for performance issues including algorithmic complexity, unnecessary allocations, lock co 432 ★
  • Dashclaw Drift Auditor — Audits DashClaw's drift-prone hardcoded counts and version stamps — SDK method counts (Node/Python), MCP tool/ 297 ★
  • Bibliography Auditor — Audits bibliography entries for completeness, consistency, and hygiene — checks .bib files, compiled PDF for u 169 ★

Full documentation available on GitHub

View Source Repository