setup-matt-pocock-skills

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

Updated Sep 2, 2026
One-click install
npx skills add https://github.com/ZubairImtiaz3/Safar-E-Iman-Portal --skill setup-matt-pocock-skills-zubairimtiaz3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/ZubairImtiaz3/Safar-E-Iman-Portal/tree/main/.agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/ZubairImtiaz3/Safar-E-Iman-Portal --skill setup-matt-pocock-skills-zubairimtiaz3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-tickets, and to-spec 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 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 tracker, writing the choice to docs/agents/issue-tracker.md. - Triage label vocabulary: Records the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) or custom overrides in docs/agents/triage-labels.md when the triage skill is installed. - Domain doc layout: Configures single-context (CONTEXT.md plus docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) layouts based on monorepo signals. - Use Case: After cloning a repo that uses GitHub Issues, run this Skill once; it inspects git remotes and existing CLAUDE.md/AGENTS.md files, confirms choices with you, then writes the docs/agents/ configuration files and an Agent skills block that all other engineering skills consume. ## Quick Start Ask the agent to run the setup-matt-pocock-skills skill to configure this repository's issue tracker, triage labels, and domain documentation 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 Matt Pocock's engineering skills?

Run the setup-matt-pocock-skills skill once before using the other engineering skills. It explores your repo, confirms choices with you section by section, then writes configuration files under docs/agents/ and an Agent skills block in CLAUDE.md or AGENTS.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/ 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 monorepos?

Yes. It detects monorepo signals such as pnpm-workspace.yaml, a workspaces field in package.json, or populated packages directories, and then offers a multi-context domain doc layout with a root CONTEXT-MAP.md pointing to per-context CONTEXT.md files.

What triage labels does the setup configure?

It records five canonical roles: needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. You can keep the defaults or override individual label strings to match your tracker's existing vocabulary, 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 routine changes, you can edit the files under docs/agents/ directly without invoking the skill again.