setup-matt-pocock-skills

Configure per-repo agent skills for issue trackers, triage labels, and domain docs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps your repo’s engineering/agent workflow operate correctly by setting up the shared “agent skills” configuration that points to the right issue tracker, triage label vocabulary, and domain-doc layout for this codebase.

Core Features & Use Cases

  • Issue tracker configuration: Selects whether issues and PRDs live on GitHub, GitLab, or as local markdown under .scratch, matching how this repo actually tracks work.
  • Triage label vocabulary mapping: Aligns the canonical triage roles to the exact label strings used in this repo to avoid duplicate or mismatched labels.
  • Domain docs consumption rules: Documents how skills should read CONTEXT.md / CONTEXT-MAP.md and docs/adr so future exploration and architecture work uses the project’s real structure.

Quick Start

Run setup-matt-pocock-skills and answer its three prompts to choose your repo’s issue tracker, label vocabulary, and whether the repo is single-context or multi-context.

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 agent skills for GitHub issue tracking and domain documentation?

Agent skills need correct issue tracker and domain documentation context to operate properly. This setup skill configures per-repo settings for GitHub, GitLab, or local markdown trackers and establishes triage label vocabulary so agent workflows like triage and diagnose function without mismatched labels.

How do I map triage labels for my repository governance to match agent workflows?

Mapping triage labels involves confirming your repo's exact label vocabulary during setup. The configuration aligns canonical triage roles to your specific label strings, preventing duplicate or mismatched labels when agent skills process issues.

Can I use local markdown files instead of GitHub for issue tracking with agent skills?

Yes, local markdown files under the .scratch directory are supported as an issue tracker alternative. The setup process lets you select local markdown instead of GitHub or GitLab, matching repos that track work without external platforms.

How do I set up domain docs consumption rules for agent architecture exploration?

Domain docs consumption rules are established by documenting how agent skills read CONTEXT.md, CONTEXT-MAP.md, and docs/adr files. The setup writes these rules into AGENTS.md or CLAUDE.md so exploration and architecture skills use the project's real structure.

Do I need to specify single-context or multi-context for repository documentation setup?

Yes, the setup process prompts you to choose between single-context and multi-context repository configurations. This selection determines how domain documentation layout and context files are structured for agent skills to consume during workflows.