setup-matt-pocock-skills

Scaffold AGENTS.md and docs/agents files for Matt Pocock's engineering skills.

1|Updated Aug 1, 2020
One-click install
npx skills add https://github.com/JohannesKonings/JohannesKonings.github.io --skill setup-matt-pocock-skills-johanneskonings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/JohannesKonings/JohannesKonings.github.io/tree/main/.agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/JohannesKonings/JohannesKonings.github.io --skill setup-matt-pocock-skills-johanneskonings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of Matt Pocock's engineering skills (such as to-issues, triage, tdd, and diagnose) failing to work correctly due to missing repo-specific context, eliminating the need to manually configure each skill for your repository.

Core Features & Use Cases

  • Issue tracker configuration: Sets up the skill's knowledge of where your repo's issues live (GitHub, GitLab, local markdown, or a custom workflow) so skills can read and write issues correctly.
  • Triage label mapping: Aligns the skill's canonical triage role labels with the actual labels used in your repo's issue tracker to avoid duplicate or incorrect label application.
  • Domain doc layout setup: Configures whether your repo uses a single or multi-context domain doc structure, so skills like diagnose and improve-codebase-architecture can find CONTEXT.md and ADR files when exploring the codebase.
  • Use Case: If you are using Matt Pocock's engineering skills in a new repository, run this skill first to avoid broken workflows caused by missing configuration.

Quick Start

Run the setup-matt-pocock-skills skill in your repository root to scaffold all required agent skills configuration and domain documentation setup before using any of Matt Pocock's 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 agent configuration files for engineering skills in my repository?

To configure agent configuration files, you scaffold AGENTS.md and CLAUDE.md agent skills blocks along with docs/agents/ reference files. This provides the repo-specific context required for engineering skills to operate correctly.

How do I set up issue tracker integration for AI agent skills?

Issue tracker integration is set up by configuring the skill's knowledge of where your repo's issues live, such as GitHub, GitLab, local markdown, or a custom workflow. This allows skills to read and write issues correctly.

Why do triage skills apply incorrect labels to my repository issues?

Triage skills apply incorrect labels when canonical triage role labels are not aligned with your repo's actual issue tracker labels. Mapping the skill's vocabulary to your tracker prevents duplicate or incorrect label application.

How do I configure domain document layout for codebase diagnostic skills?

Domain document layout is configured by specifying whether your repo uses a single or multi-context structure. This ensures skills can locate CONTEXT.md and ADR files when exploring the codebase.

Do I need to configure repo setup before using Matt Pocock's engineering skills?

Yes, you need to run repo setup first. Scaffolding the required agent skills configuration and domain documentation beforehand avoids broken workflows caused by missing configuration.

Can I use these engineering skills with a custom issue workflow instead of GitHub?

Yes, you can use these skills with a custom issue workflow. The setup configures issue tracker integration to support GitHub, GitLab, local markdown, or custom workflows for reading and writing issues.