lotusroot-kim/superskillret

Embedding-based skill retrieval plugin for Claude Code. Top-K skills from a 16,783-skill corpus injected as additionalContext on every prompt, via a long-running local retrieval daemon.

14Stars on the repository
8Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

install

01

lotusroot-kim/superskillret

Command

Run the one-time superskillret setup (creates the venv, downloads the ONNX INT8 encoder and the prebuilt skill index from Hugging Face). Idempotent — re-runs are no-ops once the .installed marker is in place. Use this if you installed via /plugin install and don't want to restart Claude Code.

14 3mo ago A 71 tokens

reset

02

lotusroot-kim/superskillret

Command

Forget the per-session "already seen" skill memory so the next prompt can re-retrieve any skill from scratch. Use after switching topics or when a skill you want keeps getting suppressed.

14 3mo ago A 39 tokens

status

03

lotusroot-kim/superskillret

Command

Show the superskillret daemon status (pid, socket, recent log). Run this to see whether the retrieval daemon is alive and working.

14 3mo ago A 30 tokens

stop

04

lotusroot-kim/superskillret

Command

Stop the superskillret daemon to free memory. It will lazy-start again on the next user prompt.

14 3mo ago A 23 tokens