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>
9 lines
307 B
JSON
9 lines
307 B
JSON
{
|
|
"name": "kyberforge",
|
|
"displayName": "Kyberforge",
|
|
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
|
|
"author": { "name": "Defame1297", "url": "https://git.dev.rkdr.net/Defame1297/" },
|
|
"license": "MIT",
|
|
"keywords": []
|
|
}
|