setup-matt-pocock-skills

Configures issue tracker, triage labels, and domain docs for engineering skills in a repository.

Updated May 11, 2026
One-click install
npx skills add https://github.com/thachrocky12345/local-agent-train-workstation --skill setup-matt-pocock-skills-thachrocky12345
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/thachrocky12345/local-agent-train-workstation/tree/main/.claude/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/thachrocky12345/local-agent-train-workstation --skill setup-matt-pocock-skills-thachrocky12345

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 misplaced files. ## Core Features & Use Cases - Repo exploration: Inspects git remotes, existing AGENTS.md/CLAUDE.md, CONTEXT.md, ADR directories, and .scratch/ to understand the current state before writing 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 label roles, 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, docs/agents/triage-labels.md, and docs/agents/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 labels via glab and diagnose reads the right CONTEXT.md files. ## 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 issue tracker settings for AI engineering skills in a repo?

Run this setup skill, which explores your git remote and existing docs, asks whether you use GitHub, GitLab, or local markdown issues, then writes an Agent skills block in CLAUDE.md or AGENTS.md plus configuration files under docs/agents/.

How do I map custom triage labels for an AI triage workflow?

The skill asks you to map five canonical roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to your actual label strings, then records the mapping in docs/agents/triage-labels.md so skills apply your labels instead of creating duplicates.

Does this setup support GitLab instead of GitHub?

Yes. If your git remote points at GitLab, the skill proposes GitLab and seeds docs/agents/issue-tracker.md with glab CLI conventions, including notes on GitLab-specific differences like opened state and notes instead of comments.

Can I use a local markdown issue tracker without GitHub?

Yes. The local markdown option stores issues as files under .scratch/<feature>/ with a PRD.md, numbered issue files, and a Status line for triage state, which suits solo projects or repos without a remote.

When should I re-run this setup skill?

Re-run it before first use of skills like to-issues, triage, or diagnose, or when those skills appear to be missing context about the issue tracker, labels, or domain docs. For small changes, edit the docs/agents/*.md files directly instead.