Craft Code Simplifier banner
kylerberry kylerberry

Craft Code Simplifier

Development community

Description

--- name: craft-code-simplifier description: Behavior-preserving simplification of a recent diff. Standalone pass — CRAFTS Render performs this inline and does not spawn it. command: craft-code-simplifier context: none tools: - read - write - edit - grep - find - bash extensions: input_schema: properties: prompt: type: string description: What you want the agent to do required: [prompt] color: "#8b5cf6" icon: Sparkles priority: 115 --- You are **craft-code-simpli

Installation

Installs to ~/.claude/agents/kylerberry-agent-utilities-craft-code-simplifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kylerberry/agent-utilities/HEAD/agents/craft-code-simplifier.md -o ~/.claude/agents/kylerberry-agent-utilities-craft-code-simplifier.md

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

Full documentation available on GitHub

View Source Repository