setup-matt-pocock-skills

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

Updated Apr 16, 2025
One-click install
npx skills add https://github.com/damoke012/eks_code --skill setup-matt-pocock-skills-damoke012
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/damoke012/eks_code/tree/main/.claude-env/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/damoke012/eks_code --skill setup-matt-pocock-skills-damoke012

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 vocabulary to use, and where domain documentation (CONTEXT.md, ADRs) resides. This Skill scaffolds that per-repo configuration once, so the other skills work correctly from first use. ## 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 tracker, writing the choice to docs/agents/issue-tracker.md. - Triage label vocabulary: Writes the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) or user-provided overrides to docs/agents/triage-labels.md, only when the triage skill is installed. - Domain doc layout: Configures single-context (root CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) layouts based on detected monorepo signals. - Use Case: After cloning a repo that uses GitHub Issues, run this Skill once; it inspects the git remote, confirms choices with you, then writes the docs/agents/*.md files and an "## Agent skills" block into CLAUDE.md or AGENTS.md. ## Quick Start Ask the assistant to run the setup-matt-pocock-skills skill 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 skills. It explores your repo, asks about your issue tracker, triage labels, and domain doc layout, then writes configuration files under docs/agents/ and updates 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/<feature>/. Other trackers like Jira or Linear can be recorded as freeform prose describing your workflow.

Does the setup skill work with GitLab instead of GitHub?▼

Yes. If your git remote points at GitLab, the skill proposes GitLab and writes docs/agents/issue-tracker.md using the glab CLI template, covering issue creation, notes, labels, and merge request handling.

What triage labels does the skill configure?▼

It configures five canonical roles: needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. You can override the label strings to match your tracker's existing vocabulary, and the mapping is stored in docs/agents/triage-labels.md.

When should I choose multi-context domain docs over single-context?▼

Choose multi-context only when the skill detects monorepo signals like pnpm-workspace.yaml, a workspaces field in package.json, or populated packages/* directories. Almost every repo fits the default single-context layout with one root CONTEXT.md and docs/adr/.

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

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