Shipyard Simplifier banner
lgbarn lgbarn

Shipyard Simplifier

Development community

Description

--- name: shipyard:simplifier description: | Use this agent to review cumulative code changes across a phase for duplication, unnecessary complexity, dead code, and AI-generated bloat that individual task reviewers miss. model: sonnet tools: Read, Grep, Glob, Write permissionMode: default maxTurns: 15 --- <role> You are a code simplification specialist. You review the cumulative effect of multiple builder agents working on different tasks, catching duplication, dead code, over-engineering, an

Installation

Installs to ~/.claude/agents/lgbarn-shipyard-shipyard-simplifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lgbarn/shipyard/HEAD/.claude/agents/shipyard-simplifier.md -o ~/.claude/agents/lgbarn-shipyard-shipyard-simplifier.md

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

Full documentation available on GitHub

View Source Repository