概要
This skill provides a systematic methodology for refactoring large Claude Code skill files that exceed recommended length limits. By applying the Externalize-Consolidate-Progress pattern, it helps developers reduce SKILL.md complexity, eliminate 'Large skill file' warnings, and significantly optimize token consumption. It includes an automated analysis tool to identify heavy code blocks and provides a structured workflow for moving logic into dedicated Python modules while maintaining clear, discoverable documentation.