Handles the setup and validation of Python virtual environments across venv, virtualenv, and conda. You'd reach for this during project initialization, in CI pipelines, or when modernizing legacy codebases that need proper isolation. It checks for requirements.txt or pyproject.toml and validates Python version compatibility. Everything runs locally with no external transmission. Honestly, this is table stakes tooling that should probably be part of your standard workflow anyway, but having it codified as a reusable skill means you stop reinventing the same environment setup logic across projects. Most useful if you're constantly spinning up new Python projects or need consistent environment handling in automation.
npx -y skills add jorgealves/agent_skills --skill python-venv-manager --agent claude-codeInstalls into .claude/skills of the current project.
Setup and validate Python virtual environments (venv, virtualenv, conda). Use to ensure isolated dependencies and correct Python versions for projects.
sickn33/antigravity-awesome-skills
moizibnyousaf/ai-agent-skills
github/awesome-copilot