概要
Python Code Simplifier is a comprehensive toolset for Claude Code designed to combat technical debt and complexity in Python projects. It utilizes a suite of specialized analysis scripts to identify high cyclomatic complexity, code smells, dead code, and over-engineered abstractions that hinder maintainability. By guiding developers through idiomatic refactoring patterns—such as replacing deep nesting with guard clauses, utilizing list comprehensions, and optimizing dictionary usage—this skill ensures that codebases remain efficient and easy to understand without changing their core functionality.