monol-plugin-scout 2.0.1 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "monol-plugin-scout",
3
+ "version": "2.0.3",
4
+ "description": "Claude Code 플러그인 마켓플레이스 모니터링 및 추천 에이전트",
5
+ "author": "Kent",
6
+ "commands": "monol-plugin-scout-pkg/commands/",
7
+ "skills": "monol-plugin-scout-pkg/skills/"
8
+ }
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  description: 설치된 플러그인 보안 및 업데이트 점검
3
- use_when:
4
- - 사용자가 플러그인 보안을 점검하고 싶을 때
5
- - 업데이트 가능한 플러그인을 확인하고 싶을 때
3
+ argument-hint: "[--security | --updates]"
4
+ allowed-tools: [Read, Glob, Bash, WebFetch]
6
5
  ---
7
6
 
8
7
  # /scout audit - 보안 및 업데이트 점검
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  description: 미사용 플러그인 정리 제안
3
- use_when:
4
- - 사용자가 플러그인 정리를 원할 때
5
- - 오래된 미사용 플러그인을 찾고 싶을 때
3
+ argument-hint: "[--dry-run | --force]"
4
+ allowed-tools: [Read, Glob, Bash, AskUserQuestion]
6
5
  ---
7
6
 
8
7
  # /scout cleanup - 미사용 플러그인 정리
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  description: 플러그인 비교표 생성
3
- use_when:
4
- - 사용자가 플러그인을 비교하고 싶을 때
5
- - 어떤 플러그인을 선택할지 고민할 때
3
+ argument-hint: "<plugin1> <plugin2> [plugin3]"
4
+ allowed-tools: [Read, Glob, Grep, WebFetch]
6
5
  ---
7
6
 
8
7
  # /scout compare - 플러그인 비교
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  description: 마켓플레이스 카테고리별 탐색
3
- use_when:
4
- - 사용자가 마켓플레이스를 둘러보고 싶을 때
5
- - 특정 카테고리 플러그인을 찾고 싶을 때
3
+ argument-hint: "[category | --search <keyword>]"
4
+ allowed-tools: [Read, Glob, WebFetch, AskUserQuestion]
6
5
  ---
7
6
 
8
7
  # /scout explore - 마켓플레이스 탐색
@@ -1,8 +1,7 @@
1
1
  ---
2
2
  description: 플러그인 포크 및 커스터마이징
3
- use_when:
4
- - 사용자가 플러그인을 커스터마이징하고 싶을 때
5
- - 기존 플러그인을 복사해서 수정하고 싶을 때
3
+ argument-hint: "<source-plugin> <new-name> [--local]"
4
+ allowed-tools: [Read, Write, Bash, Glob]
6
5
  ---
7
6
 
8
7
  # /scout fork - 플러그인 포크
@@ -1,10 +1,7 @@
1
1
  ---
2
2
  description: 플러그인 마켓플레이스 스캔 및 추천
3
- use_when:
4
- - 사용자가 "플러그인", "추천", "마켓플레이스" 등을 언급할 때
5
- - 프로젝트에 맞는 플러그인을 찾고 싶을 때
6
- - 새 프로젝트를 시작할 때
7
- skills: plugin-evaluation
3
+ argument-hint: "[--quick | --category <cat> | compare | cleanup | explore | audit | fork]"
4
+ allowed-tools: [Read, Glob, Grep, Bash, WebFetch, AskUserQuestion]
8
5
  ---
9
6
 
10
7
  # /scout - 플러그인 마켓플레이스 스캔 및 추천
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monol-plugin-scout",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Claude Code 플러그인 마켓플레이스 모니터링 및 추천 에이전트",
5
5
  "author": "Kent",
6
6
  "license": "MIT",