Skip to content

chore: Register Matt Pocock skills plugin for Claude Code - #146

Open
tablackburn wants to merge 1 commit into
mainfrom
chore/add-mattpocock-skills-plugin
Open

chore: Register Matt Pocock skills plugin for Claude Code#146
tablackburn wants to merge 1 commit into
mainfrom
chore/add-mattpocock-skills-plugin

Conversation

@tablackburn

Copy link
Copy Markdown
Contributor

Summary

  • Registers the mattpocock/skills GitHub marketplace in .claude/settings.json and enables its
    mattpocock-skills plugin, so agents working in this repo pick up the skills automatically
  • Adds skills the bundled set does not cover — implement, to-spec, to-tickets, triage,
    wayfinder, handoff, improve-codebase-architecture, grill-with-docs, writing-great-skills
  • Repo tooling only: no module source, build script, test, or workflow changes, so no CHANGELOG.md
    entry per the changelog scope in instructions/repository-specific.instructions.md

Test Plan

  • jq . .claude/settings.json parses (verified locally)
  • Plugin id and marketplace name match mattpocock/skills .claude-plugin/marketplace.json
    (marketplace mattpocock, plugin mattpocock-skills — verified against the upstream manifest)
  • On the next Claude Code session in this repo, accept the marketplace trust prompt and confirm
    /plugin lists mattpocock-skills@mattpocock as installed
  • CI (test.yml) stays green — the change does not touch anything the build consumes

Notes for reviewers

Several of these skills — tdd, code-review, codebase-design, domain-modeling,
diagnosing-bugs, grilling, prototype, research, resolving-merge-conflicts — already ship
with Claude Code, so those names will appear twice in the skill list (plugin ones are namespaced).
Individual duplicates can be silenced later with skillOverrides if the noise is a problem.

This is the checked-in project settings file, so every contributor using Claude Code in this repo
gets the trust prompt on their next session. If we would rather keep it opt-in per person, the same
two blocks belong in .claude/settings.local.json instead.

Breaking Changes

None

🤖 Generated with Claude Code

https://claude.ai/code/session_01FoWFUBzYD3M9wbDAxFKbcD

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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01FoWFUBzYD3M9wbDAxFKbcD
Copilot AI review requested due to automatic review settings August 2, 2026 15:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Registers the mattpocock/skills GitHub marketplace in the repo’s Claude Code project settings and enables the mattpocock-skills plugin so contributors’ agents can automatically access the additional skill set when working in this repository.

Changes:

  • Adds mattpocock/skills as an extraKnownMarketplaces entry in .claude/settings.json.
  • Enables the mattpocock-skills@mattpocock plugin via enabledPlugins.
  • Keeps existing MCP JSON server configuration intact while extending settings.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions

github-actions Bot commented Aug 2, 2026

Copy link
Copy Markdown

Test Results

    4 files  +    3    696 suites  +522   3m 31s ⏱️ + 3m 12s
  436 tests ±    0    434 ✅ +   13   2 💤  - 13  0 ❌ ±0 
1 748 runs  +1 311  1 701 ✅ +1 279  47 💤 +32  0 ❌ ±0 

Results for commit 9b84daf. ± Comparison against base commit 64b7207.

♻️ This comment has been updated with latest results.

@HeyItsGilbert

Copy link
Copy Markdown
Member

Interested to see how this will work.

@tablackburn

Copy link
Copy Markdown
Contributor Author

It's currently not working locally or in cloud sessions, so standby

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants