What is python-uv-project-setup?
Use when initializing a Python project or script, adding dependencies, or running commands with uv, especially to avoid pip install and direct python/pytest usage. Source: narumiruna/telegram-bot.
Use when initializing a Python project or script, adding dependencies, or running commands with uv, especially to avoid pip install and direct python/pytest usage.
Quickly install python-uv-project-setup AI skill to your development environment via command line
Source: narumiruna/telegram-bot.
Use uv for environments, dependency management, and command execution. Core principle: always install and run through uv, not pip/python directly.
| Initialize project | uv init | | Add dependency | uv add | | Add dev dependency | uv add --dev | | Run Python | uv run python | | Run pytest | uv run pytest | | Sync deps | uv sync |
If you are working with a script, still install with uv and run via uv:
Use when initializing a Python project or script, adding dependencies, or running commands with uv, especially to avoid pip install and direct python/pytest usage. Source: narumiruna/telegram-bot.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/narumiruna/telegram-bot --skill python-uv-project-setupUse when initializing a Python project or script, adding dependencies, or running commands with uv, especially to avoid pip install and direct python/pytest usage. Source: narumiruna/telegram-bot.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/narumiruna/telegram-bot --skill python-uv-project-setup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/narumiruna/telegram-bot