setup-matt-pocock-skills

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

2|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/brandtam/rubber-ducky-legacy --skill setup-matt-pocock-skills-brandtam
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/brandtam/rubber-ducky-legacy/tree/main/.agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/brandtam/rubber-ducky-legacy --skill setup-matt-pocock-skills-brandtam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like to-issues, triage, and diagnose need to know where your repo tracks issues, which triage label strings you use, and where your domain documentation lives. Without that per-repo configuration, they guess wrong or create duplicate labels and files. ## Core Features & Use Cases - Guided repo exploration: Inspects git remotes, existing AGENTS.md/CLAUDE.md, CONTEXT.md, ADR directories, and .scratch/ to understand the repo's starting state before writing anything. - 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 issues and custom label names, run this skill once so triage applies your real labels and to-issues publishes via glab instead of gh. ## Quick Start Ask the agent to run the setup-matt-pocock-skills skill to configure the issue tracker, triage labels, and domain docs for this repository.

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?▼

Run this setup skill in the repo. It inspects your git remote, asks whether issues live in GitHub, GitLab, local markdown under .scratch/, or another tracker, then writes docs/agents/issue-tracker.md and an Agent skills block in CLAUDE.md or AGENTS.md.

How do I map custom triage labels for the triage skill?▼

The setup walks you through the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) and lets you override each string. The mapping is saved to docs/agents/triage-labels.md so skills apply your actual labels.

Does this skill support GitLab instead of GitHub?▼

Yes. If the git remote points at GitLab, the skill proposes GitLab and scaffolds issue-tracker.md using the glab CLI conventions, including notes instead of comments and merge requests instead of pull requests.

Can I use a local markdown issue tracker without GitHub?▼

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

When should I re-run the skills setup?▼

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