setup-matt-pocock-skills

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

Updated Feb 22, 2024
One-click install
npx skills add https://github.com/tlipoca9/dotfiles --skill setup-matt-pocock-skills-tlipoca9
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/tlipoca9/dotfiles/tree/main/home/dot_agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/tlipoca9/dotfiles --skill setup-matt-pocock-skills-tlipoca9

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 triage label strings to apply, and where domain documentation resides. This Skill scaffolds that per-repo configuration once, so the other skills read 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, written 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 CONTEXT.md and ADR conventions in docs/agents/domain.md, and adds an Agent skills section to CLAUDE.md or AGENTS.md. - Use Case: After installing the engineering skills into a GitHub repo, run this setup once to generate docs/agents/*.md so triage and ticket-creation skills operate against GitHub Issues with the correct labels. ## Quick Start Ask the AI to run the setup-matt-pocock-skills configuration for this repository and confirm the proposed issue tracker, labels, and domain doc layout.

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 this setup skill once before first use. It explores your git remote, existing CLAUDE.md or AGENTS.md, and docs layout, confirms choices with you, then writes docs/agents/issue-tracker.md, domain.md, and triage-labels.md.

Which issue trackers does the setup skill support?▼

It supports GitHub Issues via the gh CLI, GitLab Issues via the glab CLI, and local markdown files under .scratch/<feature>/. 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 neither the triage-labels.md file nor the Triage labels block in CLAUDE.md/AGENTS.md is written.

Can I use this with a monorepo or pnpm workspace?▼

Yes. When exploration finds monorepo signals like pnpm-workspace.yaml or a workspaces field, the skill offers a multi-context layout with a root CONTEXT-MAP.md pointing to per-context CONTEXT.md files and context-scoped ADRs.

What are the default triage labels created by the setup?▼

The five canonical labels are needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. You can override the strings during setup so triage applies your tracker's existing labels instead of creating duplicates.

Do I need to re-run the setup skill after editing the config files?▼

No. You can edit docs/agents/*.md directly at any time. Re-running the skill is only necessary if you want to switch issue trackers or restart the configuration from scratch.