Auto Uv Env
Description
Automatic UV-based Python virtual environment management for seamless project workflows
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
auto-uv-env 🐍
[](https://opensource.org/licenses/MIT) [](https://github.com/astral-sh/uv)
Automatic UV-based Python virtual environment management for your shell.
`auto-uv-env` watches directory changes, discovers the nearest `pyproject.toml`, creates a project-local virtual environment with `uv`, and activates/deactivates it automatically.
Architecture Overview
+-------------------------+ --check-safe +-------------------------+
| shell hook |------------------------>| auto-uv-env |
| bash/zsh/fish adapter |<------------------------| directive producer |
+------------+------------+ KEY=VALUE lines +------------+------------+
| |
| applies directives | reads pyproject.toml
v | validates venv name
+------+--------------------------+ |
| source/deactivate virtualenv | |
| uv python install / uv venv |<-----------------------+
+---------------------------------+
Quick Start
1) Install UV
curl -LsSf https://astral.sh/uv/install.sh | sh
2) Install auto-uv-env
Installer script:
curl -LsSf https://auto-uv-env.ashwch.com/install.sh | sh
Homebrew:
brew tap ashwch/tap
brew install auto-uv-env
3) Add shell integration
Zsh (`~/.zshrc`):
source $(brew --prefix)/share/auto-uv-env/auto-uv-env.zsh
# or: source /usr/local/share/auto-uv-env/auto-uv-env.zsh
Bash (`~/.bashrc`):
source $(brew --prefix)/share/auto-uv-env/auto-uv-env.bash
# or: source /usr/local/share/auto-uv-env/auto-uv-env.bash
Fish (`~/.config/fish/config.fish`):
source (brew --prefix)/sh
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development