Adds three new plugins to the holocron marketplace: - git: 4 stub skills (git-commit, git-branch, git-pr, git-flow) - gitea: 5 stub skills (gitea-issues, gitea-prs, gitea-milestones, gitea-releases, gitea-wiki) - core: 5 stub skills (triage, diagnose, zoom-out, caveman, improve-codebase-architecture) All plugins follow version-parity convention (ADR-0016). Skills are placeholder stubs — content will be authored in a future workstream. Registered in both marketplace.json paths. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"description": "AI development skills for Claude Code and GitHub Copilot CLI \u2014 factory, design, implement, review, and cross-cutting workflows.",
|
|
"name": "holocron",
|
|
"owner": {
|
|
"email": "defame1297@rkdr.net",
|
|
"name": "Defame1297"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
|
|
"name": "kyberforge",
|
|
"source": "./plugins/kyberforge"
|
|
},
|
|
{
|
|
"description": "A place for things to be binned",
|
|
"name": "bin",
|
|
"source": "./plugins/bin"
|
|
},
|
|
{
|
|
"description": "Skills for working with Git \u2014 conventional commits, branch management, pull requests, and feature flow.",
|
|
"name": "git",
|
|
"source": "./plugins/git"
|
|
},
|
|
{
|
|
"description": "Skills for managing Gitea repositories \u2014 issues, pull requests, milestones, releases, and wikis.",
|
|
"name": "gitea",
|
|
"source": "./plugins/gitea"
|
|
},
|
|
{
|
|
"description": "Cross-cutting utility skills for everyday AI-assisted coding \u2014 triage, diagnosis, architecture review, and session navigation.",
|
|
"name": "core",
|
|
"source": "./plugins/core"
|
|
}
|
|
],
|
|
"version": "0.1.1"
|
|
}
|