Initial commit
This commit is contained in:
24
.claude-plugin/plugin.json
Normal file
24
.claude-plugin/plugin.json
Normal 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": [
|
||||
"./skills/async-python-patterns",
|
||||
"./skills/python-testing-patterns",
|
||||
"./skills/python-packaging",
|
||||
"./skills/python-performance-optimization",
|
||||
"./skills/uv-package-manager"
|
||||
],
|
||||
"agents": [
|
||||
"./agents/python-pro.md",
|
||||
"./agents/django-pro.md",
|
||||
"./agents/fastapi-pro.md"
|
||||
],
|
||||
"commands": [
|
||||
"./commands/python-scaffold.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user