Virtualenv first
Use when running Python commands or installing Python dependencies. Prefer the project's virtual environment and avoid global or system-level Python when an isolated environment is available.From its SKILL.md
npx -y skills add gdebenedetti/skills --skill virtualenv-firstAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
0.8 KB, 132 tokens by cl100k_base, as published. Nobody here has run it
Virtualenv First
Use this skill for Python setup, installs, tests, linters, and app commands.
- Prefer the project's virtual environment (
.venv,venv, or the repo-documented env) forpython,pip,pytest, and CLI entrypoints. - Activate it or call binaries directly, for example
.venv/bin/pythonor.venv/bin/pytest. - Avoid global installs and global Python unless the task explicitly requires system scope or no project environment exists.
- If no environment exists, create one before installing Python dependencies.
- When documenting commands, show the virtualenv-aware form first.
What ships with it: 1 file
213 B alongside SKILL.md
agents/
- openai.yaml213 B