setup-matt-pocock-skills

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

2|Updated May 12, 2026
One-click install
npx skills add https://github.com/tajo9128/BioDockify-Pharma-AI --skill setup-matt-pocock-skills-tajo9128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/tajo9128/BioDockify-Pharma-AI/tree/main/.agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/tajo9128/BioDockify-Pharma-AI --skill setup-matt-pocock-skills-tajo9128

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 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. - Domain doc layout: Configures single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md for monorepos) documentation rules in docs/agents/domain.md. - Use Case: After cloning a repo and installing the engineering skills, run this once to generate the ## Agent skills block in CLAUDE.md or AGENTS.md plus the docs/agents/ configuration files. ## Quick Start Ask the agent to run the setup 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 set up 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 and label preferences, 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 GitLab repositories?

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

What triage labels does the setup skill configure?

It configures five canonical labels: needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. You can keep these defaults or provide custom label strings that map to the same roles, recorded in docs/agents/triage-labels.md.

When should I re-run the setup skill?

Re-running is only necessary if you want to switch issue trackers or restart the configuration from scratch. For smaller changes, you can edit the files under docs/agents/ directly without invoking the skill again.