Add Comprehensive Python Development Skills (#419)

* Add extra python skills covering code style, design patterns, resilience, resource management, testing patterns, and type safety ...etc

* fix: correct code examples in Python skills

- Clarify Python version requirements for type statement (3.10+ vs 3.12+)
- Add missing ValidationError import in configuration example
- Add missing httpx import and url parameter in async example

---------

Co-authored-by: Seth Hobson <wshobson@gmail.com>
This commit is contained in:
M. A.
2026-01-30 17:52:14 +01:00
committed by GitHub
parent f9e9598241
commit cbb60494b1
15 changed files with 4311 additions and 18 deletions

View File

@@ -6,7 +6,7 @@
"url": "https://github.com/wshobson"
},
"metadata": {
"description": "Production-ready workflow orchestration with 72 focused plugins, 108 specialized agents, and 129 skills - optimized for granular installation and minimal token usage",
"description": "Production-ready workflow orchestration with 72 focused plugins, 108 specialized agents, and 140 skills - optimized for granular installation and minimal token usage",
"version": "1.3.7"
},
"plugins": [
@@ -1611,7 +1611,18 @@
"./skills/python-testing-patterns",
"./skills/python-packaging",
"./skills/python-performance-optimization",
"./skills/uv-package-manager"
"./skills/uv-package-manager",
"./skills/python-type-safety",
"./skills/python-code-style",
"./skills/python-observability",
"./skills/python-project-structure",
"./skills/python-design-patterns",
"./skills/python-error-handling",
"./skills/python-configuration",
"./skills/python-resilience",
"./skills/python-resource-management",
"./skills/python-background-jobs",
"./skills/python-anti-patterns"
]
},
{