·python-uv-project-setup
</>

python-uv-project-setup

narumiruna/agent-skills

Python プロジェクトまたはスクリプトの初期化、依存関係の追加、または uv を使用したコマンドの実行時に、特に pip install や python/pytest の直接使用を回避するために使用します。

5インストール·0トレンド·@narumiruna

インストール

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

SKILL.md

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:

Python プロジェクトまたはスクリプトの初期化、依存関係の追加、または uv を使用したコマンドの実行時に、特に pip install や python/pytest の直接使用を回避するために使用します。 ソース: narumiruna/agent-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/narumiruna/agent-skills --skill python-uv-project-setup
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

python-uv-project-setup とは?

Python プロジェクトまたはスクリプトの初期化、依存関係の追加、または uv を使用したコマンドの実行時に、特に pip install や python/pytest の直接使用を回避するために使用します。 ソース: narumiruna/agent-skills。

python-uv-project-setup のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/narumiruna/agent-skills --skill python-uv-project-setup インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/narumiruna/agent-skills