setup-matt-pocock-skills

Configure engineering-skills context with issue tracker and triage label settings.

4|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/shushuzn/Rairos --skill setup-matt-pocock-skills-shushuzn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/shushuzn/Rairos/tree/main/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/shushuzn/Rairos --skill setup-matt-pocock-skills-shushuzn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates missing or inconsistent repo context by scaffolding the engineering-skills configuration (issue tracker location, triage label vocabulary, and where domain docs live) so downstream skills can operate reliably.

Core Features & Use Cases

  • Sets up an Agent skills block in AGENTS.md or CLAUDE.md so the engineering skills know how to interpret this repository’s workflow.
  • Creates the domain-configuration docs under docs/agents/ (issue tracker, triage labels, and domain-doc consumption rules) so multiple skills read consistent guidance.
  • Supports multiple issue-tracker modes by prompting for GitHub, GitLab, local markdown, or other workflows and recording the result for future use.

Quick Start

Run setup-matt-pocock-skills before you use to-issues, to-prd, triage, diagnose, tdd, improve-codebase-architecture, or zoom-out to ensure they have the correct issue tracker and doc layout for this repo.

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 tracking and triage labels for a new GitHub repository?

To configure issue tracking and triage labels, you can use a setup skill that prompts you for your tracker workflow, records the triage vocabulary, and writes an Agent skills block into your AGENTS.md or CLAUDE.md file for consistent downstream automation.

What is an Agent skills block in AGENTS.md and when do I need it?

An Agent skills block is a configuration section in AGENTS.md or CLAUDE.md that defines how engineering skills interpret a repository's issue tracker, triage labels, and domain docs. You need it when context about tracker or labels appears missing before running automation skills.

How do I set up domain documentation layout for repo automation tools?

Setting up the domain-doc layout involves creating configuration files under docs/agents/ that specify issue tracking rules, triage mapping, and domain consumption guidance, ensuring multiple engineering skills read consistent instructions across the repository.

Does this repo configuration skill support GitLab or local markdown issue trackers?

Yes, the repo configuration skill supports multiple issue-tracker modes by prompting you to select GitHub, GitLab, local markdown, or other workflows, then recording the result in the domain configuration docs for future skill usage.

Why do my engineering skills fail to find the issue tracker or domain context?

Engineering skills fail to find context when the repository lacks the expected Agent skills section or docs/agents configuration files. Running a setup skill to scaffold the issue tracker, triage labels, and domain-doc layout resolves the missing context.