18 lines
595 B
JSON
18 lines
595 B
JSON
{
|
|
"name": "ts-quality",
|
|
"owner": {
|
|
"name": "Clifton Cunningham",
|
|
"email": "clifton.cunningham@gmail.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"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.",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://git.waymay.us/zhongwei/gh-cliftonc-claude-plugins-plugins-ts-quality.git"
|
|
},
|
|
"strict": true
|
|
}
|
|
]
|
|
} |