·python-uv-project-setup
</>

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.

9Installs·0Trend·@narumiruna

Installation

$npx skills add https://github.com/narumiruna/telegram-bot --skill python-uv-project-setup

How to Install python-uv-project-setup

Quickly install python-uv-project-setup AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/narumiruna/telegram-bot --skill python-uv-project-setup
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: narumiruna/telegram-bot.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/narumiruna/telegram-bot --skill python-uv-project-setup
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from narumiruna/telegram-bot

Quick answers

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.

How do I install python-uv-project-setup?

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

Where is the source repository?

https://github.com/narumiruna/telegram-bot