From envicon-workflow
Query a LightRAG index built from ingested EDR documents. Use when searching EDR corpus for sites, contaminants, or regulatory records during Phase 1 research.
How this skill is triggered — by the user, by Claude, or both
Slash command
/envicon-workflow:lightrag-queryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search an ingested EDR corpus. Requires prior `lightrag-ingest` on the same project.
Search an ingested EDR corpus. Requires prior lightrag-ingest on the same project.
python ${CLAUDE_PLUGIN_ROOT}/scripts/lightrag/query.py "Projects/<name>" "your question here"
# Hybrid mode (default) — best for most EDR searches
python .../query.py "Projects/<name>" "UST releases within 500 ft" --mode hybrid
# JSON output for structured downstream use
python .../query.py "Projects/<name>" "NPL sites downgradient" --json
Modes: naive, local, global, hybrid, mix.
Format query hits as EDR notes using obsidian-vault-setup template in EDR_Database_Hits/.
Projects/<name>/.lightrag/) before querying.--mode hybrid for EDR database searches.npx claudepluginhub shivansh-dutta/envicon-workflow-plugin --plugin envicon-workflowCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.