setup-matt-pocock-skills

Configure repository-specific agent skill settings for issue trackers, triage labels, and domain docs.

1|Updated May 6, 2026
One-click install
npx skills add https://github.com/ThorStarlord/interface-skills --skill setup-matt-pocock-skills-thorstarlord
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/ThorStarlord/interface-skills/tree/main/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/ThorStarlord/interface-skills --skill setup-matt-pocock-skills-thorstarlord

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents engineering and agent workflows from failing due to missing or mismatched repository context by setting up a consistent “Agent skills” configuration and domain-consumer docs.

Core Features & Use Cases

  • Issue tracker configuration: Records where this repo’s issues and PRDs live (GitHub, GitLab, or local markdown) so skills can reliably create and fetch tickets.
  • Triage label vocabulary mapping: Aligns the five canonical triage roles to the exact label strings your tracker uses, avoiding duplicate or incorrect labels.
  • Domain docs consumption rules: Documents how to find and read CONTEXT/ADRs so other skills explore the codebase using the project’s actual language and decision history.

Quick Start

Run the setup-matt-pocock-skills skill before using to-issues, triage, diagnose, or to-prd in a new repo, and answer the three setup questions (issue tracker, triage labels, and domain-docs layout) when prompted.

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 with the right repository context for issue tracking?

To configure agent skills with repository context, run a setup skill that creates an Agent skills block defining where your issues and PRDs live. This ensures skills can reliably create and fetch tickets from GitHub, GitLab, or local markdown.

What's the best way to map triage labels for automated issue tracking workflows?

Mapping triage labels involves aligning five canonical triage roles to the exact label strings your tracker uses. This setup prevents duplicate or incorrect labels when automated agent skills apply triage tags to issues.

How do I set up domain docs consumption rules for codebase exploration agents?

Setting up domain docs consumption rules involves documenting how to find and read CONTEXT files or ADRs. This configuration allows engineering skills to explore the codebase using the project's actual language and decision history.

Can I use agent skills configuration with both GitHub and GitLab repositories?

Yes, agent skills configuration supports GitHub, GitLab, and local markdown workflows. The setup process records your specific issue tracker location so skills can correctly publish to and fetch from your chosen platform.

Why do my engineering skills fail to read domain docs or fetch issues from a new repository?

Engineering skills fail due to missing or mismatched repository context. Running a setup skill to establish a consistent Agent skills configuration and domain-consumer docs prevents these workflows from breaking in new repositories.

When should I run the repository setup skill before using triage or diagnose workflows?

Run the repository setup skill before using to-issues, triage, diagnose, or to-prd skills in a new repo. It collects the current repo state and prompts you to confirm issue tracker, triage labels, and domain-docs layout configurations.