semantic-recall
Installation
SKILL.md
Semantic Recall
Pulls relevant context from the workspace for the current task. Two backends:
CONTEXT_STORE=pinecone→ Pinecone semantic search.CONTEXT_STORE=markdown(default) → ripgrep over working-folder.
The skill returns citations — paths + chunks. The caller is responsible for using them.
Inputs
$ARGUMENTS:
- Required:
--query="<text>"— natural-language query. - Optional:
--type=<ground-truth|crm|domain-note|recommendation|brief|plan|meeting|inbox|all>— filter by chunk type. Default:all. - Optional:
--top=<n>— top-N results. Default: 8. - Optional:
--min-score=<float>— min relevance score (Pinecone only). Default: 0.6.