setup-matt-pocock-skills

Configures AGENTS.md and docs/agents files for issue tracker, triage labels, and domain docs.

Updated Jul 19, 2026
One-click install
npx skills add https://github.com/DagimAlemayehuu/AgenticEngineering --skill setup-matt-pocock-skills-dagimalemayehuu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/DagimAlemayehuu/AgenticEngineering/tree/main/agentic-engineering/core/dependencies/orchestration/setup-matt-pocock-skills
Command: npx skills add https://github.com/DagimAlemayehuu/AgenticEngineering --skill setup-matt-pocock-skills-dagimalemayehuu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-issues, and diagnose need to know where a repo tracks issues, which triage label strings it uses, and where its domain documentation lives. Without that per-repo configuration, those skills guess wrong or create duplicate labels and files. ## Core Features & Use Cases - Guided repo exploration: Inspects git remotes, AGENTS.md/CLAUDE.md, CONTEXT.md, docs/adr/, and .scratch/ to detect the current setup before asking questions. - Three decision walkthroughs: Walks the user through issue tracker choice (GitHub, GitLab, local markdown, or other), triage label vocabulary mapping, and single-context vs multi-context domain docs. - Scaffolded configuration files: Writes an ## Agent skills block into the existing AGENTS.md or CLAUDE.md plus docs/agents/issue-tracker.md, triage-labels.md, and domain.md from seed templates. - Use Case: After cloning a repo that uses GitLab issues and custom label names, run this skill once so the triage and to-issues skills apply the correct labels via the glab CLI instead of assuming GitHub defaults. ## Quick Start Use 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 issue tracker settings for AI engineering skills in a repo?▼

Run this setup skill, which explores your git remotes and existing docs, then asks whether issues live in GitHub, GitLab, local markdown under .scratch/, or another tracker. It records the choice in docs/agents/issue-tracker.md and an Agent skills block in AGENTS.md or CLAUDE.md.

How do I map custom triage labels for an issue triage workflow?▼

The skill asks you to map five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to your actual label strings. The mapping is written to docs/agents/triage-labels.md so the triage skill applies your labels instead of creating duplicates.

Does this setup support GitLab or only GitHub issues?▼

GitLab is supported via the glab CLI with a dedicated seed template covering issue creation, notes, labels, and merge requests. Local markdown files under .scratch/ and freeform descriptions of other trackers like Jira or Linear are also supported.

Should I edit AGENTS.md or CLAUDE.md for agent configuration?▼

The skill edits whichever file already exists, preferring CLAUDE.md if both exist, and never creates the other one. If neither exists, it asks you which to create rather than choosing for you.

When should I re-run the repo agent skills setup?▼

Re-run it only when switching issue trackers or restarting configuration from scratch. For ordinary changes like renaming a label, edit the files under docs/agents/ directly instead of re-running the skill.