setup-matt-pocock-skills

Configures a repository's issue tracker, triage labels, and domain doc layout for engineering skills.

Updated Aug 22, 2026
One-click install
npx skills add https://github.com/falentio/cimi --skill setup-matt-pocock-skills-falentio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/falentio/cimi/tree/main/.agents/skills/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/falentio/cimi --skill setup-matt-pocock-skills-falentio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-tickets, and to-spec need to know where a repo's issues live, which label vocabulary to apply, and where domain documentation resides. This Skill scaffolds that per-repo configuration once, so every other engineering skill reads consistent settings instead of guessing. ## Core Features & Use Cases - Issue tracker setup: Detects the repo's remote and records whether issues live in GitHub (gh CLI), GitLab (glab CLI), local markdown under .scratch/, or a custom workflow, writing the choice to docs/agents/issue-tracker.md. - Triage label vocabulary: Maps the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to the repo's actual label strings in docs/agents/triage-labels.md. - Domain doc layout: Records single-context or multi-context layout for CONTEXT.md and ADR files in docs/agents/domain.md, plus an Agent skills block in CLAUDE.md or AGENTS.md. - Use Case: After installing the engineering skills in a GitHub-backed repo, run this setup once to generate the docs/agents configuration files so triage and ticket-creation skills operate against the correct tracker and labels. ## Quick Start Ask the agent to run the setup-matt-pocock-skills setup to configure this repository's issue tracker, triage labels, and domain docs for the engineering skills.

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 a repo for the Matt Pocock engineering skills?

Run the setup-matt-pocock-skills skill once before using the other engineering skills. It explores your repo, confirms choices with you, then writes docs/agents/issue-tracker.md, triage-labels.md, and domain.md plus an Agent skills block in CLAUDE.md or AGENTS.md.

Which issue trackers does this setup skill support?

It supports GitHub Issues via the gh CLI, GitLab Issues via the glab CLI, and local markdown files under .scratch/ for repos without a remote. Other trackers like Jira or Linear can be recorded as freeform prose describing your workflow.

Does the setup work if the triage skill is not installed?

Yes. The triage label section is skipped entirely when the triage skill is not installed, and no triage-labels.md file is written. Only the issue tracker and domain docs configuration are produced.

What are the default triage labels created by the setup?

The defaults are five canonical roles: needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. You can override the label strings during setup if your tracker already uses different names, and the mapping is stored in docs/agents/triage-labels.md.

When should I re-run the repo setup skill?

Re-running is only necessary if you want to switch issue trackers or restart the configuration from scratch. For ordinary changes, edit the files under docs/agents/ directly instead of re-running the skill.