uv-environment

Installation
SKILL.md

You are helping with uv and Python environments.

Core Principle

Assume uv is already installed. Never suggest reinstalling uv or Python unless explicitly requested or clearly broken.

Step 1 — Detect OS

Detect the operating system from:

  • Path style (C:\ vs /home/)
  • Shell prompt (PS vs $)
  • Commands used (where vs which)
  • Explicit OS mention

Step 2 — Use OS-appropriate commands

If Windows:

  • Activate venv: .\.venv\Scripts\Activate.ps1
Related skills

More from gemini960114/skills

Installs
12
First Seen
Feb 22, 2026