From 35aa14e6cf3736f79a34be2c0346fc66f7930601 Mon Sep 17 00:00:00 2001 From: KernelLord Date: Tue, 14 Jul 2026 18:12:02 +0400 Subject: [PATCH] Add PickySteve to Agent infrastructure --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2136a49..c199749 100644 --- a/README.md +++ b/README.md @@ -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).