skills
Disciplined workflows for planning, testing, debugging, and shipping code
All Skills in This Repository (37)
Pure Emerald Level Indicatorssetup-pre-commit
Configures Husky pre-commit hooks with lint-staged, Prettier, type checking, and tests.
git-guardrails-claude-code
Configures Claude Code hooks to block dangerous git commands before execution.
scaffold-exercises
Creates lint-compliant course exercise directory structures with sections, problems, solutions, and explainers.
migrate-to-shoehorn
Migrates TypeScript test files from `as` type assertions to @total-typescript/shoehorn partial data helpers.
setup-ts-deep-modules
Configure dependency-cruiser to enforce deep-module package boundaries in TypeScript repositories.
loop-me
Interviews users to produce workflow specifications for recurring personal loops.
writing-fragments
Collects raw writing fragments into a single markdown file through exploratory interviews.
writing-shape
Shapes raw markdown material into a structured article paragraph by paragraph.
claude-handoff
Launches a background Claude agent seeded with a handoff summary of the current conversation.
retro
Conducts a retrospective on a coding session to suggest agent environment improvements.
implement-spec
Implements a specification as a single PR using concurrent subagents and ticket task graphs.
writing-beats
Assembles raw markdown material into articles one beat at a time.
Frequently Asked Questions
FAQPage SchemaHow to install mattpocock/skills?โผ
Run `npx skills add mattpocock/skills --all -g -y` in your terminal to install the full skill set globally, then run the setup-matt-pocock-skills skill once per repo.
What problems do these skills solve?โผ
They fix the most common agent failure modes: misaligned requirements, overly verbose output, untested code, and messy architecture, using structured workflows like grilling, TDD, and code review.
How do I pick the right skill for my task?โผ
Run the ask-matt skill, which acts as a router that maps your situation to the right skill or workflow, from idea sharpening through implementation and review.
Do these skills work with Claude Code and Codex?โผ
Yes. They follow the standard SKILL.md format and run in Claude Code, Codex, and other compatible coding agents.
Can I customize these skills for my own projects?โผ
Yes. The skills are plain markdown files you can edit freely, and the setup skill configures your issue tracker, triage labels, and domain docs per repository.
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