setup-matt-pocock-skills

Configures issue tracker, triage labels, and domain docs for engineering skills in AGENTS.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like to-issues, triage, and diagnose need to know where a repo tracks issues, which triage label strings it uses, and where its domain documentation lives. Without that per-repo configuration, those skills guess wrong or create duplicate labels and files. ## Core Features & Use Cases - Repo exploration: Inspects git remotes, existing AGENTS.md/CLAUDE.md, CONTEXT.md, docs/adr/, and .scratch/ to detect the current setup before proposing anything. - Guided three-decision setup: Walks the user through choosing an issue tracker (GitHub via gh, GitLab via glab, local markdown under .scratch/, or a custom workflow), mapping the five canonical triage labels, and confirming single-context vs multi-context domain docs. - Scaffolded output: Writes an ## Agent skills block into the existing CLAUDE.md or AGENTS.md plus docs/agents/issue-tracker.md, triage-labels.md, and domain.md from seed templates. - Use Case: After cloning a repo that uses GitLab instead of GitHub, run this skill so triage applies the correct glab label commands instead of failing on gh calls. ## Quick Start Ask the agent to run the setup-matt-pocock-skills skill to configure this repo'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 set up issue tracker configuration for AI engineering skills?

Run this skill in the repo before first using skills like to-issues or triage. It explores your git remote and existing files, asks which tracker you use (GitHub, GitLab, local markdown, or other), then writes the configuration to docs/agents/ and an Agent skills block in CLAUDE.md or AGENTS.md.

How do I configure triage labels for an AI triage skill?

The skill maps five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to your repo's actual label strings. During setup you can override any default, and the mapping is stored in docs/agents/triage-labels.md for later editing.

Does this skill support GitLab or only GitHub?

It supports GitHub via the gh CLI, GitLab via the glab CLI, and local markdown files under .scratch/. If the git remote points at GitLab it proposes GitLab by default, and other trackers like Jira or Linear can be recorded as freeform prose.

Should I edit AGENTS.md or CLAUDE.md for agent configuration?

The skill edits whichever file already exists, preferring CLAUDE.md if both are present. If neither exists it asks you which one to create rather than choosing for you, and it never creates a duplicate file alongside an existing one.

When do I need to re-run this setup skill?

Re-run it only if you want to switch issue trackers or restart the configuration from scratch. For routine changes like renaming a triage label, edit the files under docs/agents/ directly instead.