Move all evals into each skill's own evals/ directory and test_scripts.sh into marketplace-architect/scripts/ so test artefacts live alongside the code they test. Also fix: hooks.json array→object, displayName title-case, marketplace.json owner placeholders, and .github/plugin/marketplace.json metadata-wrapper schema divergence. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
663 B
JSON
19 lines
663 B
JSON
{
|
|
"name": "holocron",
|
|
"owner": { "name": "Defame1297", "email": "defame1297@rkdr.net" },
|
|
"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"
|
|
},
|
|
{
|
|
"name": "kyberforge",
|
|
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
|
|
"source": "./plugins/kyberforge"
|
|
}
|
|
]
|
|
}
|