lotusroot-kim

8 mods across 1 repository, 14 stars between them.

superskillret

02

lotusroot-kim/superskillret

Plugin Claude Code

Embedding-based skill retrieval for Claude Code. On every user prompt, picks the top-K relevant skills from a 16,783-skill pool and injects them as context. v0.1.2: Switched the prebuilt index to a full-context build (encodes name + description + body up to 32k tokens) for better recall on body-only keywords.

14 3mo ago A tokens not measured

install

03

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

04

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

05

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

06

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