From 9b84daf7ad374c6cf45ac11932a112031b6a9369 Mon Sep 17 00:00:00 2001 From: Trent Blackburn Date: Sun, 2 Aug 2026 11:58:42 -0400 Subject: [PATCH] chore: Register Matt Pocock skills plugin for Claude Code Adds the mattpocock/skills GitHub marketplace and enables its mattpocock-skills plugin in the project Claude Code settings, so agents working in this repo get the spec, ticket, triage, and implementation skills alongside the bundled ones. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01FoWFUBzYD3M9wbDAxFKbcD --- .claude/settings.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 2a2bb52..f206cfa 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,3 +1,14 @@ { - "enabledMcpjsonServers": ["github-projects"] + "enabledMcpjsonServers": ["github-projects"], + "extraKnownMarketplaces": { + "mattpocock": { + "source": { + "source": "github", + "repo": "mattpocock/skills" + } + } + }, + "enabledPlugins": { + "mattpocock-skills@mattpocock": true + } }