---
name: Matt Pocock Setup
slug: matt-pocock-setup
category: DevOps
description: Matt Pocock Setup configures repository-local tracker, triage, and domain-document files for the workflows this repo uses. It helps when a project needs minimal, idempotent setup for issue tracking and related conventions.
github: "https://github.com/stevesolun/ctx/tree/main/.agents/skills/setup-matt-pocock-skills"
language: Python
stars: 578
forks: 71
install: "npx degit https://github.com/stevesolun/ctx/tree/main/.agents/skills/setup-matt-pocock-skills ~/.claude/skills/setup-matt-pocock-skills"
installs_to: ~/.claude/skills/setup-matt-pocock-skills
source_path: .agents/skills/setup-matt-pocock-skills/SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/stevesolun/ctx"
added: 2026-08-25T05:14:04.164Z
last_synced: 2026-08-25T05:14:04.164Z
canonical_url: "https://dirskills.com/skills/matt-pocock-setup"
---

# Matt Pocock Setup

Matt Pocock Setup configures repository-local tracker, triage, and domain-document files for the workflows this repo uses. It helps when a project needs minimal, idempotent setup for issue tracking and related conventions.

**Install:**

```bash
npx degit https://github.com/stevesolun/ctx/tree/main/.agents/skills/setup-matt-pocock-skills ~/.claude/skills/setup-matt-pocock-skills
```

## README

# Configure the repository

1. Inspect existing tracker conventions, remotes, domain documents, ADRs, and
   skill configuration. Reuse established structure.
2. Determine which configuration the installed workflows actually need:
   issue-tracker guidance, triage labels, domain-document guidance, or a subset.
3. Infer unambiguous choices from the repository. Ask only about choices that
   materially change behavior, and present a recommendation with the tradeoff.
4. Show the proposed repository-local files before writing when the choice is
   material or the files already contain user decisions.
5. Write the smallest idempotent configuration that satisfies the selected
   workflows. Do not add skill inventories or workflow prose to `AGENTS.md` or
   `CLAUDE.md`; keep those files lightweight and point workflows at dedicated
   configuration instead.
6. Report what was configured and what remains intentionally unconfigured.

Use the existing seed files only for the selected branch:

- GitHub: [issue-tracker-github.md](issue-tracker-github.md)
- GitLab: [issue-tracker-gitlab.md](issue-tracker-gitlab.md)
- Local Markdown: [issue-tracker-local.md](issue-tracker-local.md)
- Triage labels: [triage-labels.md](triage-labels.md)
- Domain documents: [domain.md](domain.md)

Adapt templates to the repository; they are references, not required output
shapes.
