새로운 slash command를 만든다
Creates new Claude Code slash commands with proper file structure and configuration.
/plugin marketplace add wonjiko/claude-toymarket/plugin install matryoshka-plugin@claude-toymarketcommand 이름과 설명새로운 Claude Code slash command를 생성한다.
/matryoshka-plugin:create-command [name] [description]
$ARGUMENTS
~/.claude/plugins/marketplaces/claude-plugins-official/plugins/ 에서 기존 command 예시 확인commands/[name].md 생성---
description: [한 줄 설명]
argument-hint: [인자 힌트]
allowed-tools: ["Read", "Write", ...]
---
# [Command Name]
[상세 설명]
## 사용법
[사용 예시]
## 프로세스
[단계별 동작]
| 필드 | 설명 |
|---|---|
| description | command 설명 (트리거 조건) |
| argument-hint | 인자 힌트 (선택) |
| allowed-tools | 사용 가능한 도구 목록 |
생성된 command 파일 경로와 내용 요약을 출력한다.
/create-commandCreate a new command following existing patterns and organizational structure