Quick Edit banner
stuartshields stuartshields

Quick Edit

Development community

Description

--- name: quick-edit description: Fast haiku-powered agent for trivial single-file edits. Use for typo fixes, variable renames, small function additions, or config tweaks that are clearly scoped — typically under 50 lines. Hard guardrails prevent scope creep and context rot. Escalates to sonnet if the task turns out to be more complex than expected. Returns the modified file path. tools: Read, Write, Edit, Bash, Grep, Glob model: haiku maxTurns: 10 hooks: PreToolUse: - matcher: "Write|Edit

Installation

Installs to ~/.claude/agents/stuartshields-claude-setup-quick-edit.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/stuartshields/claude-setup/HEAD/agents/quick-edit.md -o ~/.claude/agents/stuartshields-claude-setup-quick-edit.md

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

Full documentation available on GitHub

View Source Repository