Skip to content

AI agent CLIs

Terminal coding agents (2026). Same job, different ecosystems — pick per project, or run more than one.

Shared good habits

  1. Repo on Linux FS in WSL (~/code/...) — agents run lots of tools; /mnt/c is painful
  2. Commit or worktree before big agent runs — easy rollback
  3. Project memory filesCLAUDE.md, AGENTS.md, .gemini/ rules as applicable
  4. Skills — reusable agent playbooks: apsolut-skills
  5. Secrets — never paste keys into chat; use env / direnv

When to use which (rough)

NeedTry
Deep Anthropic / Claude workflow, MCP-heavyClaude Code
ChatGPT subscription agent in terminalCodex
Open-source Google stack, Gemini modelsGemini CLI
xAI Grok in terminal (TUI / SuperGrok path)Grok Build

Skills repo

Agent skills are not documented fully here — they live in:

https://github.com/apsolut/apsolut-skills

See Skills page.