Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:28:45 +08:00
commit c06a7275a8
8 changed files with 297 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "cpython-skills",
"description": "Skills for working with the CPython repository - helping with building, testing, and contributing to Python's implementation",
"version": "0.0.0-2025.11.28",
"author": {
"name": "CPython Core Team",
"email": "zhongweili@tubi.tv"
},
"skills": [
"./skills"
]
}