Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "typescript-standards",
|
||||
"description": "Guide for creating TypeScript libraries using the typescript-library-template pattern and applying its standards to existing projects. Use when setting up new npm packages, standardizing build scripts, configuring tooling (tsup, Vitest, ESLint, Prettier), or applying dual module format patterns.",
|
||||
"version": "0.0.0-2025.11.28",
|
||||
"author": {
|
||||
"name": "Jordan Burke",
|
||||
"email": "jordan.burke@gmail.com"
|
||||
},
|
||||
"skills": [
|
||||
"./skills/typescript-standards"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user