Loading...
Loading...
Semantic skill discovery and routing using GraphRAG, vector embeddings, and multi-tool search. Automatically matches user intent to the most relevant skills from 144+ available options using ck semantic search, LEANN RAG, and knowledge graph relationships. Triggers on /meta queries, complex multi-domain tasks, explicit skill requests, or when task complexity exceeds threshold (files>20, domains>2, complexity>=0.7).
npx skill4agent add zpankz/mcp-skillset skill-rag-routerck --semck --hybrid/meta# Explicit invocation
/meta [query]
# Examples
/meta "optimize prompts for RAG pipeline"
/meta "debug authentication flow"
/meta "refactor legacy codebase"# Semantic search for skills
ck --sem "[query]" ~/.claude/skills/ --jsonl --top-k 5
# Hybrid search (semantic + keyword)
ck --hybrid "[query]" ~/.claude/skills/ --threshold 0.6
# Index skills
ck --index ~/.claude/skills/ --model bge-small --quietscripts/index-skills.shscripts/router.shscripts/suggest-skills.sh