Documentação

Guide

Uso e Instalação

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 atualização: 17 de abr. de 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.

Opção 1: Zero-Instalação (Recomendada)

Recomendamos usar npx para executar Killer-Skills sob demanda. Isso garante que você sempre use a versão mais recente e mantém seu namespace global limpo.

npx killer-skills <comando>

Comandos Comuns

# Instalar uma habilidade
npx killer-skills add owner/repo

# Listar habilidades instaladas
npx killer-skills list

# Pesquisar habilidades
npx killer-skills search "image"

Opção 2: Instalação Global

Se você usa Killer-Skills com frequência, pode instalar a CLI globalmente para conveniência.

npm install -g killer-skills

Verificar Instalação

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.