From envoic
Scan, audit, and clean up Python virtual environments (.venv, conda), node_modules, and development artifacts consuming disk space. Use when the user mentions disk space, environment cleanup, stale venvs, node_modules bloat, project cleanup, broken environments, dangling symlinks, or asks about disk usage from development tools. Also use when encountering ENOSPC errors, slow installs from cache bloat, or when onboarding into a project and needing to verify environment health.
How this skill is triggered — by the user, by Claude, or both
Slash command
/envoic:envoicThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use envoic to discover and safely clean Python virtual environments, `node_modules`, and development artifacts.
agents/openai.yamlreferences/commands.mdreferences/safety.mdreferences/troubleshooting.mdtemplates/claude-marketplace.jsontemplates/claude-plugin.jsontemplates/claude-plugins.yamltemplates/copilot-instructions.mdtemplates/copilot-repo.instructions.mdtemplates/cursor-rule-envoic.mdctemplates/cursor.cursorrulesUse envoic to discover and safely clean Python virtual environments, node_modules, and development artifacts.
uvx envoic scan .
uvx envoic manage . --dry-run
npx envoic scan . --deep
If uvx is unavailable, install Python package with pip install envoic.
If npx is unavailable, install JS package with npm install -g envoic.
uvx envoic info .venv (or npx envoic info node_modules).uvx envoic scan <root> --deep and/or npx envoic scan <root> --deep.manage --dry-run, then actual cleanup only after confirmation.--dry-run before destructive operations.See full policy in references/safety.md.
references/commands.mdreferences/safety.mdreferences/troubleshooting.md.agents/skills/envoic/SKILL.md (symlink/copy of this skill).cursorrules (generated adapter).github/copilot-instructions.md (generated adapter).claude-plugin/plugins.yaml (generated adapter)npx claudepluginhub mahimailabs/envoicIdentifies and cleans disk hogs like Rust target/, node_modules, Python venvs, git garbage, Docker images, Homebrew caches, and hidden temps. Use when disk space is low or full.
Cross-drive storage audit and cleanup. Surveys all drives, finds orphaned git worktrees, large AI tool caches, and build artifacts. Produces a prioritized action plan with migration commands.
Manages Python virtual environments using venv, Poetry, Pipenv, pyenv; handles dependencies, resolves conflicts, automates project setup, and troubleshoots issues.