setup-matt-pocock-skills

Configure a repository's issue tracker, triage labels, and domain doc layout for engineering skills.

Updated Sep 8, 2026
One-click install
npx skills add https://github.com/salomepoulain/makery-stations --skill setup-matt-pocock-skills-salomepoulain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/salomepoulain/makery-stations/tree/main/stations/claude/workbench/pantry/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/salomepoulain/makery-stations --skill setup-matt-pocock-skills-salomepoulain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-tickets, and to-spec need to know where issues live, which triage labels to apply, and where domain documentation resides. This Skill scaffolds that per-repo configuration once, so every other engineering skill reads consistent settings instead of guessing. ## Core Features & Use Cases - Issue tracker setup: Detects the repo's remote and records whether issues live in GitHub (gh CLI), GitLab (glab CLI), local markdown under .scratch/, or a custom workflow, writing the choice to docs/agents/issue-tracker.md. - Triage label vocabulary: Maps the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to the label strings your tracker actually uses. - Domain doc layout: Records single-context (one CONTEXT.md plus docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) conventions for monorepos. - Use Case: After cloning a repo that uses GitHub Issues, run this Skill once; it inspects git remotes and existing CLAUDE.md/AGENTS.md files, confirms choices with you, then writes docs/agents/*.md and an Agent skills block so triage and ticketing skills work immediately. ## Quick Start Ask the assistant to run the setup-matt-pocock-skills skill to configure this repository's issue tracker, triage labels, and domain docs for the engineering skills.

Frequently Asked Questions about setup-matt-pocock-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a repo for the Matt Pocock engineering skills?

Run the setup-matt-pocock-skills skill once before using the other skills. It explores your repo, asks about your issue tracker, triage labels, and domain docs, then writes docs/agents/*.md files and an Agent skills block in CLAUDE.md or AGENTS.md.

Which issue trackers does this setup skill support?

It supports GitHub Issues via the gh CLI, GitLab Issues via the glab CLI, and local markdown files under .scratch/<feature>/. Other trackers like Jira or Linear can be recorded as freeform prose describing your workflow.

Does the setup skill work with GitLab instead of GitHub?

Yes, it detects GitLab remotes and proposes GitLab as the issue tracker, writing a docs/agents/issue-tracker.md based on the glab CLI template. It covers issue creation, notes, labels, merge requests, and wayfinding operations.

What triage labels does the skill configure?

It configures five canonical roles: needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. You can keep these defaults or map them to your tracker's existing label strings in docs/agents/triage-labels.md.

When should I re-run the repo setup skill?

Re-run it only when switching issue trackers or restarting configuration from scratch. For routine changes, edit the files under docs/agents/ directly; the other engineering skills read from those files each time.