Documentación

Guide

Uso e Instalación

Install AI agent skills with npx, verify IDE-native files for Cursor, Claude Code, VS Code, and move into trusted collections and workflow solutions.

Última actualización: 17 abr 2026

Install Bridge

Move From Discovery Into CLI Action and Validation

Installation docs should not stop at command syntax. They should carry users from curated discovery into CLI action, install validation, and the next trusted surfaces.

Post-Install Validation Checklist

  1. 1. Run `npx killer-skills add owner/repo` and confirm the CLI writes the IDE-native skill format instead of a generic fallback.
  2. 2. Use `npx killer-skills list` or the CLI page to verify the skill is now present in your environment.
  3. 3. Open one trusted collection or workflow page to decide what to install next instead of browsing the full directory blindly.

Opción 1: Zero-Instalación (Recomendada)

Recomendamos utilizar npx para ejecutar Killer-Skills bajo demanda. Esto garantiza que siempre utilice la versión más reciente y mantiene su espacio de nombres global limpio.

npx killer-skills <comando>

Comandos comunes

# Instalar una habilidad
npx killer-skills add owner/repo

# Listar habilidades instaladas
npx killer-skills list

# Buscar habilidades
npx killer-skills search "imagen"

Opción 2: Instalación global

Si utiliza Killer-Skills con frecuencia, puede instalar la CLI globalmente para mayor comodidad.

npm install -g killer-skills

Verificar instalación

killer-skills --version
Next-Step Paths

Installation Is the Start of a Trusted Usage Path

After installation, the next move should not be random browsing again. Continue into collections, solution pages, and CLI guidance so a one-off install becomes a reusable team path.