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`)

Example

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

OpenAI coding agent (alias for `codex`)

Example

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

Google coding agent, pinned to Gemini 3.1 Pro (High)

Example

agy "explain the repo structure"
gmiGemini CLI (legacy)

Legacy shortcut retained for old habits; now launches locked `agy`

Example

gmi "explain the repo structure"
claudeClaude Code

Full command (same as `cc` on ACFS)

Example

claude --help
codexCodex CLI

Full command (same as `cod` on ACFS)

Example

codex --help
geminiGemini CLI (legacy)

Retired Gemini CLI reference; use `agy` or legacy shortcut `gmi`

Example

gemini --help

Dicklesworthstone Stack

The 10-tool orchestration stack (plus utilities)

ntmNamed Tmux Manager

Agent cockpit (spawn, send prompts, dashboards)

Example

ntm spawn myproject --cc=2 --cod=1 --agy=1
brBeads CLI

Create/update issues and dependencies

Example

br ready --json
bvBeads Viewer

Analyze the task DAG and pick work (robot protocol)

Example

bv --robot-triage
ubsUltimate Bug Scanner

Fast polyglot static analysis

Example

ubs file.ts
cassCoding Agent Session Search

Search across your agent session history

Example

cass search "auth error" --robot
cmCASS Memory System

Procedural memory for agents

Example

cm context "task" --json
caamCoding Agent Account Manager

Switch agent auth contexts

Example

caam status
slbSimultaneous Launch Button

Two-person rule for dangerous commands

Example

slb --help
dcgDestructive Command Guard

Pre-execution guard blocking dangerous commands

Example

dcg doctor
dcg testDCG Test Command

Check if a command would be blocked without running it

Example

dcg test 'git reset --hard' --explain
dcg packsDCG Pack List

List available protection packs (git, database, k8s, cloud)

Example

dcg packs --enabled
dcg allow-onceDCG Allow Once

Bypass a block using the short code from denial message

Example

dcg allow-once ABC-123
dcg doctorDCG Doctor

Check DCG installation and hook registration status

Example

dcg doctor --fix
msMeta Skill

Local-first knowledge management with hybrid semantic search.

Example

ms search 'auth flow'
ruRepo Updater

Multi-repo sync with AI-driven commit automation.

Example

ru sync --parallel 4
amAgent Mail

Agent coordination and messaging.

Example

am status
aprAutomated Plan Reviser

Automated iterative spec refinement with extended AI reasoning.

Example

apr refine plan.md
jfpJeffreysPrompts CLI

Battle-tested prompt library with one-click skill install.

Example

jfp install idea-wizard
ptProcess Triage

Find and kill stuck/zombie processes with Bayesian scoring.

Example

pt --robot --top 10
sysmoniSRPS System Monitor

Real-time TUI showing CPU/memory per process with ananicy rule status.

Example

sysmoni
xfX Archive Search

Blazingly fast local search across your X/Twitter archive.

Example

xf search "machine learning"
asbAgent Settings Backup

Smart backup tool for AI coding agent configuration folders (asb)

Example

asb backup
brennerBrenner Bot

Brenner Bot - research session manager with hypothesis tracking

Example

brenner --help
casrCross-Agent Session Resumer

Cross-provider AI coding session resumption — convert and resume sessions across providers (casr)

Example

casr export --from claude
dsrDoodlestein Self-Releaser

Fallback release infrastructure — local builds via act when GitHub Actions is throttled (dsr)

Example

dsr release
fsfsFrankenSearch

Two-tier hybrid local search — lexical (BM25) + semantic retrieval with progressive delivery (fsfs)

Example

fsfs search "query"
claude-post-compact-reminderPost-Compact Reminder

Post-compaction reminder hook for Claude Code that forces an AGENTS.md re-read

Example

printf '{"session_id":"demo","source":"compact"}\n' | claude-post-compact-reminder
rchRemote Compilation Helper

Remote Compilation Helper - transparent build offloading for AI coding agents

Example

rch status
sbhStorage Ballast Helper

Cross-platform disk-pressure defense for AI coding workloads (sbh)

Example

sbh status
waWezTerm Automata

WezTerm Automata (wa) - terminal automation and orchestration for AI agents

Example

wa --help
aadcASCII Art Diagram Corrector

aadc - ASCII diagram corrector for fixing malformed ASCII art

Example

aadc --help
cautCoding Agent Usage Tracker

coding_agent_usage_tracker (caut) - LLM provider usage tracker

Example

caut --help
csctfChat Shared Conversation to File

Chat Shared Conversation to File - convert AI share links to Markdown/HTML

Example

csctf --help
giilGet Image from Internet Link

Get Image from Internet Link - download cloud images for visual debugging

Example

giil --help
mdwbMarkdown Web Browser

markdown_web_browser (mdwb) - Convert websites to Markdown for LLM consumption

Example

mdwb --help
ranoNetwork Observer

rano - Network observer for AI CLIs with request/response logging

Example

rano --help
rust_proxyRust Proxy

rust_proxy - Transparent proxy routing for debugging network traffic

Example

rust_proxy --help
s2pSource to Prompt TUI

source_to_prompt_tui (s2p) - Code to LLM prompt generator with TUI

Example

s2p --help
truToken-Optimized Notation

toon_rust (tru) - Token-optimized notation format for LLM context efficiency

Example

tru --help

Search & Navigation

Find code and jump around fast

rgripgrep

Ultra-fast recursive text search

Example

rg "useCompletedLessons" apps/web
sgast-grep

Structural search/replace

Example

sg --help
fdfd-find

Fast file finder

Example

fd "\.ts$" apps/web
fzffzf

Interactive fuzzy finder

Example

fzf
zzoxide

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

Example

z projects

Git & Repo Tools

Version control and GitHub workflows

gitGit

Version control

Example

git status -sb
ghGitHub CLI

GitHub from the terminal

Example

gh auth status
lazygitLazyGit

Git TUI

Example

lazygit

System & Terminal UX

Everyday terminal helpers installed by ACFS

tmuxtmux

Terminal multiplexer (sessions survive disconnects)

Example

tmux new -s demo
batbat

Better `cat` with syntax highlighting

Example

bat README.md
lsd / ezaModern `ls`

Prettier directory listing (ACFS installs one of these)

Example

lsd -la || eza -la
direnvdirenv

Auto-load per-directory env vars

Example

direnv allow
atuinatuin

Searchable shell history (Ctrl-R)

Example

atuin --help
lsdLSDeluxe

Modern ls replacement (eza fallback).

Example

lsd -la
zoxidezoxide

Smart cd replacement.

Example

z project
ananicy-cppAnanicy-CPP Daemon

Process priority daemon with 1700+ rules for auto-deprioritization.

Example

systemctl status ananicy-cpp

Languages & Runtimes

Bun, Python (uv), Rust, Go

bunbun

JS/TS runtime + package manager

Example

bun --version
uvuv

Fast Python tooling (pip/venv replacement)

Example

uv --version
cargocargo

Rust package manager/build tool

Example

cargo --version
gogo

Go toolchain

Example

go version

Cloud & Infra

Deploy, DNS, secrets, databases

wranglerCloudflare Wrangler

Cloudflare Workers and Pages CLI

Example

wrangler --version
vercelVercel CLI

Deploy and manage Vercel projects

Example

vercel --version
supabaseSupabase CLI

Supabase management CLI

Example

supabase --version
vaultHashiCorp Vault

Secrets management

Example

vault --version
psqlPostgreSQL Client

Connect to PostgreSQL databases.

Example

psql -h localhost -U postgres