No longer needed — kyberforge plugin-create provides a bundled template that serves as the canonical scaffold reference. Remove hello-world from marketplace manifests and update docs accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
495 B
JSON
14 lines
495 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": "kyberforge",
|
|
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
|
|
"source": "./plugins/kyberforge"
|
|
}
|
|
]
|
|
}
|