Skip to content
This repository was archived by the owner on Jul 24, 2026. It is now read-only.

Oscaner/mattpocock-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mattpocock-skills (Claude Code marketplace)

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.

Install

/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.

Layout

.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.

Updating

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.json

This wrapper has no independent versioning — both version fields mirror the upstream package.json.

Credit

All skills are © Matt Pocock, MIT-licensed. This repo only redistributes them as a Claude Code marketplace.

About

Skills for Real Engineers. Straight from my .claude directory.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors