setup-matt-pocock-skills

Configure repo-specific context for Matt Pocock engineering skills.

10|2|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/sumpalabs/petrodb --skill setup-matt-pocock-skills-sumpalabs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/sumpalabs/petrodb/tree/main/.agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/sumpalabs/petrodb --skill setup-matt-pocock-skills-sumpalabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill fills the missing repo-specific context that Matt Pocock's engineering skills (like to-issues, triage, tdd, and diagnose) need to operate correctly, eliminating broken workflows caused by unconfigured issue trackers, mismatched triage labels, or missing domain documentation references.

Core Features & Use Cases

  • Repo State Detection: Automatically checks for existing AGENTS.md/CLAUDE.md files, git remote configuration, CONTEXT.md, ADRs, and prior agent skills setup to avoid overwriting user content.
  • Guided Configuration: Walks you through three key setup decisions (issue tracker type, triage label vocabulary, domain doc layout) one at a time with clear explainers and sensible defaults.
  • Scaffolded Output: Writes the required ## Agent skills block to your chosen config file and seeds supporting documentation in docs/agents/ so all supported engineering skills have the context they need. Use Case: If you've just added Matt Pocock's engineering skills to your repo and they can't find your issue tracker or don't know your triage label names, run this skill first to set up the required configuration.

Quick Start

Run the setup-matt-pocock-skills skill to configure your repo's agent skills context for all supported engineering workflows.

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 and triage label context for repo agent skills?

To configure repo agent skills context, you can run a guided setup that detects your existing config files and scaffolds the required issue tracker location, triage label mappings, and domain documentation layout into your AGENTS.md file.

Why do engineering workflow agent skills fail to find my issue tracker or triage labels?

Engineering workflow agent skills fail because they lack repo-specific context. Without a configured AGENTS.md or CLAUDE.md agent skills block, the agents cannot locate your issue tracker or understand your triage label vocabulary.

Do I need an existing AGENTS.md or CLAUDE.md file to set up agent skills configuration?

You do not need an existing AGENTS.md or CLAUDE.md file. The setup process automatically detects your repo state and existing configuration to avoid overwriting user content while scaffolding the required agent skills block.

What is the best way to scaffold domain documentation for engineering agent workflows?

The best way to scaffold domain documentation is through a guided configuration that writes supporting documentation to the docs/agents/ directory, ensuring all engineering skills have the required repository-specific workflow context.

Can I use this agent skills setup if my repository already has ADRs and a CONTEXT.md file?

You can use this setup with existing ADRs and CONTEXT.md files. The configuration process checks for prior agent skills setup and existing repository documentation to avoid overwriting your current content during the scaffolding process.