문서

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 <명령어>

일반 명령어

# 인공지능 에이전트를 설치합니다
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.