Code Improvement Agent banner
markj81 markj81

Code Improvement Agent

Development community

Description

--- name: code-improvement-agent description: "Use this agent when you want to analyze and improve existing code for readability, performance, and best practices. Examples:\\n- <example>\\n Context: User has written code and wants specific improvement suggestions.\\n user: \"Can you improve this function for better readability?\"\\n assistant: \"I'm going to use the code-improvement-agent to analyze your code and provide specific, actionable improvements.\"\\n</example>\\n- <example>\\n Cont

Installation

Installs to ~/.claude/agents/markj81-claude-environment-code-improvement-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/markj81/claude-environment/HEAD/agents/code-improvement-agent.md -o ~/.claude/agents/markj81-claude-environment-code-improvement-agent.md

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

Full documentation available on GitHub

View Source Repository