- •Use the latest stable Python version (currently 3.14) and the latest stable versions of libraries involved.
- •Always use MCP tool "context7" to confirm current documentation for any Python or library APIs you use.
- •Be proactive about using new, stable Python features when they improve clarity or maintainability.
- •If the user asks you to modify something specific, do not change unrelated code or comments. Keep changes minimal, but update any directly related comments/docstrings when needed.
- •Write or refactor code following the style rules in references/python_style.md.
python-guidelines
适用于一般的 Python 编程任务,例如编写代码、修复代码、重构代码等。
SKILL.md
--- frontmattername: python-guidelines description: Use for general Python coding tasks, such as writing, fixing, and refactoring.