mattpocock-skills Claude Code Plugin
Claude Code PluginClaude CodeDevelopmentClaude Code Customization & WorkflowCode Quality, Review & TestingProject Management & CollaborationThe explanation below is AI-generated. Please verify it against the sources.
This plugin is a bundle of Claude Code agent skills created by Matt Pocock, aimed at supporting disciplined software engineering rather than casual improvisation with an AI coding agent. According to the README, it packages skills for clarifying requirements through structured interviews, converting specs and discussions into tickets, test-driven development, code review, domain modeling, and rescuing overly complex codebases. It can be installed either by copying editable skill files into a repository through the skills.sh installer, or as a managed, read-only bundle via the Claude Code plugin system that updates as the author revises it. Skills are organized into user-invoked ones (triggered by explicit slash commands) and model-invoked ones (which the agent can reach for automatically when relevant). A one-time setup skill configures preferences such as which issue tracker and labeling conventions to use for the other skills.
About the service
Some of the bundled skills, such as triage and ticket-creation flows, can optionally connect to external issue-tracking services like GitHub or Linear (or fall back to local files) based on preferences set during initial setup, rather than integrating with a single fixed SaaS product.
What you can do with mattpocock-skills
- Run an interview-style skill to clarify what you actually want built before starting work
- Turn a conversation, plan, or spec into tickets on GitHub, Linear, or local files
- Drive test-driven development using a red-green-refactor loop
- Request a two-axis code review checking coding standards and fidelity to the original spec
- Use a structured loop to diagnose hard bugs or performance regressions
- Scan a codebase for architecture problems and review them as a visual report
- Work through merge or rebase conflicts hunk by hunk
- Build and refine a shared domain vocabulary stored alongside project docs
- Compact a long conversation into a handoff document for another session
- Get taught a new skill or concept incrementally over multiple sessions
Sources
History of mattpocock-skills
- Claude Code Plugin Added mattpocock-skills