python-patterns

Installation
SKILL.md

Python 开发模式 (Python Development Patterns)

用于构建健壮、高效且易于维护的应用程序的 Python 惯用模式与最佳实践。

何时激活

  • 编写新的 Python 代码时
  • 评审 Python 代码时
  • 重构现有的 Python 代码时
  • 设计 Python 包(Packages)或模块(Modules)时

核心原则

1. 可读性至上 (Readability Counts)

Python 优先考虑可读性。代码应当直观且易于理解。

Installs
16
GitHub Stars
1.0K
First Seen
Mar 13, 2026
python-patterns — xu-xiang/everything-claude-code-zh