From envicon-workflow
Ingest EDR PDFs from a Phase 1 project Raw/ folder into a LightRAG knowledge graph index. Use for on-demand EDR document ingestion before Scout/Researcher work. Requires OPENAI_API_KEY.
How this skill is triggered — by the user, by Claude, or both
Slash command
/envicon-workflow:lightrag-ingestThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
On-demand ingestion of EDR PDFs into a per-project LightRAG index. **Run manually** to control API credit usage.
On-demand ingestion of EDR PDFs into a per-project LightRAG index. Run manually to control API credit usage.
envicon-setup or verify Python deps:
pip install -r ${CLAUDE_PLUGIN_ROOT}/scripts/lightrag/requirements.txt
OPENAI_API_KEY in .env or environment (LightRAG embeddings + LLM).Raw/:
Projects/<name>/Raw/YourEDRReport.pdf
python ${CLAUDE_PLUGIN_ROOT}/scripts/lightrag/ingest.py "Projects/<name>"
Use an absolute path to the project folder if not cwd-relative.
Index written to:
Projects/<name>/.lightrag/
This directory is gitignored. Re-run ingest after swapping the EDR PDF.
Use lightrag-query to search the corpus, or feed results into Obsidian EDR hit notes.
Raw/ (Phase 1 convention).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.