Every command, flag, shortcut and config key you actually reach for, on one printable page per agent, kept current by a daily sync. The same eight cards, in the same order, on every placemat — so what you learn on one transfers to the next. Each card below shows what changed since you last opened that placemat.
Nous Research
Hermes Agent
—curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
Google DeepMind
Antigravity CLI
—curl -fsSL https://antigravity.google/cli/install.sh | bashRosetta — the same job in each agent
| Concept | Claude Code | Codex CLI | Kimi Code | Hermes Agent | Antigravity |
|---|---|---|---|---|---|
| Launch TUI | claude | codex | kimi | hermes | agy |
| Context file | CLAUDE.md | AGENTS.mdglobal + walk | AGENTS.mdfour locations | .hermes.mdthen AGENTS.md, CLAUDE.md | AGENTS.mdor GEMINI.md |
| Generate context file | /init | /init | /init | /init | — |
| Continue last session | claude --continue | codex resume | kimi -c | hermes -c | agy -c |
| One-shot / non-interactive | claude -p | codex exec | kimi -p | hermes -z | agy -p |
| Full-auto mode | --dangerously-skip-permissions | --dangerously-bypass-approvals-and-sandbox | --auto--yolo still asks on risk | --yolo | --dangerously-skip-permissions |
| Config file | ~/.claude/settings.json | ~/.codex/config.toml | ~/.kimi-code/config.toml | ~/.hermes/config.yaml | ~/.gemini/antigravity-cli/settings.json |
| MCP servers | claude mcp | codex mcp | mcp.json | hermes mcp | agy mcp |
| Skills | /skills | /skills | /skill:<name> | hermes skillsagentskills.io | .agents/skills/ |
| Hooks | settings.json | hooks.json | [[hooks]] | hermes hooks | hooks.json |
| Subagents | .claude/agents/ | /agent | .kimi-code/agents/ | /agents | agy agentor /teamwork-preview |
| Compact context | /compact | /compact | /compact | /compress | — |
| Plan mode | Shift+Tab | /plan | Shift-Tabor --plan | /planwrites a plan file | /planning |
| Switch model | /model | /model | /model | /model | agy modelsor /model |
| Isolated git worktree | — | --worktree | — | -wor /worktree new | — |
| Migrate from another agent | — | /import | /import-from-cc-codex | hermes import-agent | agy plugin importclaude / gemini |
| Health check | /doctor | codex doctor | kimi doctor | hermes doctor | — |
| Update the CLI | native installer | codex update | kimi upgrade | hermes update | agy update |