## Why Register mattpocock/skills as an installable plugin in the holocron marketplace so users can install it with `claude plugin install mattpocock-skills@holocron`. ## Impact Marketplace bumped from 0.1.1 → 0.2.0 (minor; new plugin entry is a backward-compatible addition). Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
45 lines
1.5 KiB
JSON
45 lines
1.5 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"
|
|
},
|
|
{
|
|
"description": "Skills for Real Engineers \u2014 planning, TDD, architecture, and debugging workflows from Matt Pocock's .claude directory.",
|
|
"name": "mattpocock-skills",
|
|
"source": {
|
|
"repo": "mattpocock/skills",
|
|
"source": "github"
|
|
}
|
|
}
|
|
],
|
|
"version": "0.2.0"
|
|
}
|