Learning Hub
Home

Command Reference

A quick, searchable list of the commands you'll use most in an ACFS environment.

AI Agents

Your three coding agents (aliases included)

ccClaude Code

Anthropic coding agent (alias for `claude`)

#ccDocs

Example

cc "fix the bug in auth.ts"
codCodex CLI

OpenAI coding agent (alias for `codex`)

#codDocs

Example

cod "add unit tests for utils.ts"
gmiGemini CLI

Google coding agent (alias for `gemini`)

#gmiDocs

Example

gmi "explain the repo structure"
claudeClaude Code

Full command (same as `cc` on ACFS)

#claudeDocs

Example

claude --help
codexCodex CLI

Full command (same as `cod` on ACFS)

#codexDocs

Example

codex --help
geminiGemini CLI

Full command (same as `gmi` on ACFS)

#geminiDocs

Example

gemini --help

Dicklesworthstone Stack

The 8-tool orchestration stack (plus Beads)

ntmNamed Tmux Manager

Agent cockpit (spawn, send prompts, dashboards)

#ntmDocs

Example

ntm spawn myproject --cc=2 --cod=1 --gmi=1
bdBeads CLI

Create/update issues and dependencies

#bdDocs

Example

bd ready
bvBeads Viewer

Analyze the task DAG and pick work (robot protocol)

#bvDocs

Example

bv --robot-triage --recipe high-impact
ubsUltimate Bug Scanner

Fast polyglot static analysis

#ubsDocs

Example

ubs .
cassCoding Agent Session Search

Search across your agent session history

#cassDocs

Example

cass --help
cmCASS Memory System

Procedural memory for agents

#cmDocs

Example

cm --help
caamCoding Agent Account Manager

Switch agent auth contexts

#caamDocs

Example

caam --help
slbSimultaneous Launch Button

Two-person rule for dangerous commands

#slbDocs

Example

slb --help

Search & Navigation

Find code and jump around fast

rgripgrep

Ultra-fast recursive text search

#rg

Example

rg "useCompletedLessons" apps/web
sgast-grep

Structural search/replace

#sg

Example

sg --help
fdfd-find

Fast file finder

#fd

Example

fd "\.ts$" apps/web
fzffzf

Interactive fuzzy finder

#fzf

Example

fzf
zzoxide

Smart `cd` (jump to frequently-used folders)

#z

Example

z projects

Git & Repo Tools

Version control and GitHub workflows

gitGit

Version control

#git

Example

git status -sb
ghGitHub CLI

GitHub from the terminal

#gh

Example

gh auth status
lazygitLazyGit

Git TUI

#lazygit

Example

lazygit

System & Terminal UX

Everyday terminal helpers installed by ACFS

tmuxtmux

Terminal multiplexer (sessions survive disconnects)

#tmux

Example

tmux new -s demo
batbat

Better `cat` with syntax highlighting

#bat

Example

bat README.md
lsd / ezaModern `ls`

Prettier directory listing (ACFS installs one of these)

#lsd-eza

Example

lsd -la || eza -la
direnvdirenv

Auto-load per-directory env vars

#direnv

Example

direnv allow
atuinatuin

Searchable shell history (Ctrl-R)

#atuin

Example

atuin --help

Languages & Runtimes

Bun, Python (uv), Rust, Go

bunbun

JS/TS runtime + package manager

#bun

Example

bun --version
uvuv

Fast Python tooling (pip/venv replacement)

#uv

Example

uv --version
cargocargo

Rust package manager/build tool

#cargo

Example

cargo --version
gogo

Go toolchain

#go

Example

go version

Cloud & Infra

Deploy, DNS, secrets, databases

wranglerCloudflare Wrangler

Cloudflare Workers and Pages CLI

#wrangler

Example

wrangler --version
vercelVercel CLI

Deploy and manage Vercel projects

#vercel

Example

vercel --version
supabaseSupabase CLI

Supabase management CLI

#supabase

Example

supabase --version
vaultHashiCorp Vault

Secrets management

#vault

Example

vault --version