docker-extend
Use when: User wants to extend Docker with custom tools, personalize the Docker environment, or set up user-specific Docker customization. Triggers: 'extend…
Drive Archon through its CLI: run AI workflows on a repo, manage those runs (inspect, approve, reject, cancel, resume), set up Archon or change its config, author new workflows, and improve workflow prompts. Use when the user says "use archon", "run archon", "archon workflow",
$ npx -y skills add coleam00/Archon --skill archon-cli --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/archon-cliContext preview
The summary Claude sees to decide when to auto-load this skill.
Drive Archon through its CLI: run AI workflows on a repo, manage those runs (inspect, approve, reject, cancel, resume), set up Archon or change its config, author new workflows, and improve workflow prompts. Use when the user says "use archon", "run archon", "archon workflow",
name: archon-cli description: | Drive Archon through its CLI: run AI workflows on a repo, manage those runs (inspect, approve, reject, cancel, resume), set up Archon or change its config, author new workflows, and improve workflow prompts. Use when the user says "use archon", "run archon", "archon workflow", "fix issue #N with archon", "have archon review this PR", "what's running / check run <id>", "approve/reject/cancel/resume that run", "set up archon", "configure archon", "change my archon config", "create a workflow", "author a workflow", or asks how to write a better Archon prompt. NOT for: doing the coding work yourself — Archon delegates it to isolated runs. argument-hint: "[workflow | run-id | intent]"
Archon runs multi-step AI workflows through the `archon` CLI. Git projects use isolated worktrees by default; registered folder projects run in place. This skill has five capabilities; route by intent:
| User wants to... | Read | |---|---| | **Run** workflows on real work | `running-workflows/running-workflows.md` | | **Manage** existing runs (inspect/approve/reject/cancel/resume) | `manage-run/manage-runs.md` | | **Set up** Archon or change config | `setup-and-config/setup-and-config.md` | | **Author** a new workflow | `authoring-workflows/authoring-workflows.md` (+ its `node-reference.md`) | | **Improve prompts** for workflow nodes or run messages | `prompting-mistakes/prompting-mistakes.md` |
Routing rules:
on issue #42") → route directly. Do not ask.
Most requests land here. The short version; details in the running reference:
1. Discover what exists with the compact catalog: `archon workflow list --json`. Use its previews to identify plausible candidates, and treat `descriptionTruncated: true` as an explicit signal that a description is incomplete — never assume names from memory. 2. Fetch each plausible candidate's untouched description with `archon workflow list <name> --full`. Choose from the full descriptions, not a truncated preview. 3. **Check the input before spending anything.** The message (or the issue, or the document the run reads) is the contract the whole run is measured against. Hold it against the six in `running-workflows.md` — problem, why it matters, why now, outcome, invariants, acceptance. If any is missing, say which, propose a corrected input, and get the user's agreement before launching. Do not silently improve it, and do not launch anyway. 4. Invoke detached by default (workflows are long-running):
archon workflow run <workflow> --branch <branch-name> "<the work, as a clear message>" --detach
5. Find the run id (`archon workflow runs --json`), then arm `archon workflow wait <run-id> --json` as a background task of your harness — it blocks until the run ends or needs a human decision, waking you at exactly the right moment. `archon workflow get <run-id> --json` is for on-demand state, not a polling loop. 6. When a run pauses at a gate, resolve it deliberately: see `manage-run/manage-runs.md`.
Four hard rules:
produces a confident, well-formed answer to the wrong question, at full price.
launch in the foreground as a background *task* of your harness. Once the run pauses, `resume`/`approve`/`reject`/`respond --detach` are supported continuation actions.
project listings. `workflow status` and `workflow runs` default to that project; use `--all` only when install-wide visibility is intended. Their JSON output sets `scopeFallback: true` when an unregistered project produces an install-wide result. `workflow status` fails if the registry lookup itself fails; it does not disguise the error as an unregistered-project fallback. Commands given a full run ID remain globally addressable. For a git project, run from the repo root. Register a non-git project with `workflow run --folder`.
--json` for the normalized `outcome` and `leave_behind.artifactFiles`; use a separate `--verbose --json` call for node summaries.
for the messages you pass when invoking workflows
The first open-source harness builder for AI coding. Make AI coding deterministic and repeatable.
Repo: coleam00/Archon
Use when: User wants to extend Docker with custom tools, personalize the Docker environment, or set up user-specific Docker customization. Triggers: 'extend…
Automate browser interactions, test web pages and work with Playwright tests.
Create a release from dev branch. Generates changelog entries from commits, bumps version, and creates a PR to main. TRIGGERS - Use this skill when user says:…
Autonomous rule adherence checker. Scans the codebase for rule violations, fixes the highest-impact ones in an isolated worktree, runs full validation, creates…
Verify a released archon binary works end-to-end via a specific install path. Use when: cutting a new release, reproducing a user bug report on the released…
Triage GitHub issues by applying type, effort, priority, and area labels. Runs in an isolated context to avoid polluting the main conversation with issue…