command atlas

Pick a workflow, not a flag list.

Agentify commands are grouped as playable routes: what the command does, when to use it, which subcommands matter, and what artifacts appear on disk.

buildless html same site theme 12 command routes

Each command page follows a playable route.

Each route keeps the technical surface visible while giving users a memorable mental model for when to run the command, what data it reads, and what artifacts appear on disk.

onboarding

Setup checkpoints

Use this, init, up, check, sync, and doctor as a guided path from first repo setup to healthy maintenance.

agentify doctor
provider launch

Run command

Use agentify run as a provider loadout selector: fresh task, interactive launch, provider resume, routed context, selected context, explain plan, and caveman output.

agentify run --with-context "write retry tests"
durable work

Session command

Use agentify sess as a campaign save file: start, resume, fork, inspect, and hand off provider-backed work.

agentify sess run --provider codex --name "payments-v2"
bounded retrieval

Context command

Use agentify context as the scouting route for ranked refs, bounded fetches, and routed session compaction.

agentify context fetch src/core/context.js --symbol fetchContext
repo index

Query command

Use agentify query as a scanner deck for owners, deps, changed modules, search, definitions, references, callers, and impacts.

agentify query search --term auth
blast radius

Risk command

Use agentify risk as a mission danger board: score changed files, inspect impacted code, and pick regression tests.

agentify risk --since origin/main
agent loadouts

Skill command

Use agentify skill to list built-in skills, install one or all of them, choose providers, and decide project or user scope.

agentify skill install all --provider codex --scope project
supervised issues

Issue-killer command

Use agentify issue-killer as a mission board: labelled GitHub issues become supervised tmux panes with isolated worktrees.

agentify issue-killer --label agentify-ready --agent-provider codex --limit 5
scouting

Planning and handoff

Use agentify plan to scout context, handoff to pass a quest log, and exec as the raw command tunnel.

agentify plan "fix checkout retry handling"
repo health

Maintenance commands

Use hooks, semantic refresh, clean, cache, and reserved memory helpers as the toolshed for generated state.

agentify clean --dry-run
supervised agents

AFK workflow guide

Prepare AFK-ready GitHub issues, label them safely, launch supervised issue-killer panes, and verify draft PR output.

agentify issue-killer --label agentify-ready --agent-provider codex --limit 5
catalog

Skill catalog

Browse the full Agentify skill catalog with descriptions, scopes, and installation hints in one searchable index.

agentify skill list