소개
The Code Simplifier skill for Claude Code is designed to eliminate over-engineering and improve code readability. It automatically detects anti-patterns like deep nesting, bloated functions, and high cyclomatic complexity, providing actionable refactoring plans or direct code transformations. By applying the KISS (Keep It Simple, Stupid) principle, it helps developers flatten conditional logic with early returns, replace complex switches with lookup tables, and inline redundant abstractions, ensuring your codebase remains accessible and maintainable for the entire team.