setup-matt-pocock-skills

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

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

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: Records whether issues live in GitHub (gh CLI), GitLab (glab CLI), local markdown under .scratch/, or another tracker, written to docs/agents/issue-tracker.md. - Triage label vocabulary: Maps the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to the label strings your tracker actually uses. - Domain doc layout: Configures single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) layouts and consumer rules. - Use Case: After installing the engineering skills on a GitHub repo, run this setup once to generate docs/agents/*.md files and an Agent skills section in CLAUDE.md or AGENTS.md, so triage and ticketing skills work immediately. ## Quick Start Ask the agent to run the setup 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 set up issue tracking for AI engineering skills in a repo?▼

Run this setup skill once in the repo. It explores your git remote and existing files, asks which tracker you use (GitHub, GitLab, or local markdown), then writes docs/agents/issue-tracker.md and updates CLAUDE.md or AGENTS.md with an Agent skills section.

What triage labels does the setup configure?▼

It configures five canonical triage roles: needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. By default the label strings match the role names, but you can override them to match labels your tracker already uses.

Does this skill work with GitLab or only GitHub?▼

It supports GitHub via the gh CLI, GitLab 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.

When should I re-run the repo setup skill?▼

Re-running is only necessary if you want to switch issue trackers or restart the configuration from scratch. For smaller changes, you can edit the generated docs/agents/*.md files directly.

Does the setup skill support monorepos?▼

Yes. When it detects monorepo signals like pnpm-workspace.yaml or a workspaces field, it offers a multi-context layout with a root CONTEXT-MAP.md pointing to per-context CONTEXT.md files, instead of the default single-context layout.