← ClaudeAtlas

setuplisted

One-time porting skill. Run this skill once, pointed at a new target repository, to resolve the pending setup items agentsmyth init already scaffolded and finish the lifecycle workflow configs for that repo.
JeelVankhede/agentsmyth · ★ 0 · AI & Automation · score 72
Install: claude install-skill JeelVankhede/agentsmyth
# Setup Skill ## Purpose This skill finishes setting up a target repository to use the agentsmyth lifecycle workflow. `agentsmyth init` already performs the mechanical half before this skill ever runs: it writes config stubs (real structure, `<USER-TODO>` placeholders where a value isn't inferrable), `workflow/config/pending-setup.yaml` (every open item, with a question and inspection hint), the `workflow/artifacts/`/`workflow/learnings/` directories, and — for Cursor and non-macOS Copilot specifically, the two cases no global gate mechanism can ever cover — an adapter file. This skill's job is a **resolution pass**: resolve `pending-setup.yaml`'s open items (inspect first, ask only what's left), fill in the remaining config fields, and finish what `init` couldn't do mechanically. This skill lives in `setup/` and is **not** copied to the target repository. ## Context Loading Load only: 1. This file. 2. `setup/references/inspection-checklist.md` 3. `setup/references/config-map.md` 4. `setup/references/token-map.md` Do not load any `workflow/` skill files. Those belong to the target repo after setup is complete. ## When To Run Run this skill when: - `agentsmyth init` has just staged `.agentsmyth/` and the user says "run the agentsmyth setup" (the normal path — `workflow/config/pending-setup.yaml` already exists, listing exactly what's left to resolve). - The user says "set up this repo" or "port the workflow to this repo" and `workflow/config/` still has `<USER-TODO>`