feat(plugin): add npm package for Claude Code plugin distribution
Published as @lthn/core-claude-build on npm. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
b2edc2d26d
commit
6a1642e586
1 changed files with 30 additions and 0 deletions
30
.claude-plugin/package.json
Normal file
30
.claude-plugin/package.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "@lthn/core-claude-build",
|
||||
"version": "0.1.0",
|
||||
"description": "Claude Code plugin for Go QA pipeline, build tooling, and development skills",
|
||||
"license": "EUPL-1.2",
|
||||
"author": {
|
||||
"name": "Host UK",
|
||||
"email": "hello@host.uk.com"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://forge.lthn.ai/core/go-build.git",
|
||||
"directory": ".claude-plugin"
|
||||
},
|
||||
"files": [
|
||||
"plugin.json",
|
||||
"commands/",
|
||||
"skills/",
|
||||
"hooks.json",
|
||||
"scripts/",
|
||||
"codex-qa/"
|
||||
],
|
||||
"keywords": [
|
||||
"claude-code-plugin",
|
||||
"go",
|
||||
"golang",
|
||||
"qa",
|
||||
"build"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue