By mahimailabs
Scan, audit, and safely clean Python virtual environments, node_modules, and development artifacts.
Discover and manage development environments across Python and JavaScript.
Find scattered .venv directories, Python caches, build artifacts, and more.
uvx envoic scan ~/projects
Find node_modules, build caches, and JavaScript artifacts.
npx envoic scan ~/projects
No install needed:
uvx envoic scan .
npx envoic scan .
Install permanently:
uv tool install envoic # Python
npm install -g envoic # JavaScript
envoic is available as an Agent Skill for coding agents:
| Tool | Auto-detected file | Notes |
|---|---|---|
| Cursor | .cursor/rules/envoic.mdc | Primary format (generated from skills/envoic/templates/cursor-rule-envoic.mdc) |
| Cursor (legacy) | .cursorrules | Compatibility fallback |
| GitHub Copilot | .github/copilot-instructions.md | Generated from skills/envoic/templates/copilot-instructions.md |
| GitHub Copilot (scoped) | .github/instructions/envoic.instructions.md | Path-scoped instruction file |
| OpenAI Codex | .agents/skills/envoic/SKILL.md | Symlink/copy of canonical skill |
| Claude Code | .claude-plugin/plugin.json + .claude-plugin/marketplace.json | Marketplace metadata + plugin manifest |
Install from marketplace in Claude Code:
/plugin marketplace add mahimailabs/envoic
Canonical skill source:
skills/envoic/
SKILL.md
agents/openai.yaml
references/
templates/
Sync generated adapter files after skill updates:
python3 scripts/sync-agent-instructions.py
Set an explicit release version when needed:
python3 scripts/sync-agent-instructions.py --version 0.1.0
If your environment does not support symlinks, copy skills/envoic/ into .agents/skills/envoic/.
Validate skill metadata and adapter drift:
python3 scripts/validate-skill.py
python3 scripts/sync-agent-instructions.py --check
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.
npx claudepluginhub mahimailabs/envoicSet up and validate environment configurations across environments
Check dependencies for known vulnerabilities, outdated packages, and license compliance
A caring skill pack for vibe coders. Encodes engineering discipline — refactor verification, minimal security audit, repo rot detection, AI-friendly docs, CI/CD basics, secrets lifecycle, project conventions, repo bloat diagnosis, and design-system unification — as a set of portable agent skills.
Codebase structural index — scan Python projects once, query the import graph for blast-radius and coupling before touching code — Python projects only
Reorganizes project structure by cleaning root clutter, creating logical folder hierarchies, and moving files to optimal locations. Tracks dependencies and fixes broken imports/paths. Use PROACTIVELY when project structure becomes unwieldy or needs architectural cleanup.
DevOps patterns: CI debugging, tech debt detection, own all failures