Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:06 +08:00
commit e3cbcb7998
8 changed files with 5770 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "python-development",
"description": "Agents and skills for Scientific Python development and best practices",
"version": "0.1.1",
"author": {
"name": "Landung Setiawan",
"url": "https://github.com/lsetiawan"
},
"skills": [
"./skills/pixi-package-manager",
"./skills/python-packaging",
"./skills/python-testing",
"./skills/code-quality-tools"
],
"agents": [
"./agents/scientific-python-expert.md"
]
}