setup-matt-pocock-skills

Configure repo files for issue trackers, triage labels, and domain docs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill sets up the repo-specific configuration that Matt Pocock’s engineering skills expect so they can correctly find the issue tracker, use the right triage labels, and read domain documentation from the right locations.

Core Features & Use Cases

  • Issue tracker configuration: Guides you to choose GitHub, GitLab, local markdown, or another workflow so the skills can create and fetch tickets correctly.
  • Triage label vocabulary mapping: Ensures the five canonical triage roles map to the exact label strings your repo actually uses to avoid duplicates and misclassification.
  • Domain docs consumption rules: Establishes whether the repo is single-context or multi-context so skills read CONTEXT.md/CONTEXT-MAP.md and ADRs from the correct paths.

Quick Start

Run setup-matt-pocock-skills in a new repo clone, then answer the three configuration questions one at a time to generate the Agent skills block and supporting docs.

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 and domain documentation for engineering agent skills?

Configuring issue tracker and domain documentation for engineering agent skills requires setting up repo-specific files that map triage labels, locate the correct tracker, and define documentation paths. This skill interactively guides you through confirming tracker choice, label mapping, and doc structure.

When do I need to set up agent configuration files in a repository?

You need to set up agent configuration files before first using engineering skills like to-issues, triage, or diagnose, or whenever required context appears missing. This ensures the skills can correctly locate the issue tracker and consume domain documentation.

What's the best way to map triage labels to a custom vocabulary in GitHub or GitLab?

Mapping triage labels to a custom vocabulary involves interactively confirming how five canonical triage roles map to the exact label strings your repo uses. This prevents ticket misclassification and duplicates before writing the Agent skills block.

Does this repository setup work with both single-context and multi-context domain documentation?

Repository setup supports both single-context and multi-context domain documentation structures. It interactively establishes whether your repo reads CONTEXT.md or CONTEXT-MAP.md and ADRs from the correct paths during the configuration process.

How to generate docs/agents templates and the Agent skills block for a new repo?

Generating docs/agents templates and the Agent skills block requires running this setup skill in a new repo clone and answering three configuration questions one at a time. It then writes the supporting templates and configuration automatically.

Why does my triage skill fail to find the correct issue tracker?

Your triage skill fails to find the correct issue tracker when repo-specific configuration files are missing or misconfigured. Running this setup skill interactively confirms your tracker choice and writes the required Agent skills block to resolve missing context.