·uv-scripts
</>

uv-scripts

narumiruna/agent-skills

uv を使用してスタンドアロン Python スクリプトを実行または作成する場合、特に Python バージョンを選択する場合、1 回限りの依存関係を追加する場合、プロジェクトなしモードを使用する場合、またはインライン スクリプト メタデータを埋め込む場合に使用します。

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

インストール

$npx skills add https://github.com/narumiruna/agent-skills --skill uv-scripts

SKILL.md

Overview Use uv run to execute standalone scripts with automatic dependency management. Prefer inline metadata for self-contained scripts and --no-project when you are inside a project but do not need project code.

| Run a script | uv run script.py | | Run module | uv run -m http.server 8000 | | Run from stdin | uv run - | | Here-doc | uv run - <<EOF ... EOF | | Skip project install | uv run --no-project script.py | | One-off deps | uv run --with requests --with rich script.py | | Pick Python | uv run --python 3.12 script.py |

| Init script metadata | uv init --script script.py --python 3.12 | | Add script deps | uv add --script script.py requests rich | | Lock script deps | uv lock --script script.py |

原文を見る

引用可能な情報

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

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

クイックアンサー

uv-scripts とは?

uv を使用してスタンドアロン Python スクリプトを実行または作成する場合、特に Python バージョンを選択する場合、1 回限りの依存関係を追加する場合、プロジェクトなしモードを使用する場合、またはインライン スクリプト メタデータを埋め込む場合に使用します。 ソース: narumiruna/agent-skills。

uv-scripts のインストール方法は?

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

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

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