setup-matt-pocock-skills

Configures Matt Pocock's engineering skills by generating required repo-specific files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the friction of using Matt Pocock's engineering skills (to-issues, triage, tdd, etc.) without pre-configured repo-specific context, which would otherwise cause broken workflows, incorrect label applications, or failed lookups for domain documentation.

Core Features & Use Cases

  • Agent Skills Block Scaffolding: Automatically generates or updates the required ## Agent skills section in your repo's AGENTS.md or CLAUDE.md file with the correct configuration.
  • Reference File Generation: Creates three dedicated docs in docs/agents/ to define your repo's issue tracker setup, triage label mappings, and domain documentation consumption rules.
  • Use Case: If you plan to use skills like to-issues to create tickets, triage to label issues, or tdd to access domain context, run this skill first to ensure all downstream tools have the accurate repo-specific information they need to function correctly.

Quick Start

Run the setup-matt-pocock-skills skill at the root of your target repo to walk through the configuration process and set up all required context for Matt Pocock's engineering skills before first use.

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 repo context for engineering agent skills to prevent broken workflows?

To configure repo context for engineering agent skills, you must pre-configure an Agent skills block in AGENTS.md or CLAUDE.md. This scaffolding provides issue tracker setup, triage label mapping, and domain documentation rules so downstream skills operate accurately without broken workflows.

What is the Agent skills block in AGENTS.md and why do I need it?

The Agent skills block in AGENTS.md is a required configuration section that defines repo-specific parameters for issue tracking, triage labels, and domain docs. You need it to ensure downstream engineering skills like issue creation and code diagnosis function with accurate context.

Does my software engineering repo need reference files in docs/agents/ for issue triage?

Yes, your software engineering repo needs reference files in docs/agents/ for issue triage. These files define your repo's triage label mappings and issue tracker setup, ensuring skills that label issues or create tickets apply the correct repo-specific parameters.

What happens if I run issue creation or test-driven development skills without repo setup?

Running issue creation or test-driven development skills without repo setup causes broken workflows, incorrect label applications, and failed domain documentation lookups. Pre-configuring repo context ensures all downstream tools have the accurate repo-specific information they need to function correctly.

How do I scaffold triage label mapping and domain docs configuration for my repository?

To scaffold triage label mapping and domain docs configuration, run the setup skill at the root of your target repo. It automatically generates the required Agent skills block and creates three dedicated reference files in docs/agents/ defining your specific tracker and documentation rules.