ドキュメント

Guide

クイックスタート

クイックスタート: follow step-by-step installation for AI agent skills in Cursor, Claude Code, VS Code, and more.

最終更新: 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.

インストール不要の使用方法

Killer-Skills を使用する最速の方法は、npx を使用することです。グローバルに何かをインストールする必要はありません。

スキルを実行する

npx killer-skills add owner/repo

このコマンドは:

  1. レジストリからスキルをダウンロードします
  2. 現在の IDE (Cursor、VS Code など) に対してスキルを設定します
  3. 以上です! これでスキルを使用できます。

インタラクティブモード

何をすればよいのかわからない場合は、次のコマンドを実行してください:

npx killer-skills

これにより、スキルを参照および管理できるインタラクティブメニューが起動します。AIエージェントのスキルを管理する際に便利です。