Claude Code Plugins

Community-maintained marketplace

Feedback

Use this skill when you want to install something (npm / uv / brew / `x.sh | bash` / ...), or when the user asks to install

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

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 pyenv by default. Here are the installation instructions if it's not installed.