Option 1: Zero-Install (Recommended)
We recommend using npx to run Killer-Skills on demand. This ensures you always use the latest version and keeps your global namespace clean.
npx killer-skills <command>
Common Commands
# Install a skill
npx killer-skills install pdf-compressor
# List installed skills
npx killer-skills list
# Search for skills
npx killer-skills search "image"
Option 2: Global Installation
If you use Killer-Skills frequently, you can install the CLI globally for convenience.
npm install -g killer-skills
Verify Installation
killer-skills --version