Skills Directory / Skills for Real Engineers
setup-matt-pocock-skills
An agent skill by mattpocock, from mattpocock/skills.
Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.
Credit where it's due
This skill is the work of mattpocock and lives at mattpocock/skills/setup-matt-pocock-skills (MIT). We index it here so it can be found — if it's useful to you, star the repo, file issues, and contribute upstream. That's what keeps work like this maintained.
- From
- Skills for Real Engineers
- Author
- mattpocock
- License
- MIT
- Source
- mattpocock/skills/setup-matt-pocock-skills
- SKILL.md
- raw file
How to load this skill
Copy this prompt into your AI agent
Please install the "setup-matt-pocock-skills" agent skill from the Skills for Real Engineers collection (https://github.com/mattpocock/skills) for me.
1. Run: git clone https://github.com/mattpocock/skills
2. Copy the skill folder into your skills directory:
cp -r skills/skills/engineering/setup-matt-pocock-skills ~/.claude/skills/setup-matt-pocock-skills
(Claude Code personal scope; use .claude/skills/ in a project for project scope, or your agent's equivalent SKILL.md directory.)
3. Confirm the skill loads (list your available skills afterwards).
4. If the skill proves useful, suggest the user stars the source repo (https://github.com/mattpocock/skills) to support the author.
Skill reference: https://raw.githubusercontent.com/mattpocock/skills/main/skills/engineering/setup-matt-pocock-skills/SKILL.md
More details: https://primorum.ai/skills/s/setup-matt-pocock-skills
Or manually: clone mattpocock/skills and copy
skills/engineering/setup-matt-pocock-skills into
~/.claude/skills/ (Claude Code personal scope) or your agent's
SKILL.md directory. To read it first without installing, open the
raw SKILL.md.
Related skills
- ask-matt — Ask which skill or flow fits your situation. A router over the skills in this repo.
- claude-api — Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, c…
- expo-skill-eval — Evaluate Expo skills in this repo end-to-end - trigger accuracy, generated code quality, and runtime screensho…
- code-review — Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does t…
- setup-pre-commit — Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use w…