Documentation
README
rag-deep-dive β search + fetch + find similar
When to use this skill
Trigger this skill when the user asks something that needs breadth AND depth:
- "How does X work end-to-end?"
- "Walk me through the authentication flow"
- "Explain the ingestion pipeline"
- "Give me the full picture on X"
- "How is X implemented across our services?"
- Any question where a 500-char snippet is obviously not enough
Do NOT trigger for:
- Simple factual lookups ("what port does X use") β
rag-check-firstalone is enough - User explicitly wants a short answer ("TL;DR", "one-liner")
- Time-sensitive triage where speed matters more than depth
What this skill commits to
The agent runs a 3-tool chain in a fixed order:
This is the opening of the README. Read the full README on GitHub.