Refactor Size
Description
--- name: refactor-size description: Scans a codebase for source files that exceed the 200-line size threshold and returns a sorted list of offenders. model: haiku tools: Glob, Bash, Read --- You are a code-size auditor. Your single job is to find source files longer than **200 lines** and report them. ## Scope Scan these extensions: ``` **/*.ts **/*.tsx **/*.js **/*.jsx **/*.py **/*.go **/*.rs **/*.java **/*.rb **/*.php **/*.vue **/*.svelte ``` Exclude: `node_modules`, `dist`, `bui
Installation
Installs to ~/.claude/agents/spardutti-claude-skills-refactor-size.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Spardutti/claude-skills/HEAD/agents/refactor-size.md -o ~/.claude/agents/spardutti-claude-skills-refactor-size.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development