setup-matt-pocock-skills

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

3|1|Updated May 29, 2026
One-click install
npx skills add https://github.com/mambo-wang/CodingHub --skill setup-matt-pocock-skills-mambo-wang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/mambo-wang/CodingHub/tree/main/.codebuddy/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/mambo-wang/CodingHub --skill setup-matt-pocock-skills-mambo-wang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-tickets, and wayfinder 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 GitHub or GitLab remotes and records the tracker choice (GitHub, GitLab, local markdown under .scratch/, or a custom workflow) in docs/agents/issue-tracker.md. - Triage label vocabulary: Writes the five canonical triage labels (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) or your custom mappings to docs/agents/triage-labels.md. - Domain doc layout: Configures single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) layouts in docs/agents/domain.md, and adds an ## Agent skills block to CLAUDE.md or AGENTS.md. - Use Case: After installing the engineering skills into a GitHub repo, run this setup once to record that issues live in GitHub Issues, keep the default triage labels, and use a single-context domain doc layout. ## 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 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-matt-pocock-skills skill once before using the other skills. It explores your repo, asks about your issue tracker, triage labels, and domain doc layout, then writes configuration files under docs/agents/ and updates CLAUDE.md or AGENTS.md.

Which issue trackers does the setup skill support?▼

It supports GitHub Issues via the gh CLI, GitLab Issues via the glab CLI, local markdown files under .scratch/ for repos without a remote, and any other tracker such as Jira or Linear 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 keep these defaults or map them to your tracker's existing label vocabulary, which is recorded in docs/agents/triage-labels.md.

Does the setup skill work with monorepos?▼

Yes. When it detects monorepo signals like pnpm-workspace.yaml or a workspaces field in package.json, it offers a multi-context layout with a root CONTEXT-MAP.md pointing to per-context CONTEXT.md files. Otherwise it defaults to a single-context layout.

Do I need to re-run the setup skill after changing configuration?▼

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