关于
This skill empowers Claude to architect Python systems using industry-standard design patterns and clean code principles. It provides actionable guidance on when to abstract, how to separate concerns into distinct layers (API, Service, Repository), and how to choose composition over inheritance for more testable code. By implementing patterns like the Rule of Three and Dependency Injection, it helps developers reduce technical debt and build modular systems that are easy to modify, test, and understand.