uv-priorityPrioritize uv over pip for all Python package management and execution. When running ANY Python command or CLI tool (python, dbt, pytest, etc.), MUST wrap wi...
Install via ClawdBot CLI:
clawdbot install marcoracer/uv-priorityGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/marcoracer/uv-priorityAudited Apr 18, 2026 · audit v1.0
Generated Mar 22, 2026
A data team uses dbt for SQL transformations in a cloud data warehouse. The skill ensures all dbt commands (run, debug, deps) are executed via uv run, maintaining consistent environment management and dependency isolation across development and CI/CD pipelines, preventing conflicts with system Python installations.
A startup builds a FastAPI backend for a SaaS product. The skill mandates uv add for installing dependencies like fastapi and uvicorn, and uv run for running the application and tests, streamlining setup and ensuring reproducible environments across team members and deployment stages.
A data science team develops ML models using libraries like scikit-learn and tensorflow. The skill enforces uv add for package installation and uv run for executing training scripts, facilitating dependency management and reducing environment-related errors in collaborative projects and production deployments.
A software engineering team integrates linters and formatters like ruff and black into their workflow. The skill promotes using uvx for these external tools to avoid polluting project dependencies, while allowing uv run if already configured, ensuring consistent code style checks without interfering with core development.
A QA team sets up automated testing with pytest for a web application. The skill requires uv run pytest for tests that import project modules, ensuring test execution occurs within the correct virtual environment, which improves reliability and speeds up CI/CD processes by isolating dependencies.
A company offers a cloud-based data transformation service using dbt. By integrating this skill, they standardize Python tool execution across customer environments, reducing support costs and enhancing reliability through consistent dependency management, which can be monetized via premium support tiers.
A consultancy provides Python development and data engineering services. Adopting this skill allows them to deliver projects with reproducible environments, minimizing setup issues and client downtime, leading to higher client satisfaction and repeat business through efficient project delivery.
An organization maintains open source Python tools like linters or frameworks. By promoting this skill in their documentation, they encourage users to manage dependencies with uv, reducing installation errors and support requests, which can drive donations or sponsorship revenue.
💬 Integration Tip
Always check existing project commands before applying uv run or uvx to maintain consistency, and use uvx for external tools like linters to keep project dependencies clean.
Scored Apr 19, 2026
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Runs shell commands inside a dedicated tmux session named claw, captures, and returns the output, with safety checks for destructive commands.
Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
Generate or refine agent-usable CLIs for existing software/codebases using the CLI-Anything methodology. Use when the user wants to turn a GUI app, desktop t...
Command-line tool to manage Google Workspace services including Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, and Keep.
Avoid common Bash mistakes — quoting traps, word splitting, and subshell gotchas.