Why: bin's marketplace description read "A place for things to be binned" — a routing boundary sitting in the enumeration slot, phrased as a joke. It is what a consumer sees in the marketplace listing for a plugin shipping eleven substantive skills: research, write-docs, tdd, prototype, triage, diagnose, improve-codebase-architecture, grill-me, grill-with-docs, zoom-out and caveman. This is the same category errorb0ef503fixed for git and gitea, and the same textbb9158dmoved out of core's description in August — "triage, diagnosis, architecture review" left core precisely because those skills live in bin, so bin is where it should have landed. Implementation notes: bin 1.1.3 -> 1.1.4, marketplace 0.4.3 -> 0.4.4, PATCH for metadata under the per_package strategy. README's bin line mirrors the new description. architecture.md's routing boundary is deliberately left as "unsorted skills that have not earned a home yet" — that is still true, and it answers a different question than the listing does. Impact: consumer-facing. apm-pack-check-clean, check-plugin-content-sync, check-marketplace-mirror-sync, validate-marketplace, validate-plugins and apm-audit-ci all pass.
68 lines
2.4 KiB
JSON
68 lines
2.4 KiB
JSON
{
|
|
"name": "holocron",
|
|
"description": "AI development skills for Claude Code and GitHub Copilot CLI — factory, design, implement, review, and cross-cutting workflows.",
|
|
"version": "0.4.4",
|
|
"owner": {
|
|
"name": "Defame1297",
|
|
"email": "defame1297@rkdr.net",
|
|
"url": "https://git.dev.rkdr.net/Defame1297/"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "kyberforge",
|
|
"description": "Skills and agents for creating, maintaining, and managing a Claude Code / Copilot CLI plugin marketplace.",
|
|
"version": "1.6.0",
|
|
"category": "Developer Tools",
|
|
"source": "./plugins/kyberforge"
|
|
},
|
|
{
|
|
"name": "bin",
|
|
"description": "Cross-cutting workflow skills not yet split into a focused plugin — research, documentation, TDD, prototyping, triage, diagnosis, architecture review, and requirement grilling.",
|
|
"version": "1.1.4",
|
|
"category": "Utilities",
|
|
"source": "./plugins/bin"
|
|
},
|
|
{
|
|
"name": "git",
|
|
"description": "Skills for working with Git — conventional commits, branches, history, submodules, worktrees, remotes, and pre-commit hook authoring and running.",
|
|
"version": "1.3.4",
|
|
"category": "Version Control",
|
|
"source": "./plugins/git"
|
|
},
|
|
{
|
|
"name": "gitea",
|
|
"description": "Skills for managing Gitea repositories — issues, pull requests, labels, milestones, releases, branches, and files.",
|
|
"version": "1.3.5",
|
|
"category": "Version Control",
|
|
"source": "./plugins/gitea"
|
|
},
|
|
{
|
|
"name": "core",
|
|
"description": "Skills for authoring and auditing a repo's AGENTS.md and the provider adapter files that defer to it.",
|
|
"version": "1.1.1",
|
|
"category": "Productivity",
|
|
"source": "./plugins/core"
|
|
},
|
|
{
|
|
"name": "mattpocock-skills",
|
|
"description": "Skills for Real Engineers — planning, TDD, architecture, and debugging workflows from Matt Pocock's .claude directory.",
|
|
"version": "1.2.3",
|
|
"category": "Productivity",
|
|
"source": {
|
|
"source": "github",
|
|
"repo": "mattpocock/skills",
|
|
"ref": "v1.2.3",
|
|
"sha": "835450ef244ab7335f75d95b83e7d979eae22a6d",
|
|
"tag_pattern": "v{version}"
|
|
}
|
|
},
|
|
{
|
|
"name": "lint",
|
|
"description": "Skills and agents for configuring and running linters.",
|
|
"version": "1.1.6",
|
|
"category": "Developer Tools",
|
|
"source": "./plugins/lint"
|
|
}
|
|
]
|
|
}
|