Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:32 +08:00
commit 1fb7587224
5 changed files with 763 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "ts-quality",
"description": "TypeScript quality enforcement with instant file-scoped checks and architectural review. Auto-activated skill runs typecheck and lint after each file write. Includes /ts-review command for comprehensive code analysis.",
"version": "1.0.0",
"author": {
"name": "Clifton Cunningham",
"email": "clifton.cunningham@gmail.com"
},
"skills": [
"./skills/ts-quality"
],
"commands": [
"./commands/"
]
}