Dicklesworthstone

Skillranker — AI skill for Claude Code

AI community

Rust CLI powered by Jev from TypeSafe.ai that ranks agent skills for the next step using live session context.

How to install Skillranker

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Dicklesworthstone/skillranker and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Skillranker does

Rust CLI powered by Jev from TypeSafe.ai that ranks agent skills for the next step using live session context. Includes Claude Code hooks, structured JSON, abstention, and local feedback. Requires a TypeSafe API key.

Alternatives in AI

  • Manifest — Real-time cost observability for OpenClaw agents — track tokens, costs, messages, and model usage 4.1k ★
  • Sentrux — Real-time architectural sensor that helps AI agents close the feedback loop, enabling recursive self-improveme 2.9k ★
  • Botmux — Bridge Feishu/Lark to AI coding CLIs — Claude Code, Codex, Gemini, OpenCode… every DM, group or topic spawns i 1.2k ★

README

SkillRanker

**The right skill for the next step, powered by Jev from TypeSafe.ai.**

A standalone Rust CLI that puts **[TypeSafe.ai's Jev](https://typesafe.ai)** at the center of skill selection: Jev evaluates your agent's live context, compares the available skills, and estimates which ones fit the next step. SkillRanker supplies the session integration, local safeguards, and inspectable feedback around it.

**A TypeSafe API key is required to use SkillRanker's ranking system. Sign up at the [TypeSafe console](https://console.typesafe.ai) to get your own key.**

[![License](https://img.shields.io/badge/license-MIT%20%2B%20OpenAI%2FAnthropic%20rider-blue)](LICENSE) ![Rust](https://img.shields.io/badge/language-Rust%202024-dea584) ![CLI](https://img.shields.io/badge/CLI-sr-222222) ![Powered by Jev](https://img.shields.io/badge/powered_by-TypeSafe.ai%20Jev-00897b) ![Runtime](https://img.shields.io/badge/runtime-Asupersync-654ff0) ![Output](https://img.shields.io/badge/output-JSON%20%7C%20hooks%20%7C%20TUI-00897b)

sr demo --case useful     # Inspect an offline fixture before connecting a session
sr rank --allow-network   # Rank skills for the selected session
sr hook claude           # Run the Claude Code prompt-hook integration
sr tui                   # Inspect rankings in an inline terminal display

Contents