skill-retrieval-gate
Installation
SKILL.md
Skill Retrieval Gate
Goal
Use this skill to decide whether the current task should query memory_search before following another skill or workflow.
This skill is for retrieval judgment, not mandatory retrieval.
Core rule
Do not make every skill query memory first.
Instead:
- Judge whether the task depends on local knowledge or history
- Retrieve only when that dependency is real
- Load only a few high-signal results
- Fall back immediately if retrieval is weak, unavailable, or unnecessary