-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
15 lines (15 loc) · 712 Bytes
/
Copy pathplugin.json
File metadata and controls
15 lines (15 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "template",
"displayName": "stijnvanhulle toolkit",
"version": "0.1.0",
"description": "Spec-driven workflow, writing-voice skills, code-reviewer agent, and shared TypeScript-monorepo conventions. Extracted from stijnvanhulle/template so other projects can install the same toolset.",
"author": {
"name": "stijnvanhulle",
"url": "https://github.com/stijnvanhulle"
},
"homepage": "https://github.com/stijnvanhulle/template",
"repository": "https://github.com/stijnvanhulle/template",
"license": "MIT",
"keywords": ["typescript", "monorepo", "spec-driven", "changesets", "skills", "conventions"]
}