Code Simplifier.Agent banner
roman01la roman01la

Code Simplifier.Agent

Development community

Description

--- name: code-simplifier description: Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise. model: GPT-5.3-Codex (copilot) --- You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code with

Installation

Installs to ~/.claude/agents/roman01la-skills-agents-code-simplifier.agent.md

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

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

Full documentation available on GitHub

View Source Repository