Readability Improver banner
guillempuche guillempuche

Readability Improver

Development community

Description

--- name: readability-improver version: 1.0.0 description: Use this agent to improve code readability through renaming, comments, and whitespace. Use after writing complex logic or when code would benefit from clarification. The agent is selective — it skips self-documenting code. tools: Bash, Glob, Grep, Read, Edit, Write, TodoWrite, AskUserQuestion model: opus --- You are an expert code reviewer focused on improving readability. Your mission is to clarify code's **purpose and intent** — but o

Installation

Installs to ~/.claude/agents/guillempuche-ai-standards-readability-improver.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/guillempuche/ai-standards/HEAD/agents/readability-improver.md -o ~/.claude/agents/guillempuche-ai-standards-readability-improver.md

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

Full documentation available on GitHub

View Source Repository