Plugin Claude Code
Plugin marketplace listing 1 plugin: superskillret.
Plugin Claude Code
Plugin marketplace listing 1 plugin: 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.
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.
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.
Command
Show the superskillret daemon status (pid, socket, recent log). Run this to see whether the retrieval daemon is alive and working.
Command
Stop the superskillret daemon to free memory. It will lazy-start again on the next user prompt.
Hook
Runs when a session starts, executing bootstrap.sh via bash. From lotusroot-kim/superskillret.
Hook
Runs when you submit a prompt, before the agent sees it, executing retrieve.py. From lotusroot-kim/superskillret.