mattpocock-skills
Disciplined planning, debugging, testing, and issue triage workflows
All Skills in This Repository (22)
Pure Emerald Level Indicatorssetup-pre-commit
Automate Husky, lint-staged, and Prettier pre-commit hook setup.
git-guardrails-claude-code
Block dangerous git commands on Claude Code repositories via a PreToolUse hook.
scaffold-exercises
Generate lint-ready exercise directory structures with sections, problems, solutions, and explainers.
migrate-to-shoehorn
Migrate TypeScript tests from as assertions to shoehorn helpers.
obsidian-vault
Organize Obsidian vault notes with wikilinks and index notes.
edit-article
Rewrite and reorganize article drafts to improve clarity and structure.
setup-matt-pocock-skills
Scaffold per-repo agent context for GitHub issue tracker, triage labels, and domain docs.
improve-codebase-architecture
Identify codebase deepening opportunities aligned with ADR decisions.
triage
Classify and route GitHub issues through a state-machine triage workflow.
diagnose
Diagnose hard bugs through reproduce, hypothesise, instrument, fix, and verify phases.
to-issues
Break plans into tracer-bullet vertical slice issues across schema, API, UI, and tests.
zoom-out
Maps codebase topology to reveal modules, callers and their interconnections across layers.
Frequently Asked Questions
FAQPage SchemaHow to install mattpocock-skills?βΌ
Run `npx skills add amazingloft999-droid/mattpocock-skills --all -g -y` in your terminal to install all skills globally, then run the setup skill in your project to configure your issue tracker and labels.
How do these skills improve AI coding results?βΌ
They fix common agent failures by grilling you on requirements before coding, enforcing test-driven development loops, and keeping architecture clean so the agent produces working, maintainable code.
Can I break a plan into GitHub issues automatically?βΌ
Yes. The to-issues skill splits any plan or PRD into small, independently workable vertical-slice issues and publishes them to your issue tracker with triage labels.
Do these skills work with Claude Code and other agents?βΌ
Yes. Every skill follows the standard SKILL.md format and works with Claude Code, Codex, Cursor, and other compatible coding agents.
How does the diagnose skill fix hard bugs?βΌ
It walks the agent through a disciplined loop: build a fast feedback test, reproduce the bug, rank hypotheses, instrument the code, then fix and add a regression test.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core