본문으로 건너뛰기

Commands

모든 skillshare 명령어에 대한 전체 레퍼런스입니다.

무엇을 하고 싶으신가요?

하고 싶은 작업...명령어
skillshare를 처음 설정하기init
GitHub에서 skill 설치하기install
나만의 skill 만들기new
모든 AI CLI에 skill 동기화하기sync
동기화되지 않은 항목 확인하기status / diff
커뮤니티 skill 검색하기search
설치된 skill 업데이트하기checkupdate
skill을 제거하지 않고 임시로 숨기기enable / disable
git으로 변경사항 저장 또는 동기화하기commit / push / pull
모든 도구에 대해 MCP 서버를 한 번에 설정하기mcp
지원되는 도구 전반에서 완전한 plugin 관리하기plugin
skill이 아닌 리소스(rules, commands) 관리하기extras
단일 파일 .md agent 관리하기대부분의 명령어가 agents 또는 --kind agent를 지원합니다 — Agents 참고
어떤 skill이 가장 많은 context 토큰을 사용하는지 확인하기analyze
문제 해결하기doctor
셸에서 탭 완성 활성화하기completion
웹 대시보드 열기ui

개요

카테고리명령어
Coreinit, install, uninstall, list, search, sync, status
Skill Managementnew, check, update, upgrade, enable, disable
MCP Connectionsmcp (add, edit, import, list, remove, restore), sync mcp
Plugin Managementplugin (list, discover, add, import, inspect, sync, check, update, enable, disable, remove)
Target Managementtarget, diff
Extras Managementextras (init, list, remove, collect)
Sync Operationscollect, backup, restore, trash, commit, push, pull
Security & Utilitiesanalyze, audit, hub, log, doctor, tui, ui, completion, version

Core Commands

명령어설명
init최초 설정
install저장소 또는 경로에서 skill 추가
uninstallskill 제거
list모든 skill 목록 표시
searchskill 검색
sync모든 target으로 skill 전송
status동기화 상태 표시

Skill Management

명령어설명
new새 skill 생성
check사용 가능한 업데이트 확인
updateskill 또는 tracked 저장소 업데이트
upgradeCLI 또는 built-in skill 업그레이드
enable / disableskill을 임시로 활성화/비활성화

Target Management

명령어설명
targettarget 관리
diffSource와 target 간 차이 표시

Extras Management

명령어설명
extrasskill이 아닌 리소스(rules, commands, prompts) 관리

MCP and Plugins

명령어설명
mcpMCP 서버를 한 번 정의하고 각 도구의 네이티브 설정에 동기화
plugin완전한 plugin을 설치하고 어떤 도구가 받을지 선택

Sync Operations

명령어설명
collecttarget에서 source로 skill 수집
backuptarget 백업 생성
restore백업에서 target 복원
trashtrash에 있는 제거된 skill 관리
commitpush 없이 로컬 git commit 생성
pushgit remote에 commit 및 push
pullgit remote에서 pull 후 동기화

Security & Utilities

명령어설명
analyzecontext window 사용량 분석
audit보안 위협에 대해 skill 스캔
log작업 및 audit 로그 확인
doctor문제 진단
tui대화형 TUI 모드 전환
ui웹 대시보드 실행
hubskill hub 소스 관리
completion셸 completion 스크립트 생성
versionCLI 버전 표시

Common Flags

대부분의 명령어가 다음을 지원합니다:

Flag설명
--dry-run, -n변경 없이 미리보기
--help, -h도움말 표시

Quick Reference

# Setup
skillshare init
skillshare init --remote [email protected]:you/skills.git

# Install skills
skillshare install anthropics/skills/skills/pdf
skillshare install github.com/team/skills --track

# Create skill
skillshare new my-skill

# Sync
skillshare sync
skillshare sync --dry-run

# Git checkpoints / cross-machine
skillshare commit -m "Update skill"
skillshare push -m "Add skill"
skillshare pull

# Status
skillshare status
skillshare list
skillshare diff

# Enable/disable skills
skillshare disable draft-*
skillshare enable draft-*

# Maintenance
skillshare update --all
skillshare analyze
skillshare audit
skillshare log
skillshare doctor
skillshare backup

# TUI preferences
skillshare tui # Show current status
skillshare tui off # Disable interactive TUI
skillshare tui on # Re-enable TUI

# Web UI
skillshare ui
skillshare ui -p # Project mode

# Hub
skillshare hub list
skillshare hub add https://hub.example.com/index.json

# Check for updates
skillshare check

# Trash management
skillshare trash list
skillshare trash restore my-skill

# Shell completion
skillshare completion bash --install
skillshare completion zsh --install

# Version
skillshare version