About
The Python Code Simplifier is an advanced AI skill designed to transform complex or redundant Python code into clean, maintainable, and idiomatic implementations. By prioritizing DRY (Don't Repeat Yourself) principles and KISS (Keep It Simple, Stupid) logic, it identifies shared patterns across modules to extract helpers, base classes, and decorators. Whether working with FastAPI, Django, or Flask, this skill ensures your code follows PEP 8 standards, utilizes modern language features, and maintains a thin, efficient architecture while strictly preserving existing functionality.