agentsclimarketplace

Virtualenv first

Skill gdebenedetti/skills/skills/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

Install
npx -y skills add gdebenedetti/skills --skill virtualenv-first

Assembled 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) for python, pip, pytest, and CLI entrypoints.
  • Activate it or call binaries directly, for example .venv/bin/python or .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/

Keep looking

Skills are one crate of 326,852. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.