Envicon workflow skills: OpenSpec, Obsidian vaults, and LightRAG for Phase 1 EDR work
Verify prerequisites for Envicon workflow plugins (OpenSpec CLI, Node, Python, LightRAG deps). Use when onboarding a new machine or troubleshooting missing tools before running workflow skills.
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.
Query a LightRAG index built from ingested EDR documents. Use when searching EDR corpus for sites, contaminants, or regulatory records during Phase 1 research.
Guide PE review of drafted Phase 1 sections in Obsidian and export to docx via Pandoc. Use when reviewing report drafts, filling placeholders, or preparing final export.
Set up or explain the Phase 1 Obsidian vault structure (LegalVault, TemplateVault, Projects, EDR hits, dashboard transclusion). Use when starting a new Phase 1 project, initializing vault folders, or answering vault layout questions.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Org-shareable Claude Code marketplace bundling:
/plugin marketplace add shivansh-dutta/envicon-workflow-plugin
/plugin install envicon-workflow@envicon-workflow
/plugin install claude-mem@envicon-workflow
# OpenSpec
npm install -g @fission-ai/openspec@latest
# LightRAG Python deps
pip install -r plugins/envicon-workflow/scripts/lightrag/requirements.txt
Set OPENAI_API_KEY for LightRAG scripts. Claude Code and Node.js are required for claude-mem.
In any repo where you use these skills:
openspec init --tools claude
| Task | Skill |
|---|---|
| Check tooling | /envicon-workflow:envicon-setup |
| Explore an idea | /envicon-workflow:openspec-explore |
| Propose a change | /envicon-workflow:openspec-propose |
| Implement tasks | /envicon-workflow:openspec-apply-change |
| Archive change | /envicon-workflow:openspec-archive-change |
| New Phase 1 vault | /envicon-workflow:obsidian-vault-setup |
| PE review / export | /envicon-workflow:obsidian-report-review |
| Index EDR PDF | /envicon-workflow:lightrag-ingest |
| Search EDR corpus | /envicon-workflow:lightrag-query |
| Compress context | /compact (claude-mem auto-injects memory) |
/plugin marketplace update envicon-workflow
/plugin update envicon-workflow@envicon-workflow
/plugin update claude-mem@envicon-workflow
claude plugin validate .
cc --plugin-dir ./plugins/envicon-workflow
Test marketplace install:
/plugin marketplace add C:\path\to\envicon-workflow-plugin
/plugin install envicon-workflow@envicon-workflow
Add to managed settings so the marketplace auto-registers:
{
"extraKnownMarketplaces": {
"envicon-workflow": {
"source": { "source": "github", "repo": "shivansh-dutta/envicon-workflow-plugin" }
}
},
"enabledPlugins": {
"envicon-workflow@envicon-workflow": true,
"claude-mem@envicon-workflow": true
}
}
If strictKnownMarketplaces is enabled, add shivansh-dutta/envicon-workflow-plugin to the allowlist.
Add to shared repos' .claude/settings.json:
{
"extraKnownMarketplaces": {
"envicon-workflow": {
"source": { "source": "github", "repo": "shivansh-dutta/envicon-workflow-plugin" }
}
},
"enabledPlugins": {
"envicon-workflow@envicon-workflow": true,
"claude-mem@envicon-workflow": true
}
}
Bump version in both:
plugins/envicon-workflow/.claude-plugin/plugin.json.claude-plugin/marketplace.json (envicon-workflow entry)Re-pin claude-mem ref in marketplace.json for org-wide memory updates.
npx claudepluginhub shivansh-dutta/envicon-workflow-plugin --plugin envicon-workflowCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,640 supported skills.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.