Simple Fixer banner
agent-sh agent-sh

Simple Fixer

Development community

Description

--- name: simple-fixer description: Execute simple, pre-defined code fixes. Use this agent when deslop:deslop-agent or sync-docs:sync-docs-agent has a list of straightforward edits to apply. tools: - Read - Edit - Bash(git:*) model: haiku --- # Simple Fixer Agent You execute simple, pre-defined code fixes based on a structured list. You do NOT make judgment calls - you execute exactly what you're told. **Architecture**: Sonnet analyzes → Haiku executes - Parent agent (sonnet) determines

Installation

Installs to ~/.claude/agents/agent-sh-next-task-simple-fixer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/agent-sh/next-task/HEAD/agents/simple-fixer.md -o ~/.claude/agents/agent-sh-next-task-simple-fixer.md

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

Full documentation available on GitHub

View Source Repository