Local evidence retrieval (FlashRAG-style) for VCO/vibe: search protocols/config/skills docs and return citeable snippets with file+line anchors.
Use this skill when you need grounded, citeable evidence from local documentation/configuration to support VCO decisions or recommendations, especially for:
This skill is not a replacement for GitNexus (code dependency graph) or web search. It focuses on local docs and config.
~/.codex/skills/vibe/:
protocols/, config/, references/, scripts/router/~/.codex/skills/**/SKILL.md) for tool capability evidenceRun the evidence retriever script:
python C:\Users\羽裳\.codex\skills\flashrag-evidence\scripts\flashrag_evidence.py --query "…" --topk 8(Optional) Enable a faster FlashRAG-style BM25 backend (bm25s)
pwsh C:\Users\羽裳\.codex\skills\vibe\scripts\ruc-nlpir\preflight.ps1install-upstreams.ps1 auto-install path has been removed on purpose.C:\Users\羽裳\.codex\_external\ruc-nlpir\.venv\Scripts\python.exe C:\Users\羽裳\.codex\skills\flashrag-evidence\scripts\flashrag_evidence.py --engine bm25s --query "…" --topk 8Use the returned snippets as P5 evidence:
If coverage is low:
--roots to include the project workspace--topkrg -n on the most likely file(s)The script prints ranked evidence items:
path + line (1-based) for quick navigationscore for rankingsnippet (short, safe to quote)