python-anti-patterns
✓要避免的常見 Python 反模式。在最終實作之前檢查程式碼時或偵錯可能源自於已知不良實踐的問題時,可用作清單。
SKILL.md
A reference checklist of common mistakes and anti-patterns in Python code. Review this before finalizing implementations to catch issues early.
Note: This skill focuses on what to avoid. For guidance on positive patterns and architecture, see the python-design-patterns skill.
Fix: Retry at one layer only. Know your infrastructure's retry behavior.
要避免的常見 Python 反模式。在最終實作之前檢查程式碼時或偵錯可能源自於已知不良實踐的問題時,可用作清單。 來源:wshobson/agents。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/wshobson/agents --skill python-anti-patterns- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-11
- 更新時間
- 2026-02-18
快速解答
什麼是 python-anti-patterns?
要避免的常見 Python 反模式。在最終實作之前檢查程式碼時或偵錯可能源自於已知不良實踐的問題時,可用作清單。 來源:wshobson/agents。
如何安裝 python-anti-patterns?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/wshobson/agents --skill python-anti-patterns 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/wshobson/agents