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 |
| 👀 | codex-fixes | codex, fixes, issue-registry | Checks your local Codex install for known issues and runs the matching community-maintained fix scripts |
| 👀 | 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 |
| 👀 | py_ralph_frame | loop-engineering, verification, agent-loops | A lightweight spec-driven loop harness for Claude Code, Codex, and Gemini CLI. Fresh-context runs, specs, commits, and gates to get you and your agents productive immediately. |
| 👀 | 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. |
| 👀 | Hephaestus | agent-os, routing, skills, memory | Open Agent OS for Claude Code, Codex, and Cursor with meta-agent building, A2A Hub routing, local ontology, and governed memory/security gates |
| 👀 | Tree Ring Memory | memory, local-first, sqlite, tui | Framework-agnostic, local-first memory lifecycle for AI agents: Rust CLI, SQLite/FTS recall, forgetting, audit, consolidation, DOX/Revolve adapters, and TUI. |
| 👀 | Oh My Hermes | hermes, skills, workflows | Workflow skill pack for Hermes Agent that adds research, planning, coding handoff, review, QA, documentation, and long-running loop workflows |
| 👀 | Agent Island | macos, windows, status, local-first | Open-source status companion for Claude Code and Codex with live session state, your-turn alerts, and local monitoring |
| 👀 | RDLeader | agent-ops, control-plane, approvals, qa-evidence | Local-first control plane for supervising AI R&D workers — task ownership, runtime dispatch, result collection, approval gates, public-safe demo reset, and QA evidence |
| 👀 | OpenAgentRelay | trusted-lan, delegation, json, local-first | Turn any local agent or automation into a team-callable capability. |
| 👀 | breaking-coding-chaos | control-plane, skills, human-in-the-loop | Human-in-the-loop dual-loop skill suite for coding agents: throughline progress on disk, plan-spar alignment, then minimal clean-cut implement |
| 👀 | Agent-Ready Repo Auditor | repository-audit, agent-readiness, github-actions | Free GitHub Action that scores public repositories for Codex, Claude Code, Copilot, and Cursor readiness—without cloning or executing code. |
| 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 |
| 🧪 | ponytail | token-saving, agent-skills, minimalism | Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote. |
| Status | Tool | Tags | Description |
|---|---|---|---|
| 🧪 | OpenUsage | subscriptions, usage, dashboard | Track all your AI coding subscriptions in one place |
| 👀 | ax | telemetry, dashboard, mcp, usage | Local-first observability and memory layer for AI coding-agent sessions |
| 👀 | 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.