setup-matt-pocock-skills

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

Updated Aug 11, 2026
One-click install
npx skills add https://github.com/Kunj-Sharma03/agent-contextify --skill setup-matt-pocock-skills-kunj-sharma03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/Kunj-Sharma03/agent-contextify/tree/main/skills-main/skills/engineering/setup-matt-pocock-skills
Command: npx skills add https://github.com/Kunj-Sharma03/agent-contextify --skill setup-matt-pocock-skills-kunj-sharma03

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-tickets, and to-spec need to know where issues live, which triage labels to apply, and where domain documentation resides. This Skill scaffolds that per-repo configuration once, so every other engineering skill reads from consistent, well-defined files instead of guessing. ## Core Features & Use Cases - Issue Tracker Setup: Records whether issues live in GitHub (gh CLI), GitLab (glab CLI), local markdown under .scratch/, or another tracker, writing the conventions 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 label strings actually used in the repo's tracker. - Domain Doc Layout: Defines single-context or multi-context layouts for CONTEXT.md, CONTEXT-MAP.md, and ADR directories, plus consumer rules for reading them. - Use Case: After installing a set of engineering skills into a repo, run this once to generate docs/agents/*.md files and an Agent skills section in CLAUDE.md or AGENTS.md so all downstream skills share the same configuration. ## Quick Start Ask the agent to set up this repository for the engineering skills by configuring the issue tracker, triage labels, and domain docs.

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 and triage labels, then writes configuration files under docs/agents/ and an Agent skills section 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.

What are the default triage labels used by the triage skill?

The five canonical labels are needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. If your tracker already uses different names, you can override the mapping in docs/agents/triage-labels.md during setup.

Does this skill work with monorepos?

Yes. When it detects monorepo signals like pnpm-workspace.yaml or a workspaces field in package.json, it offers a multi-context layout with a root CONTEXT-MAP.md pointing to per-context CONTEXT.md files and context-scoped ADR directories.

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 routine changes, you can edit the generated files under docs/agents/ directly.