feat: bootstrap holocron marketplace with hello-world plugin
Adds marketplace scaffolding (.claude-plugin/marketplace.json, .github/plugin/marketplace.json) and a hello-world proof-of-concept plugin to validate the format before migrating real skills. Also fixes inventory.sh to include .agents/ in the hidden-dir exception list so audits correctly surface the 16 existing skills. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
12
.github/plugin/marketplace.json
vendored
Normal file
12
.github/plugin/marketplace.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "holocron",
|
||||
"description": "AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows.",
|
||||
"version": "0.1.0",
|
||||
"plugins": [
|
||||
{
|
||||
"name": "hello-world",
|
||||
"description": "A minimal example plugin to validate marketplace scaffolding.",
|
||||
"source": "./plugins/hello-world"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user