setup-matt-pocock-skills

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

1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/jwh3times/holland-vip --skill setup-matt-pocock-skills-jwh3times
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/jwh3times/holland-vip/tree/main/.agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/jwh3times/holland-vip --skill setup-matt-pocock-skills-jwh3times

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-tickets, and to-spec 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 the repo's remote and records whether issues live in GitHub (gh CLI), GitLab (glab CLI), local markdown under .scratch/, or another tracker described by the user. - Triage label vocabulary: Writes the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) or custom overrides into docs/agents/triage-labels.md. - Domain doc layout: Records single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) conventions for monorepos. - Use Case: After cloning a repo and installing the engineering skills, run this setup once to generate docs/agents/issue-tracker.md, domain.md, and triage-labels.md plus an Agent skills block in CLAUDE.md or AGENTS.md. ## Quick Start Ask the agent to run the setup-matt-pocock-skills setup 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 the Matt Pocock engineering skills?▼

Run the setup-matt-pocock-skills skill once before using the other engineering skills. It explores your repo, asks about your issue tracker and triage labels, then writes configuration files under docs/agents/ and an Agent skills block in CLAUDE.md or AGENTS.md.

Which issue trackers does the setup skill support?▼

The skill supports GitHub Issues via the gh CLI, GitLab Issues via the glab CLI, and local markdown files under .scratch/ for repos without a remote. Other trackers like Jira or Linear can be recorded as freeform prose describing your workflow.

Does the setup skill work with monorepos?▼

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

What triage labels does the setup skill create?▼

It writes five canonical labels: needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. If your tracker already uses different names, you can provide overrides so the triage skill applies your existing labels instead of creating duplicates.

Can I re-run the setup skill after changing my issue tracker?▼

Yes, re-running updates existing Agent skills blocks in place without duplicating them. You can also edit the generated docs/agents/*.md files directly; re-running is only needed to switch issue trackers or restart from scratch.