bundled/skills/flashrag-evidence/SKILL.md
Local evidence retrieval (FlashRAG-style) for VCO/vibe: search protocols/config/skills docs and return citeable snippets with file+line anchors.
npx skillsauth add foryourhealth111-pixel/vco-skills-codex flashrag-evidenceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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)development
Chunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines.
tools
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
tools
Spreadsheet toolkit (.xlsx/.csv). Create/edit with formulas/formatting, analyze data, visualization, recalculate formulas, for spreadsheet processing and analysis.
tools
High-performance CSV processing with xan CLI for large tabular datasets, streaming transformations, and low-memory pipelines.