python-anti-patterns
A reference checklist and guide for identifying and fixing common Python anti-patterns and architectural mistakes.
Install
npx skills add https://github.com/wshobson/agents --skill python-anti-patternsStats
| Total installs | 3,524 |
| Weekly installs | 3.5K |
| GitHub stars | 32.4K |
| First seen | Jan 30, 2026 |
| Source | @wshobson/agents |
Summary
- Covers 14+ anti-patterns across infrastructure, architecture, error handling, resources, type safety, and testing with before/after code examples
- Includes a quick review checklist and summary table for fast reference during code reviews
- Focuses on practical fixes: centralized retry logic, DTOs, repository pattern, specific exception handling, and async-native libraries
- Emphasizes validation at API boundaries, context managers for resources, and comprehensive test coverage beyond happy paths
Tags
Related skills
| Skill | Installs | vs python-anti-patterns |
|---|---|---|
| shellcheck-configuration | 3,449 | -75 |
| dependency-updater | 3,457 | -67 |
| command development | 3,853 | +329 |
| temporal-python-testing | 3,615 | +91 |
| go-concurrency-patterns | 3,647 | +123 |
FAQ
- How many installs does python-anti-patterns have?
- python-anti-patterns has 3,524 total installs and 3.5K installs this week.
- Where is python-anti-patterns hosted?
- python-anti-patterns is published by @wshobson/agents at https://github.com/wshobson/agents.
- How many GitHub stars does python-anti-patterns have?
- python-anti-patterns has 32.4K GitHub stars.
- When was python-anti-patterns first indexed?
- OrangeBot.AI first indexed python-anti-patterns on Jan 30, 2026.
- How do I install python-anti-patterns?
- Run: npx skills add https://github.com/wshobson/agents --skill python-anti-patterns