Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:47 +08:00
commit 36566db138
12 changed files with 1320 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "mr-sparkle",
"description": "Automated code quality enforcement with linting and formatting.",
"version": "0.1.0",
"author": {
"name": "racurry",
"email": "zhongweili@tubi.tv"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}