← ClaudeAtlas

ws-setup-matt-pocock-skillslisted

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 other engineering skills.
wsagency/WS-Claude-marketplace · ★ 0 · Web & Frontend · score 75
Install: claude install-skill wsagency/WS-Claude-marketplace
# 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 `CONTEXT.md` 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: - `git remote -v` and `.git/config` — is this a GitHub repo? Which one? - `.claude/ws-project.yaml` — a WS Jira binding (`jira.project`)? If present, **Local + Jira sync** is the natural tracker default for this repo (local working store, stakeholder mirror in the bound Jira project). - A hub `project.yaml` (checked the same way as `.claude/ws-project.yaml` — look in the parent hub repo when this repo is a registered sub-repo) — does the hub register a repo with `role: docs`? If so, this repo sits in a WS project hub: PRODUCT-level decisions belong in the docs repo's `dev-docs/decisions/`, and only repo-specific decisions stay in this repo's `dev-docs/decisions/`. - `AGENTS.md` and `CLAUDE.md` at the repo root — does either exist? Is `CLAUDE.md` a thin `@AGENTS.md` import? Is there already an `## Agent skills` section in either? - `CONTEXT.md` and `CONTE