Documentation

Guide

Utilisation et Installation

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

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.

Option 1 : Installation sans téléchargement (Recommandée)

Nous recommandons d'utiliser npx pour exécuter Killer-Skills à la demande. Cela garantit que vous utilisez toujours la dernière version et maintient votre espace de noms global propre.

npx killer-skills <command>

Commandes courantes

# Installer un agent IA (ou un outil IA) comme une compétence
npx killer-skills add owner/repo

# Lister les compétences installées
npx killer-skills list

# Rechercher des compétences
npx killer-skills search "image"

Option 2 : Installation globale

Si vous utilisez fréquemment Killer-Skills, vous pouvez installer la CLI globalement pour plus de commodité.

npm install -g killer-skills

Vérifier l'installation

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.