setup-matt-pocock-skills

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

Updated Sep 19, 2026
One-click install
npx skills add https://github.com/Ab0umar/selrs.cc.BU --skill setup-matt-pocock-skills-ab0umar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/Ab0umar/selrs.cc.BU/tree/main/.agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/Ab0umar/selrs.cc.BU --skill setup-matt-pocock-skills-ab0umar

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 vocabulary to apply, and where domain documentation resides. This Skill scaffolds that per-repo configuration once, so the other skills work without repeated manual setup. ## Core Features & Use Cases - Issue Tracker Configuration: Detects the repo's remote and records whether issues live in GitHub (gh CLI), GitLab (glab CLI), local markdown under .scratch/, or another tracker, 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 repo's actual label strings when the triage skill is installed. - Domain Doc Layout: Records single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) layouts based on monorepo signals. - Use Case: After installing the engineering skills into a GitHub repo, run this Skill once to generate docs/agents/*.md files and an Agent skills block in CLAUDE.md or AGENTS.md, so subsequent triage and ticket workflows know exactly where to read and write. ## Quick Start Ask the AI to run the setup skill to configure this repository's issue tracker, triage labels, and domain documentation layout 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 set up issue tracking for AI engineering skills in a repo?▼

Run this setup skill once. It explores your git remote and existing docs, asks which tracker you use (GitHub, GitLab, local markdown, or other), then writes docs/agents/issue-tracker.md and updates CLAUDE.md or AGENTS.md with an Agent skills block.

What triage labels does the setup skill configure?▼

It configures five canonical triage roles: needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. The defaults use label strings equal to their names, but you can override them to match your tracker's existing vocabulary.

Does the setup skill support GitLab or only GitHub?▼

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

When should I use multi-context domain docs instead of single-context?▼

Multi-context layout (a root CONTEXT-MAP.md pointing to per-context CONTEXT.md files) is only offered when the skill detects monorepo signals like pnpm-workspace.yaml or a workspaces field. Most repos use the single-context default.

Do I need to re-run the setup skill after editing the config files?▼

No. You can edit docs/agents/*.md directly at any time. Re-running the skill is only necessary if you want to switch issue trackers or restart the configuration from scratch.