Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:34:35 +08:00
commit 07d8554ee2
12 changed files with 5027 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "python-development",
"description": "Modern Python development with Python 3.12+, Django, FastAPI, async patterns, and production best practices",
"version": "1.2.1",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"skills": [
"./plugins/python-development/skills/async-python-patterns",
"./plugins/python-development/skills/python-testing-patterns",
"./plugins/python-development/skills/python-packaging",
"./plugins/python-development/skills/python-performance-optimization",
"./plugins/python-development/skills/uv-package-manager"
],
"agents": [
"./plugins/python-development/agents/python-pro.md",
"./plugins/python-development/agents/django-pro.md",
"./plugins/python-development/agents/fastapi-pro.md"
],
"commands": [
"./plugins/python-development/commands/python-scaffold.md"
]
}