setup-matt-pocock-skills

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

3|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/craft-ts/craft-ts --skill setup-matt-pocock-skills-craft-ts
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/craft-ts/craft-ts/tree/main/.agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/craft-ts/craft-ts --skill setup-matt-pocock-skills-craft-ts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-issues, and diagnose need to know where a repo tracks issues, which triage label strings to apply, and where domain documentation lives. Without per-repo configuration, these skills guess wrong or create duplicate labels and misplaced files. ## Core Features & Use Cases - Guided repo exploration: Inspects git remotes, AGENTS.md/CLAUDE.md, CONTEXT.md, docs/adr/, and .scratch/ to detect the current setup before proposing changes. - Three-decision configuration: Walks the user through choosing an issue tracker (GitHub, GitLab, local markdown, or other), mapping five canonical triage label roles, and confirming single-context vs multi-context domain docs. - Scaffolded output: Writes an ## Agent skills block into the existing CLAUDE.md or AGENTS.md plus seed files under docs/agents/ (issue-tracker.md, triage-labels.md, domain.md). - Use Case: After cloning a repo that uses GitLab issues and custom label names, run this skill once so the triage skill applies the correct labels and the diagnose skill reads the right CONTEXT.md files. ## 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 repository. It explores your git remote and existing docs, asks which tracker you use (GitHub, GitLab, local markdown, or other), then writes 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?▼

The setup skill asks about your label vocabulary and records the mapping in docs/agents/triage-labels.md. It maps the five canonical roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to whatever label strings your tracker actually uses.

Does this skill support GitLab or only GitHub issues?▼

It supports GitHub via the gh CLI, GitLab via the glab CLI, local markdown files under .scratch/, and freeform descriptions for other trackers like Jira or Linear. Seed templates exist for GitHub, GitLab, and local markdown.

When should I run the setup-matt-pocock-skills skill?▼

Run it before first using to-issues, to-prd, triage, diagnose, tdd, improve-codebase-architecture, or zoom-out in a repo. Re-run it only if you switch issue trackers or want to restart the configuration from scratch.

What files does the setup skill create or modify?▼

It edits whichever of CLAUDE.md or AGENTS.md already exists, adding or updating an Agent skills block, and creates docs/agents/issue-tracker.md, docs/agents/triage-labels.md, and docs/agents/domain.md from seed templates.