setup-matt-pocock-skills

Configure repository-specific issue tracker, triage labels, and domain docs for engineering workflows.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/yashs33244/my-mac-claude --skill setup-matt-pocock-skills-yashs33244
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/yashs33244/my-mac-claude/tree/main/skills/mattpocock/engineering/setup-matt-pocock-skills
Command: npx skills add https://github.com/yashs33244/my-mac-claude --skill setup-matt-pocock-skills-yashs33244

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork required for Matt Pocock engineering skills by setting up the repo-specific configuration those skills rely on, so triage, issue-to-PRD conversion, diagnosis, and TDD follow the correct workflow vocabulary and document layout.

Core Features & Use Cases

  • Issue tracker configuration: Records whether work is tracked in GitHub issues, GitLab issues, or a local .scratch/ convention (or another workflow described by the user).
  • Triage label vocabulary mapping: Ensures the skill-generated triage states use the actual label strings configured in your repo.
  • Domain docs layout guidance: Defines how engineering skills should find and consume CONTEXT.md/CONTEXT-MAP.md and ADRs, including single-context vs multi-context repositories.

Quick Start

Run the setup before first use of the engineering skills if they seem to be missing knowledge about your issue tracker, triage labels, or domain documentation layout.

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 triage labels for engineering workflows?

Issue tracker configuration records whether work is tracked in GitHub issues, GitLab issues, or a local .scratch/ convention. This skill captures your tracker choice and generates config files so engineering skills automatically reference the correct issue system.

What's the best way to map triage label vocabulary to my repository?

Mapping triage label vocabulary ensures generated triage states use your repo's actual label strings. This skill guides exploration of your existing labels and records them so downstream triage workflows apply the correct status strings consistently.

How do I set up domain docs layout for CONTEXT.md and ADRs?

Domain docs layout setup defines how engineering skills find and consume CONTEXT.md, CONTEXT-MAP.md, and ADRs. This skill distinguishes single-context versus multi-context repositories and generates consumption rules for your documentation structure.

Do I need to configure repo settings before running triage or TDD workflows?

Running triage or TDD workflows requires repo-specific configuration when the issue tracker, label vocabulary, or domain docs layout is unknown. This setup skill asks three one-at-a-time decisions to establish the missing context before those workflows execute.

Can I use a local scratch convention instead of GitHub issues for issue tracking?

You can use a local .scratch/ convention instead of GitHub or GitLab issues. This skill supports configuring custom workflow descriptions, allowing you to define an alternative issue tracking method that downstream engineering skills will recognize.