- detect tainted .venv folders: custom files and folders inside .venv, using .venv as multi-python base dir, etc. should lead to a warning, as it shows that `uv` is not fully embraced in that project. - detect default packages for skills in main uv: - requests or httpx - python-dotenv - pydantic v2+ - pytest - pyyaml - tomllib or tomli - mcp - support `SCRIPTS_DIR` (default: `'scripts/'`), `SCRIPTS_STORE` (default: `'/tmp/'`) and `SCRIPTS_UV` (default: `''`) env vars? - detect if project itself is a python project, or uv is there to be used by the agent. - detect uv pins (uv.toml, pyproject.toml, pip requirements) - detect justfiles, makefiles, misefiles -