Documentation

Guide

Début Rapide

Début Rapide: follow step-by-step installation for AI agent skills in Cursor, Claude Code, VS Code, and more.

Dernière mise à jour: 17 avr. 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.

Utilisation sans installation

La façon la plus rapide d'utiliser Killer-Skills est via npx. Vous n'avez pas besoin d'installer quoi que ce soit de manière globale.

Exécuter une compétence

npx killer-skills add owner/repo

Cette commande fera :

  1. Télécharger la compétence à partir du registre
  2. La configurer pour votre IDE actuel (Cursor, VS Code, etc.)
  3. C'est tout ! Vous pouvez désormais utiliser la compétence.

Mode interactif

Vous ne savez pas quoi faire ? Exécutez simplement :

npx killer-skills

Ceci lance le menu interactif où vous pouvez parcourir et gérer les compétences, notamment les agents IA (ou outils IA) intégrés.