mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
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:
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user