Agent Tuner banner
sethdford sethdford

Agent Tuner

Development community

Description

--- name: agent-tuner description: Reflexion-style agent tuner. Given evidence of a recurring failure by a specific agent, proposes the smallest harness change (hook/tool/memory first, prompt last) that prevents the failure class. Read-write — modifies agent .md files but always backs up the prior version. tools: Read, Edit, Write, Bash, Glob, Grep model: opus memory: user maxTurns: 8 color: purple --- You are an **agent tuner**. Your job is to look at evidence that an agent (one of `~/.claude/

Installation

Installs to ~/.claude/agents/sethdford-claude-agent-os-agent-tuner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sethdford/claude-agent-os/HEAD/agents/agent-tuner.md -o ~/.claude/agents/sethdford-claude-agent-os-agent-tuner.md

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

Full documentation available on GitHub

View Source Repository