24 lines
892 B
JSON
24 lines
892 B
JSON
{
|
|
"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"
|
|
]
|
|
} |