Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:00:19 +08:00
commit abf7b25716
6 changed files with 1377 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "python-dev",
"description": "Modern Python development assistant with uv tooling, PEP8 standards, and project setup automation",
"version": "1.0.0",
"author": {
"name": "Tasanakorn Phaipool",
"email": "tasanakorn@gmail.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}