youngryankim/superskillret-index-fullcontext
superskillret prebuilt index — full-context Prebuilt embedding index for the superskillret Claude Code plugin. Unlike the default index (which embeds only name + description), this build encodes the full skill body (name + description + body) up to max_seq_length=32768 tokens. Larger index, much higher recall on skills whose name/description don't capture every keyword in the body. Version: 1 Corpus: ThakiCloud/SKILLRET (train+test) Encoder: ThakiCloud/SkillRet-Embedding-0.6B… See the full description on the dataset page: https://huggingface.co/datasets/youngryankim/superskillret-index-fullcontext.
superskillret prebuilt index — full-context
Prebuilt embedding index for the superskillret Claude Code plugin.
Unlike the default index (which embeds only name + description), this build encodes the full skill body (name + description + body) up to max_seq_length=32768 tokens. Larger index, much higher recall on skills whose name/description don't capture every keyword in the body.
- Version: 1
- Corpus: `ThakiCloud/SKILLRET` (
train+test) - Encoder: `ThakiCloud/SkillRet-Embedding-0.6B`
- Skills indexed: 16783
- Embedding dim: 1024
- Encoded text:
name + description + body(truncated to 32768 tokens) - Normalized: yes (inner product = cosine similarity)
Files
Usage
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="youngryankim/superskillret-index-fullcontext",
repo_type="dataset",
local_dir="cache/",
)Downstream consumers should check VERSION against their cached copy before reusing local files.
