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" }