setup-matt-pocock-skills

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-tickets, and to-spec need to know where a repo's issues live, which triage label strings to apply, and where domain documentation (CONTEXT.md, ADRs) resides. This Skill scaffolds that per-repo configuration once, so the other skills work without repeated setup questions. ## Core Features & Use Cases - Issue tracker configuration: Detects GitHub or GitLab remotes and records the chosen tracker (GitHub, GitLab, local markdown under .scratch/, or a custom workflow) in docs/agents/issue-tracker.md. - Triage label vocabulary: Writes the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) or custom overrides to docs/agents/triage-labels.md when the triage skill is installed. - Domain doc layout: Records single-context or multi-context (monorepo) layout with CONTEXT.md, CONTEXT-MAP.md, and ADR consumer rules in docs/agents/domain.md. - Use Case: After cloning a repo that uses GitHub Issues, run this Skill once; it inspects the repo, confirms choices with you, updates CLAUDE.md or AGENTS.md with an Agent skills block, and writes the docs/agents/ configuration files. ## Quick Start Ask the agent to run the setup 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 Matt Pocock's engineering skills?▼

Run the setup skill once before using the other engineering skills. It explores your repo's git remote, existing CLAUDE.md or AGENTS.md, and docs layout, confirms choices with you, then writes configuration files under docs/agents/ and an Agent skills block.

Which issue trackers does the 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.

What are the default triage labels?▼

The five canonical labels are needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. You can override the strings during setup if your tracker already uses different names, and the mapping is stored in docs/agents/triage-labels.md.

Does the setup skill work with monorepos?▼

Yes. It detects monorepo signals like pnpm-workspace.yaml, a workspaces field in package.json, or populated packages directories, and offers a multi-context layout with a root CONTEXT-MAP.md pointing to per-context CONTEXT.md files.

When should I re-run the setup skill?▼

Re-running is only necessary if you want to switch issue trackers or restart the configuration from scratch. For smaller changes, you can edit the files under docs/agents/ directly.