setup-matt-pocock-skills

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

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/gmackie/agent-skills --skill setup-matt-pocock-skills-gmackie
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/gmackie/agent-skills/tree/main/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/gmackie/agent-skills --skill setup-matt-pocock-skills-gmackie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-tickets, and to-spec need to know where issues live, which label vocabulary 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 tracker described in prose. - Triage label vocabulary: Writes the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) or maps them to existing label strings when the triage skill is installed. - Domain doc layout: Configures single-context (CONTEXT.md plus docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) layouts, then updates the Agent skills block in CLAUDE.md or AGENTS.md. - Use Case: After installing a set of engineering workflow skills into a GitHub repo, run this once to generate docs/agents/issue-tracker.md, docs/agents/domain.md, and docs/agents/triage-labels.md so triage and ticketing skills operate against the correct surfaces. ## Quick Start Ask the agent to run the setup-matt-pocock-skills skill to configure this repository's issue tracker, triage labels, and domain docs before using the other 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 Matt Pocock's engineering skills?▼

Run the setup-matt-pocock-skills skill once before first use. It explores your repo, asks about your issue tracker, triage labels, and domain docs, then writes configuration files under docs/agents/ and updates the 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/ for solo projects. Other trackers like Jira or Linear can be recorded as freeform prose describing your workflow.

Does the setup skill work if the triage skill is not installed?▼

Yes. It detects whether the triage skill is installed and skips the triage label section entirely when it is not. The docs/agents/triage-labels.md file and the Triage labels sub-block are only written when triage is present.

Should I use single-context or multi-context domain docs?▼

Single-context with one CONTEXT.md and docs/adr/ at the repo root fits almost every repo and is written without asking. Multi-context with a root CONTEXT-MAP.md pointing to per-context CONTEXT.md files is only offered when monorepo signals like pnpm-workspace.yaml or a workspaces field are detected.

What happens if CLAUDE.md or AGENTS.md already has an Agent skills section?▼

The skill updates the existing Agent skills block in place rather than appending a duplicate, and it never overwrites your edits to surrounding sections. It edits whichever file already exists and asks before creating one when neither exists.