15 lines
467 B
JSON
15 lines
467 B
JSON
{
|
|
"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/"
|
|
]
|
|
} |