setup-matt-pocock-skills

Configures a repository's issue tracker, triage labels, and domain documentation layout.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/richard-jh-mccrae/PokemonAI --skill setup-matt-pocock-skills-richard-jh-mccrae
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/richard-jh-mccrae/PokemonAI/tree/main/.agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/richard-jh-mccrae/PokemonAI --skill setup-matt-pocock-skills-richard-jh-mccrae

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? New repositories lack the shared conventions that engineering skills depend on, such as a configured issue tracker, a consistent triage label vocabulary, and a standard domain documentation layout. This Skill performs that one-time bootstrap so the other engineering skills work correctly from the start. ## Core Features & Use Cases - Issue Tracker Setup: Initializes the repository's issue tracker so engineering workflows can file and track work. - Triage Label Vocabulary: Establishes a consistent set of triage labels for categorizing issues across the project. - Domain Doc Layout: Creates the standard documentation structure used by the other engineering skills. - Use Case: After cloning a fresh repository, run this Skill once before invoking any other engineering skill so issue triage and documentation conventions are in place. ## Quick Start Set up this repository for the engineering skills by configuring its issue tracker, triage labels, and 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 set up a repo for engineering skills?▼

Run this setup skill once before using any other engineering skill. It configures the issue tracker, establishes the triage label vocabulary, and creates the domain documentation layout the other skills rely on.

What does the triage label vocabulary setup do?▼

It defines a consistent set of triage labels for the repository's issue tracker. This ensures issues are categorized uniformly so downstream engineering workflows can filter and prioritize them reliably.

When should I run the repository setup skill?▼

Run it once before the first use of any other engineering skill in the repository. It is a one-time bootstrap, not a recurring task, and repeating it is unnecessary once configuration is in place.

Can I use engineering skills without running the setup first?▼

No, the other engineering skills assume the issue tracker, triage labels, and domain doc layout already exist. Skipping this setup can cause those workflows to fail or produce inconsistent results.

Why does this skill reference another SKILL.md file?▼

This directory is a generated host-specific adapter that delegates to the authoritative shared skill definition. It resolves relative paths against the canonical skill directory and translates invocation syntax without changing the workflow.