From 28ce4a279b255e604ad6dbe53e55d4f50a7c693c Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Sun, 28 Jun 2026 15:12:51 +0000 Subject: [PATCH] feat(marketplace): add mattpocock-skills remote plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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 --- .claude-plugin/marketplace.json | 10 +++++++++- .github/plugin/marketplace.json | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 03fab42..4ee8774 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -30,7 +30,15 @@ "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.1.1" + "version": "0.2.0" } diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 03fab42..4ee8774 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -30,7 +30,15 @@ "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.1.1" + "version": "0.2.0" }