概要
This skill provides Claude with specialized knowledge for architecting Python library APIs that are easy to use and hard to misuse. It implements patterns like progressive disclosure to cater to both novice and power users, establishes robust naming conventions, and guides the management of API evolution through safe deprecation paths. By leveraging industry-standard best practices and avoiding common pitfalls like boolean traps or mutable default arguments, this skill ensures your Python packages offer a world-class developer experience from the first import.