Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ Sandboxes, routers, browser/terminal automation, and extension tools. Sorted by
- **[clu](https://github.com/arjia-labs/clu)** `⭐ 6` — Codified Likeness Utility: a SQLite-backed issue tracker for coordinating fleets of AI coding agents. Atomic task claim, dependency graphs, workflows & checkpoints, and an audit log. CLI-native with clean `--json` output, built to be driven by agents. Go.

- **[Terminai](https://github.com/emosenkis/terminai)** `⭐ 6` — Makes your terminal of choice AI-enabled using your favorite CLI coding agent. Completely transparent until you activate the AI with Ctrl-Space, then runs your agent in an overlay with access to your terminal.
- **[PickySteve](https://github.com/KernelLord/pickysteve)** `⭐ 6` — Skill router and context picker for coding agents: a local model routes each prompt to the right skill via hybrid BM25+embedding retrieval (RRF-fused), cross-encoder rerank, and an LLM judge, then assembles a minimal nonce-boundaried context bundle behind a fail-closed prompt-injection gate (ONNX classifier) scanning both the request and every retrieved document. Runs offline on local Ollama by default (any OpenAI-compatible endpoint works); ships an MCP stdio server and an OpenAI-compatible proxy that a one-command installer wires into 18 coding agents (Claude Code, Codex, Cursor, Windsurf, Cline, Roo Code, Gemini CLI, and more). Python, MIT.

- **[OSOP](https://github.com/Archie0125/osop-agent-rules)** `⭐ 4` — Universal workflow logging protocol for CLI coding agents; produces `.osop` workflow definitions and `.osoplog.yaml` execution records. Supports Claude Code, Codex, Cursor, Windsurf, Aider, Cline, Roo Code, Devin, and OpenClaw. Includes a [visual editor](https://osop-editor.vercel.app) and [spec](https://github.com/Archie0125/osop-spec).

Expand Down