setup-matt-pocock-skills

Configure per-repo AGENTS.md and docs/agents files for issue tracker and triage labels.

3|Updated May 11, 2026
One-click install
npx skills add https://github.com/JeromyJSmith/lattice-platform --skill setup-matt-pocock-skills-jeromyjsmith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/JeromyJSmith/lattice-platform/tree/main/.agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/JeromyJSmith/lattice-platform --skill setup-matt-pocock-skills-jeromyjsmith

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents downstream engineering skills from guessing your repo conventions by setting up the shared “Agent skills” context they rely on.

Core Features & Use Cases

  • Issue tracker wiring: Records whether work lives on GitHub, GitLab, or local markdown so skills can create, fetch, and update tickets consistently.
  • Triage label vocabulary: Maps the five canonical triage roles to the exact label strings your repo actually uses.
  • Domain doc layout rules: Documents how CONTEXT.md, CONTEXT-MAP.md, and docs/adr/ should be discovered for single- vs multi-context repos.

Quick Start

Run this Skill before your first use of to-issues, to-prd, triage, diagnose, tdd, improve-codebase-architecture, or zoom-out so the repo’s conventions are recorded.

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 repository onboarding for engineering agents?

Repository onboarding for engineering agents involves configuring AGENTS.md and docs/agents/*.md files so skills can reliably discover issue trackers, triage labels, and domain documentation layouts without guessing conventions.

What is the AGENTS.md file used for in a codebase?

The AGENTS.md file is used to record repository conventions, including issue tracker locations, triage label vocabulary mappings, and domain doc layout rules, ensuring downstream engineering skills operate consistently.

How do I map custom triage labels to canonical roles for automated ticket routing?

Mapping custom triage labels involves recording your exact label strings in the AGENTS.md configuration, linking them to five canonical triage roles so agent skills can consistently parse and apply ticket routing.

Can I configure domain documentation layout rules for both single-context and multi-context repositories?

Yes. You can configure domain documentation layout rules by creating or updating docs/agents/*.md files to specify how CONTEXT.md, CONTEXT-MAP.md, and docs/adr/ are discovered for single- versus multi-context repositories.

Why are my engineering agent skills failing to find the issue tracker or create tickets?

Engineering agent skills fail to find the issue tracker when the shared agent-skills context is missing or out of date, requiring interactive exploration and in-place updates to AGENTS.md to restore reliable discovery.

Do I need to run repo configuration setup before using triage or diagnose agent skills?

Yes. You need to run repo configuration setup before your first use of triage, diagnose, to-issues, or tdd skills so the repository's issue tracker and documentation conventions are properly recorded.