← スキル一覧に戻る
name: install
description: Use this skill when you want to install something (npm / uv / brew /

install
by hibukki
⭐ 1🍴 0📅 2026年1月25日
SKILL.md
name: install
description: Use this skill when you want to install something (npm / uv / brew / x.sh | bash / ...), or when the user asks to install
Install skill
Option 1: Installing something in npm / uv / and so on
Use the command line (e.g npm install), don't change the package file directly (e.g package.json)
Option 2: Installing new software on the computer
Check what are the recent installation instructions for this software, e.g https://docs.astral.sh/uv/getting-started/installation/ to check how to install uv, from the OFFICIAL website not a blog post or so.
Don't default to brew or to installation instructions you memorized, but rather check what is the latest recommended way to install.
Option 3: Installing python versions specifically
Use uv python install. Here are the official docs.
# Install a Python version
uv python install 3.12
# Install multiple versions
uv python install 3.10 3.11 3.12
# List installed versions
uv python list --only-installed
# Pin a version for the current project
uv python pin 3.12
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です