ドキュメント

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.

最終更新: 2026年4月17日

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 <command>

一般的なコマンド

# スキルをインストールする
npx killer-skills add owner/repo

# インストール済みのスキルをリストする
npx killer-skills list

# スキルを検索する
npx killer-skills search "image"

オプション 2: グローバルインストール

Killer-Skills を頻繁に使用する場合、便利にするために CLI をグローバルにインストールできます。AIエージェントの開発に役立つツールです。

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.