Warning
This repository is no longer maintained. Please switch to Oscaner/skills.
A thin Claude Code plugin marketplace wrapper around mattpocock/skills.
The upstream repo ships a plugin.json but no marketplace.json, so it can't be installed directly with /plugin marketplace add. This repo supplies only the outer marketplace layer; the skills themselves are vendored as a git submodule and remain untouched.
/plugin marketplace add oscaner/mattpocock-skills
/plugin install mattpocock-skills@mattpocock-skills(The first mattpocock-skills is the plugin; the second is the marketplace.)
Then run /setup-matt-pocock-skills once to configure your issue tracker, triage labels, and docs location. See the upstream README for the full skill catalog.
.claude-plugin/marketplace.json # this repo — marketplace manifest
mattpocock-skills/ # git submodule → mattpocock/skills
.claude-plugin/plugin.json # upstream — plugin manifest + skill list
skills/… # upstream — the actual skills
marketplace.json points at ./mattpocock-skills as the plugin source, so /plugin install loads the manifest and skills straight from the submodule.
To pull a newer upstream release:
git submodule update --remote mattpocock-skills
# then bump metadata.version and plugins[0].version in
# .claude-plugin/marketplace.json to match mattpocock-skills/package.jsonThis wrapper has no independent versioning — both version fields mirror the upstream package.json.
All skills are © Matt Pocock, MIT-licensed. This repo only redistributes them as a Claude Code marketplace.