setup-matt-pocock-skills

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

1|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/SevWren/Daily-Motivation-Brain-Helper --skill setup-matt-pocock-skills-sevwren
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/SevWren/Daily-Motivation-Brain-Helper/tree/main/CLAUDE/skills/engineering/setup-matt-pocock-skills
Command: npx skills add https://github.com/SevWren/Daily-Motivation-Brain-Helper --skill setup-matt-pocock-skills-sevwren

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-tickets, and qa 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 with per-context docs) layouts in docs/agents/domain.md. - Use Case: After installing the engineering skills in a new repo, run this once to generate the docs/agents/ configuration files and an Agent skills section in CLAUDE.md or AGENTS.md, so triage and ticketing skills work immediately. ## 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 set up issue tracker configuration for engineering skills in a repo?▼

Run this setup skill once in the repository. It explores your git remote and existing docs, asks which tracker you use (GitHub, GitLab, local markdown, or other), then writes docs/agents/issue-tracker.md and updates CLAUDE.md or AGENTS.md with an Agent skills section.

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 overrides matching your tracker's existing vocabulary, recorded in docs/agents/triage-labels.md.

Does the setup skill support GitLab or only GitHub?▼

It supports GitHub, GitLab, and local markdown issue trackers. GitHub uses the gh CLI, GitLab uses the glab CLI, and local markdown stores issues as files under .scratch/<feature>/. Custom trackers like Jira can be recorded as freeform prose.

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 generated docs/agents/*.md files directly; the other engineering skills read those files each time they run.

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 offers a multi-context layout with a root CONTEXT-MAP.md pointing to per-context CONTEXT.md files.