Command Reference
A quick, searchable list of the commands you'll use most in an ACFS environment.
Compatible Agents
Every coding agent ACFS can install, and how to turn each one on.
| Agent | CLI | Install | Module | Sign in | Docs |
|---|---|---|---|---|---|
| Antigravity CLIGoogle Google's successor to the Gemini CLI; ACFS pins its model and permissions via agy-locked. | agyaliases: agy, gmi | Default Installed unless you pass --skip | agents.antigravity | agy | Docsfor Antigravity CLI (opens in a new tab) |
| Claude CodeAnthropic Long autonomous runs with deep tool use; the ACFS default driver. | claudealias: cc | Default Installed unless you pass --skip | agents.claude | claude auth login | Docsfor Claude Code (opens in a new tab) |
| Codex CLIOpenAI Runs on a ChatGPT plan; --device-auth is the login path on a headless VPS. | codexalias: cod | Default Installed unless you pass --skip | agents.codex | codex login --device-auth | Docsfor Codex CLI (opens in a new tab) |
| Grok CLIxAI xAI's terminal agent; also accepts GROK_DEPLOYMENT_KEY for headless use. | grok | Optional Install it with --only | agents.grok | grok login | Docsfor Grok CLI (opens in a new tab) |
| oh-my-pi Community fork of the Pi agent with its own model roster and credential broker. | omp | Optional Install it with --only | agents.omp | omp auth-broker login <provider> | Docsfor oh-my-pi (opens in a new tab) |
| OpenCode Multi-provider harness; drives Claude, GPT, and Gemini models from one TUI. | opencode | Optional Install it with --only | agents.opencode | opencode auth login | Docsfor OpenCode (opens in a new tab) |
| Gemini CLIGoogle Retired upstream on 2026-06-18; kept installable for existing setups, use Antigravity instead. | gemini | Legacy Retired upstream; off by default | agents.gemini | gemini | Docsfor Gemini CLI (opens in a new tab) |
Turn any agent on or off at install time with its module id: --only agents.grok installs one plus its dependencies, --skip agents.antigravity leaves one out.
AI Agents
3 agents installed by default, 4 more you can opt into (aliases included)
Example
Agent Flywheel Stack
The 10-tool orchestration stack (plus utilities)
dcg packsDCG Pack ListList available protection packs (git, database, k8s, cloud)
Example
dcg allow-onceDCG Allow OnceBypass a block using the short code from denial message
Example
dcg doctorDCG DoctorCheck DCG installation and hook registration status
Example
Example
Example
sysmoniSRPS System MonitorReal-time TUI showing CPU/memory per process with ananicy rule status.
Example
Example
Example
casrCross-Agent Session ResumerCross-provider AI coding session resumption — convert and resume sessions across providers (casr)
Example
dsrDoodlestein Self-ReleaserFallback release infrastructure — local builds via act when GitHub Actions is throttled (dsr)
Example
fmdFranken MarkdownPure-Rust Markdown engine rendering self-contained HTML and tagged PDF (fmd)
Example
fsfsFrankenSearchTwo-tier hybrid local search — lexical (BM25) + semantic retrieval with progressive delivery (fsfs)
Example
claude-post-compact-reminderPost-Compact ReminderPost-compaction reminder hook for Claude Code that forces an AGENTS.md re-read
Example
Example
rchRemote Compilation HelperRemote Compilation Helper - transparent build offloading for AI coding agents
Example
Example
waWezTerm AutomataWezTerm Automata (wa) - terminal automation and orchestration for AI agents
Example
aadcASCII Art Diagram Correctoraadc - ASCII diagram corrector for fixing malformed ASCII art
Example
cautCoding Agent Usage Trackercoding_agent_usage_tracker (caut) - LLM provider usage tracker
Example
csctfChat Shared Conversation to FileChat Shared Conversation to File - convert AI share links to Markdown/HTML
Example
giilGet Image from Internet LinkGet Image from Internet Link - download cloud images for visual debugging
Example
mdwbMarkdown Web Browsermarkdown_web_browser (mdwb) - Convert websites to Markdown for LLM consumption
Example
Example
rust_proxyRust Proxyrust_proxy - Transparent proxy routing for debugging network traffic
Example
Example
System & Terminal UX
Everyday terminal helpers installed by ACFS
tmuxtmuxTerminal multiplexer (sessions survive disconnects)
Example
batbatBetter `cat` with syntax highlighting
Example
lsd / ezaModern `ls`Prettier directory listing (ACFS installs one of these)
Example
direnvdirenvAuto-load per-directory env vars
Example
atuinatuinSearchable shell history (Ctrl-R)
Example
lsdLSDeluxeModern ls replacement (eza fallback).
Example
zoxidezoxideSmart cd replacement.
Example
ananicy-cppAnanicy-CPP DaemonProcess priority daemon with 1700+ rules for auto-deprioritization.
Example
Cloud & Infra
Deploy, DNS, secrets, databases
wranglerCloudflare WranglerCloudflare Workers and Pages CLI
Example
vercelVercel CLIDeploy and manage Vercel projects
Example
supabaseSupabase CLISupabase management CLI
Example
vaultHashiCorp VaultSecrets management
Example
psqlPostgreSQL ClientConnect to PostgreSQL databases.
Example