Harness Bridge
SDK / ToolA local launcher that points Claude Code and seven other coding harnesses at any OpenAI-, Anthropic- or Responses-compatible endpoint — without editing a single config file.
- launcher
- local-models
- cli
- menu-bar
A Rust CLI that ranks an agent's installed skills for the current step using TypeSafe's Jev — harness-aware, inspectable, and advisory by design.
SkillRanker (sr) combines the recent conversation, the current request, workspace signals and the selected harness's visible skill inventory, then asks Jev in two passes: a broad compare, then a richer rerank of a shortlist — both with a real "none of these" option. Explicit skill requests resolve locally; libraries beyond 254 eligible skills are narrowed first by Quill lexical prefiltering (FrankenSearch). The result is advisory — the agent still decides — and everything is inspectable: --why-not traces exclusions with thresholds, and opt-in case capture replays offline without another Jev call. Integrates as a Claude Code prompt hook (sr hook claude) or an inline TUI.
Agents carrying a large skill library, where loading a plausible-but-wrong skill burns context and derails the step — the ranking stays advisory and never overrides explicit requests.
git clone https://github.com/Dicklesworthstone/skillranker.git cd skillranker cargo install --locked --path . --bin sr sr demo --case useful # offline fixture, no network needed sr rank --allow-network # live ranking (needs TYPESAFE_API_KEY) sr hook claude # Claude Code prompt-hook integration
Requires a TypeSafe API key — session context and skill excerpts are sent to Jev for evaluation. The license is MIT plus an OpenAI/Anthropic rider (GitHub reports NOASSERTION), not plain MIT. Built from source with a pinned Rust 2024 toolchain; no packaged binary. A failed hook recommendation falls back quietly and never blocks the agent. Advice only: the agent and the user decide what to load.
Repository
Dicklesworthstone/skillrankerCharted
A local launcher that points Claude Code and seven other coding harnesses at any OpenAI-, Anthropic- or Responses-compatible endpoint — without editing a single config file.
Answers macOS Spotlight and Siri prompts with your signed-in Claude Code account — an experimental macOS 27 model-delegation provider.
Extract your own local chat history from ten AI coding assistants into one normalized JSONL — for fine-tuning, analytics, or backing up years of conversations. Standard library only.