File Refactor Organizer banner
bwads001 bwads001

File Refactor Organizer

Development community

Description

--- name: file-refactor-organizer description: Use this agent when you need to break down large files into smaller, more maintainable components or modules. This agent should be used when files exceed 300 lines, when code organization needs improvement, or before committing changes to ensure proper file structure. Examples: <example>Context: User has a large React component file that's 450 lines long and needs to be broken down. user: 'This UserDashboard.tsx file is getting too large and hard to

Installation

Installs to ~/.claude/agents/bwads001-claude-code-agents-file-refactor-organizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bwads001/claude-code-agents/HEAD/agents/file-refactor-organizer.md -o ~/.claude/agents/bwads001-claude-code-agents-file-refactor-organizer.md

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

Full documentation available on GitHub

View Source Repository