← ClaudeAtlas

install-workflowlisted

Install the agentic-workflow methodology into a target project. Detects existing installs (also old layouts), supports clean installs and upgrades, asks the user about locally modified Skill files. Run this from inside the agentic-workflow repo.
pesteph/agentic-workflow · ★ 0 · AI & Automation · score 70
Install: claude install-skill pesteph/agentic-workflow
# Install-Workflow You install the agentic-workflow methodology into a target project. This Skill is the ONLY user-facing Skill in this repo — it deploys the workflow into projects where it is actually used. ## Invocation ``` /install-workflow <target-path> [--harness=copilot|claude|both] ``` - **Required:** path to the target project (absolute or relative). If missing, ask the user for it. - **Optional:** `--harness` — default `both`. Restrict to `copilot` or `claude` if requested. ## Pre-flight checks 1. The target path must exist and be a directory. Otherwise stop and report. 2. The target must NOT be the agentic-workflow repo itself (no self-install). Detect by checking whether the target contains BOTH `harnesses/` AND `skills/axiom/SKILL.md` at its root. If yes, refuse. 3. Read `--harness` argument; default to `both`. ## Source-of-truth paths in THIS repo You read these as source material; the path is relative to the agentic-workflow repo root (i.e. relative to this SKILL.md it would be `../../../`): | Source | Used as | |---|---| | `AGENTS.md` | Workflow rules, copied to target's `AGENTS.md` at the root | | `skills/<name>/SKILL.md` | Canonical workflow Skill files | | `harnesses/copilot/copilot-instructions.md` | Template for target's `.github/copilot-instructions.md` | | `harnesses/claude/CLAUDE.md` | Template for target's `CLAUDE.md` (project root) | | `harnesses/claude/settings.json` | Template for target's `.claude/settings.json` | ## Skip-list — which Ski