Setup Matt Pocock's Skills Scaffold the per-repo configuration that the engineering skills assume: - Issue tracker — where issues live (GitHub by default; local markdown is also supported out of the box) - Triage labels — the strings used for the five canonical triage roles - Domain docs — where and ADRs live, and the consumer rules for reading them This is a prompt-driven skill, not a deterministic script. Explore, present what you found, confirm with the user, then write. Process 1. Explore Look at the current repo to understand its starting state. Read whatever exists; don't assume: - and…