setup-matt-pocock-skills

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

7|1|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/J0Jng/MathModelingAgents --skill setup-matt-pocock-skills-j0jng
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/J0Jng/MathModelingAgents/tree/main/.claude/skills/engineering/setup-matt-pocock-skills
Command: npx skills add https://github.com/J0Jng/MathModelingAgents --skill setup-matt-pocock-skills-j0jng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-tickets, and wayfinder need to know where issues live, which label vocabulary to use, and where domain documentation resides. This Skill scaffolds that per-repo configuration once, so every other engineering skill reads consistent conventions instead of guessing. ## Core Features & Use Cases - Issue tracker setup: Detects GitHub or GitLab remotes and records the chosen tracker (GitHub, GitLab, local markdown under .scratch/, or a custom workflow) in docs/agents/issue-tracker.md. - Triage label vocabulary: Writes the five canonical triage labels (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) or custom overrides to docs/agents/triage-labels.md when the triage skill is installed. - Domain doc layout: Configures single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) layouts in docs/agents/domain.md, and adds an ## Agent skills block to CLAUDE.md or AGENTS.md. - Use Case: After installing the engineering skills into a GitHub repo, run this once to record that issues live in GitHub Issues, keep the default triage labels, and use a single-context domain doc layout. ## 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 Matt Pocock's engineering skills?▼

Run the setup-matt-pocock-skills skill once before using the other engineering 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.

What 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 skill work with GitLab repositories?▼

Yes, it detects GitLab remotes from git remote -v and proposes GitLab as the issue tracker. It writes a GitLab-specific template using glab CLI commands for creating, reading, labeling, and closing issues.

What are the default triage labels it configures?▼

The five canonical labels are needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. You can override them 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-run it only when switching issue trackers or restarting configuration from scratch. For routine changes, edit the files under docs/agents/ directly, since the skill is designed as a one-time scaffolding step.