Initial commit
This commit is contained in:
15
.claude-plugin/plugin.json
Normal file
15
.claude-plugin/plugin.json
Normal 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/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user