This is a very opinionated list from my daily usage. I will try to keep 🔥 entries below 10 (or 20, if I can't 😉).
See AGENTS.md for contribution guidelines when adding entries.
Visit the web page version here. It is generated directly from the catalog tables in this README plus deployment-time GitHub activity metrics.
| Icon | Meaning |
|---|---|
| 🔥 | Long-term daily driver — proven, highly recommended |
| 🧪 | Actively trying out, but not daily used |
| 👀 | Recently discovered, looks promising, not yet tried |
| Status | Tool | Tags | Description |
|---|---|---|---|
| 🔥 | oh-my-pi | hash-edits, lsp, browser, subagents | AI coding agent for the terminal — hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more |
| 🧪 | Claude Code | terminal, codebase, git-workflows | Agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows — all through natural language commands |
| 🧪 | Codex CLI | lightweight, terminal, cli | Lightweight coding agent that runs in your terminal |
| Status | Tool | Tags | Description |
|---|---|---|---|
| 🔥 | sandboxed-agents | bwrap, sandbox, profiles | Unified bwrap sandbox wrapper for multiple coding agents — oh-my-pi, Claude Code, Codex — with per-agent profiles and layered config |
| 👀 | codex-profiles | codex, profiles, account-switching | Codex CLI/Desktop profile switcher that launches Codex with isolated CODEX_HOME directories for separate auth, config, sessions, plugins, and logs |
| 👀 | Ariadne Loop | loop-engineering, verification, agent-packets | Local-first CLI and templates for turning rough coding-agent context into verifiable loop specs, agent packets, verifier gates, stop rules, rollback rules, and JSON reports |
| 👀 | forkd | microvm, fan-out, snapshots | MicroVM sandbox runtime for AI agent fan-out — fork 100 microVMs in ~100ms, BRANCH a live VM in ~150ms, KVM-isolated snapshot CoW |
| 👀 | Agent Teams | desktop, orchestration, kanban, review | You're the boss, agents are your team. They handle tasks on their own, message each other, and review each other's work. You just watch the kanban board and give high-level commands. Codex/Claude/OpenCode(200+ models, 75+ LLM providers, free models no auth). Build your AI company with multiple teams. |
| Status | Tool | Tags | Description |
|---|---|---|---|
| 🔥 | coding-agent-instructions | instructions, rules, progressive-disclosure | Rules for coding agents. Modular design, progressive disclosure without eating your context window or distract your agents |
| Status | Tool | Tags | Description |
|---|---|---|---|
| 🧪 | rtk | token-saving, proxy, rust | CLI proxy that reduces LLM token consumption by 60-90% on common dev commands — single Rust binary, zero dependencies |
| Status | Tool | Tags | Description |
|---|---|---|---|
| 🧪 | OpenUsage | subscriptions, usage, dashboard | Track all your AI coding subscriptions in one place |
| 👀 | Relay | llm-proxy, provider-switch, usage, quota-rotation | Universal AI API proxy — hot-switch between GitHub Copilot, OpenAI, Anthropic, DeepSeek, Groq, Ollama, and 10+ providers from Claude Code, Codex CLI, Aider, or any coding agent without restarting. Auto-rotates accounts when quota exhausted, real-time usage tracking |
make build
make run
make deploymake buildwritesdist/index.html.make runserves the generated site locally on127.0.0.1:8080; override withmake run HOST=0.0.0.0 PORT=3000.make deployvalidates, tests, and builds the Pages artifact.npm run validate:catalogvalidates the README catalog tables.
Catalog entries live directly in README tables with four columns: Status, Tool, Tags, Description. Tool names are Markdown links to GitHub repositories, and any ## section with that exact table header is treated as a category.
GitHub metrics are fetched at build time and are never committed back into README. Tags should highlight distinguishing traits, such as microvm, sandbox, token-saving, browser, or subagents.
To add or update entries with an agent, use .agents/skills/add-tool/SKILL.md; Claude-compatible setups can use .claude/skills/add-tool.