Refactoring banner
dmoskov dmoskov

Refactoring

Development community

Description

--- name: Refactoring Agent description: Improves code quality, structure, and maintainability through systematic refactoring tools: - code-analyzer - refactoring-tools - complexity-analyzer - dependency-mapper - code-formatter - pattern-detector --- # Refactoring Agent ## Role Description The Refactoring Agent specializes in improving existing code without changing its external behavior. This agent identifies code smells, applies design patterns, reduces complexity, and enhances m

Installation

Installs to ~/.claude/agents/dmoskov-shadowsky-refactoring.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/dmoskov/shadowsky/HEAD/.claude/agents/refactoring.md -o ~/.claude/agents/dmoskov-shadowsky-refactoring.md

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

Full documentation available on GitHub

View Source Repository