monol-plugin-scout 2.0.2 → 2.0.4
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.
- package/.claude-plugin/plugin.json +3 -2
- package/monol-plugin-scout-pkg/commands/audit.md +2 -3
- package/monol-plugin-scout-pkg/commands/cleanup.md +2 -3
- package/monol-plugin-scout-pkg/commands/compare.md +2 -3
- package/monol-plugin-scout-pkg/commands/explore.md +2 -3
- package/monol-plugin-scout-pkg/commands/fork.md +2 -3
- package/monol-plugin-scout-pkg/commands/scout.md +2 -5
- package/monol-plugin-scout-pkg/hooks/hooks.json +3 -0
- package/monol-plugin-scout-pkg/plugin.json +3 -2
- package/package.json +1 -1
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monol-plugin-scout",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "Claude Code 플러그인 마켓플레이스 모니터링 및 추천 에이전트",
|
|
5
5
|
"author": "Kent",
|
|
6
6
|
"commands": "monol-plugin-scout-pkg/commands/",
|
|
7
|
-
"skills": "monol-plugin-scout-pkg/skills/"
|
|
7
|
+
"skills": "monol-plugin-scout-pkg/skills/",
|
|
8
|
+
"hooks": "monol-plugin-scout-pkg/hooks/"
|
|
8
9
|
}
|
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: 플러그인 마켓플레이스 스캔 및 추천
|
|
3
|
-
|
|
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 - 플러그인 마켓플레이스 스캔 및 추천
|