setup-matt-pocock-skills

Configures issue tracker, triage labels, and domain docs for engineering skills.

Updated May 12, 2026
One-click install
npx skills add https://github.com/eduardtomasek/codex-dev-stack --skill setup-matt-pocock-skills-eduardtomasek
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/eduardtomasek/codex-dev-stack/tree/main/skills/.agents/setup-matt-pocock-skills
Command: npx skills add https://github.com/eduardtomasek/codex-dev-stack --skill setup-matt-pocock-skills-eduardtomasek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like to-issues, triage, to-prd, and diagnose need to know where your repo tracks issues, which triage label strings you use, and where domain documentation lives. Without that per-repo configuration, these skills guess wrong or create duplicate labels and misplaced files. ## Core Features & Use Cases - Guided repo exploration: Inspects git remotes, existing AGENTS.md/CLAUDE.md, CONTEXT.md, docs/adr/, and .scratch/ to detect your current setup before proposing anything. - Three decision walkthroughs: Walks you through choosing an issue tracker (GitHub via gh, GitLab via glab, local markdown under .scratch/, or a custom workflow), mapping the five canonical triage labels, and confirming single-context vs multi-context domain docs. - Scaffolded output: Writes an ## Agent skills block into your existing CLAUDE.md or AGENTS.md plus seed files under docs/agents/ (issue-tracker.md, triage-labels.md, domain.md). - Use Case: After cloning Matt Pocock's engineering skills into a GitHub repo, run this once so triage applies your real label names and to-issues publishes via gh issue create instead of guessing. ## Quick Start Ask the agent to run the setup-matt-pocock-skills skill to configure the issue tracker, triage labels, and domain docs for this repository.

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 tracker settings for AI engineering skills?▼

Run this setup skill once per repo. It explores your git remotes and existing docs, asks you to pick GitHub, GitLab, local markdown, or a custom tracker, then writes the choice into docs/agents/issue-tracker.md and an Agent skills block in CLAUDE.md or AGENTS.md.

How do I map custom triage labels for the triage skill?▼

During setup you confirm or override the five canonical roles: needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. The mapping is stored in docs/agents/triage-labels.md, which you can edit directly later without re-running the skill.

Does this skill support GitLab or only GitHub?▼

It supports GitHub via the gh CLI, GitLab via the glab CLI, and local markdown files under .scratch/. For other trackers like Jira or Linear, you describe the workflow and it records it as freeform prose in docs/agents/issue-tracker.md.

Should I edit AGENTS.md or CLAUDE.md for agent configuration?▼

The skill edits whichever file already exists, preferring CLAUDE.md if both are present. If neither exists, it asks you which one to create rather than choosing for you, and it never creates a duplicate of the other file.

When should I re-run the skills setup?▼

Re-run it only when switching issue trackers or starting configuration from scratch. Routine changes like renaming a triage label or updating domain doc rules can be made by editing the files under docs/agents/ directly.