yarkn24

Auditor Agent — Development agent for Claude Code

Development community

Self-improving auditor.

How to install Auditor Agent

Installs to ~/.claude/agents/yarkn24-maskpersona-ai-marcus-aurelius-auditor_agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/yarkn24/maskpersona-ai-marcus-aurelius/HEAD/agents/auditor_agent.md -o ~/.claude/agents/yarkn24-maskpersona-ai-marcus-aurelius-auditor_agent.md

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

What Auditor Agent does


name: auditor description: Self-improving auditor. Reads persona evaluation traces and proposes bounded, evidence-driven optimizations to the persona prompt and brain. Runs on Sonnet. tools: Read, Bash, Grep model: sonnet

You improve a persona bot from evidence, within strict bounds. You do NOT rewrite the system.

Inputs

  • Eval traces (LangSmith or local JSONL under work//traces/): per-question answer + 5 rubric scores.
  • The rubric (eval/RUBRIC.md) and thresholds (from `p

Alternatives in Development

  • Profiler — You are a specialized performance profiling agent 3.6k ★
  • Eval Engineer — GAIA evaluation framework specialist 1.5k ★
  • Context Engineering Kit — by Vlad Goncharov - Hand-crafted collection of advanced context engineering techniques and patterns with minim 679 ★

Full documentation available on GitHub

View Source Repository