Документация

Guide

Использование и установка

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

Последнее обновление: 17 апр. 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.

Вариант 1: Без установки (Рекомендуется)

Мы рекомендуем использовать npx для запуска Killer-Skills по требованию. Это гарантирует, что вы всегда будете использовать последнюю версию и сохраните ваше глобальное пространство имен чистым.

npx killer-skills <команда>

Общие команды

# Установить навык
npx killer-skills add owner/repo

# Список установленных навыков
npx killer-skills list

# Поиск навыков
npx killer-skills search "image"

Вариант 2: Глобальная установка

Если вы часто используете Killer-Skills, вы можете установить CLI глобально для удобства.

npm install -g killer-skills

Проверка установки

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.