S

setup-matt-pocock-skills

bymattpocock·#18 trending

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the…

161,800stars
First seenApr 28, 2026

Installation

Send this command to your AI agent:

npx skills add https://github.com/mattpocock/skills --skill setup-matt-pocock-skills

Documentation

Configuration scaffold for engineering skills to locate issue tracker, triage labels, and domain documentation.

  • Explores the current repo to detect GitHub/GitLab remotes, existing AGENTS.md or CLAUDE.md, and domain doc layout before prompting
  • Walks through three guided decisions one at a time: issue tracker location (GitHub, GitLab, local markdown, or custom), triage label vocabulary mapping, and domain doc structure (single or multi-context)
  • Writes an ## Agent skills block to the appropriate root file and creates three reference docs under docs/agents/ that downstream skills (to-issues, triage, diagnose, tdd, improve-codebase-architecture) will read
  • Allows editing of the draft configuration before committing changes; re-running is only needed if switching trackers or restarting from scratch