← ClaudeAtlas

setup-harness-skillslisted

Creates CLAUDE.md/AGENTS.md from the harness template (if absent) and configures docs/agents/ so harness skills know the issue tracker, triage labels, domain docs, GitHub Project board, and session state location. Run before first use of triage, to-prd, to-issues, context-handover, or session-start — or if those skills appear to be missing context. Typically consumes <30% of a context window.
ClydeShen/harness-skill · ★ 0 · AI & Automation · score 75
Install: claude install-skill ClydeShen/harness-skill
# Setup Harness Skills One-time gateway. **Explore first**, then ask questions one section at a time. Never dump all questions at once. ## Step 1 — Explore Before asking anything, read and report a **one-line summary**: 1. `.git/config` → remote origin (owner/repo) 2. `CLAUDE.md` / `AGENTS.md` → present? 3. `CONTEXT.md` → present? 4. `docs/agents/` → prior setup files? 5. `.harness/config.json` → prior GSD or harness setup? (read harness key if present) 6. `.harness/state.json` → prior session state? 7. `.harness/PROJECT.md` → prior project context? 8. `.claude/harness.json` → old config to migrate? (deprecated — migrate values to .harness/config.json) 9. `~/.claude/skills/` → any `gsd-*` skill present? Any of `brainstorming`, `systematic-debugging`, `writing-plans`, `subagent-driven-development` present? Example: "Found CLAUDE.md (present), no docs/agents/, GitHub remote owner/repo." Append to the summary line if collections are missing: - Both absent: `"Tip: GSD Redux and Superpowers are recommended companion collections — see https://github.com/open-gsd/get-shit-done-redux and https://github.com/obra/superpowers"` - Only GSD Redux absent: `"Tip: GSD Redux not installed — https://github.com/open-gsd/get-shit-done-redux"` - Only Superpowers absent: `"Tip: Superpowers not installed — https://github.com/obra/superpowers"` - Both present: omit entirely. ## Section A — Issue Tracker > "Where do issues live? Skills like `triage`, `to-prd`, and `to-issues` read from and wr