·python-packaging-uv
</>

python-packaging-uv

Use when building or publishing Python packages with uv, including dist artifacts and pre-publish checks.

11Installs·3Trend·@narumiruna

Installation

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

How to Install python-packaging-uv

Quickly install python-packaging-uv 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-packaging-uv
  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 build and publish commands to produce wheels/sdists and ship to PyPI. Core principle: build, verify, then publish.

| Build wheel+sdist | uv build | | Build wheel only | uv build --no-sources | | Publish to PyPI | uv publish --token $PYPITOKEN | | Publish to Test PyPI | uv publish --publish-url https://test.pypi.org/legacy/ --token $TESTPYPITOKEN |

Use when building or publishing Python packages with uv, including dist artifacts and pre-publish checks. 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-packaging-uv Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/narumiruna/telegram-bot --skill python-packaging-uv
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-packaging-uv?

Use when building or publishing Python packages with uv, including dist artifacts and pre-publish checks. Source: narumiruna/telegram-bot.

How do I install python-packaging-uv?

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-packaging-uv 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