monol-plugin-scout 2.0.0
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/plugins/marketplace.json +12 -0
- package/.claude/plugins/monol-plugin-scout/CLAUDE.md +135 -0
- package/.claude/plugins/monol-plugin-scout/combos/full-review.yaml +33 -0
- package/.claude/plugins/monol-plugin-scout/combos/quick-commit.yaml +15 -0
- package/.claude/plugins/monol-plugin-scout/commands/audit.md +99 -0
- package/.claude/plugins/monol-plugin-scout/commands/cleanup.md +123 -0
- package/.claude/plugins/monol-plugin-scout/commands/compare.md +92 -0
- package/.claude/plugins/monol-plugin-scout/commands/explore.md +118 -0
- package/.claude/plugins/monol-plugin-scout/commands/fork.md +111 -0
- package/.claude/plugins/monol-plugin-scout/commands/scout.md +209 -0
- package/.claude/plugins/monol-plugin-scout/config.yaml +76 -0
- package/.claude/plugins/monol-plugin-scout/data/history.json +36 -0
- package/.claude/plugins/monol-plugin-scout/data/usage.json +49 -0
- package/.claude/plugins/monol-plugin-scout/overrides/code-review/override.md +21 -0
- package/.claude/plugins/monol-plugin-scout/plugin.json +8 -0
- package/.claude/plugins/monol-plugin-scout/skills/plugin-evaluation.md +227 -0
- package/CHANGELOG.md +41 -0
- package/README.md +115 -0
- package/docs/DEV_LOG.md +115 -0
- package/docs/FEATURE_SPEC.md +284 -0
- package/docs/SKILL.md +227 -0
- package/docs/TEST_RESULTS.md +155 -0
- package/docs/USER_GUIDE.md +364 -0
- package/docs/references/license-compatibility.md +58 -0
- package/docs/references/scoring-methodology.md +73 -0
- package/docs/references/security-checklist.md +91 -0
- package/docs/scripts/fetch-plugin-metadata.sh +61 -0
- package/examples/basic-usage.md +124 -0
- package/package.json +31 -0
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
# Plugin Scout 기본 사용 예제
|
|
2
|
+
|
|
3
|
+
## 예제 1: 프로젝트 스캔 및 추천
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
사용자: 플러그인 추천해줘
|
|
7
|
+
|
|
8
|
+
Plugin Scout: 프로젝트를 분석 중...
|
|
9
|
+
|
|
10
|
+
📊 Plugin Scout Report
|
|
11
|
+
|
|
12
|
+
프로젝트: TypeScript + React + Node.js
|
|
13
|
+
설치된 플러그인: 2개 (commit-commands, code-review)
|
|
14
|
+
|
|
15
|
+
추천 플러그인:
|
|
16
|
+
1. typescript-lsp (93점) - TS/JS 코드 인텔리전스
|
|
17
|
+
2. sentry (95점) - 에러 모니터링 (이미 @sentry/node 사용 중)
|
|
18
|
+
3. firebase (95점) - Firebase 관리 (이미 firebase-admin 사용 중)
|
|
19
|
+
|
|
20
|
+
[플러그인 선택] (복수 선택 가능)
|
|
21
|
+
☑ typescript-lsp
|
|
22
|
+
☑ sentry
|
|
23
|
+
☐ firebase
|
|
24
|
+
☐ 안 할래
|
|
25
|
+
|
|
26
|
+
사용자: (typescript-lsp, sentry 선택)
|
|
27
|
+
|
|
28
|
+
Plugin Scout:
|
|
29
|
+
✅ typescript-lsp 설치 완료
|
|
30
|
+
✅ sentry 설치 완료
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## 예제 2: 플러그인 비교
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
사용자: /scout compare sentry firebase
|
|
39
|
+
|
|
40
|
+
Plugin Scout:
|
|
41
|
+
┌─────────────┬─────────────────┬─────────────────┐
|
|
42
|
+
│ │ sentry │ firebase │
|
|
43
|
+
├─────────────┼─────────────────┼─────────────────┤
|
|
44
|
+
│ 카테고리 │ monitoring │ database │
|
|
45
|
+
│ 점수 │ 95 │ 95 │
|
|
46
|
+
│ 용도 │ 에러 모니터링 │ DB/인증/푸시 │
|
|
47
|
+
│ 설치 │ ✅ │ ❌ │
|
|
48
|
+
└─────────────┴─────────────────┴─────────────────┘
|
|
49
|
+
|
|
50
|
+
💡 용도가 다르므로 함께 사용 가능합니다.
|
|
51
|
+
- sentry: 에러 추적, 디버깅
|
|
52
|
+
- firebase: 데이터베이스, 인증, 푸시 알림
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## 예제 3: 미사용 플러그인 정리
|
|
58
|
+
|
|
59
|
+
```
|
|
60
|
+
사용자: /scout cleanup
|
|
61
|
+
|
|
62
|
+
Plugin Scout:
|
|
63
|
+
📊 플러그인 정리 제안
|
|
64
|
+
|
|
65
|
+
오래된 미사용 플러그인이 1개 있습니다:
|
|
66
|
+
|
|
67
|
+
• old-plugin
|
|
68
|
+
설치: 2025-10-01 (98일 전)
|
|
69
|
+
마지막 사용: 2025-10-15 (84일 전)
|
|
70
|
+
|
|
71
|
+
나머지 6개 플러그인은 최근 활발히 사용 중입니다. ✅
|
|
72
|
+
|
|
73
|
+
[제거할 플러그인 선택]
|
|
74
|
+
☑ old-plugin
|
|
75
|
+
☐ 안 할래
|
|
76
|
+
|
|
77
|
+
사용자: (old-plugin 선택)
|
|
78
|
+
|
|
79
|
+
Plugin Scout:
|
|
80
|
+
✅ old-plugin 제거 완료
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## 예제 4: 작업 완료 후 추천
|
|
86
|
+
|
|
87
|
+
```
|
|
88
|
+
[PR 생성 완료 후]
|
|
89
|
+
|
|
90
|
+
Plugin Scout:
|
|
91
|
+
💡 관련 플러그인 팁이 있어요. 볼까요?
|
|
92
|
+
• 설치된 거 활용법 (2개)
|
|
93
|
+
• 새 플러그인 추천 (1개)
|
|
94
|
+
• 다음에
|
|
95
|
+
|
|
96
|
+
사용자: 설치된 거 활용법
|
|
97
|
+
|
|
98
|
+
Plugin Scout:
|
|
99
|
+
✅ 이미 설치됨 - 활용 팁
|
|
100
|
+
|
|
101
|
+
• commit-commands
|
|
102
|
+
팁: /pr로 방금 생성한 PR 관리 가능
|
|
103
|
+
|
|
104
|
+
• code-review
|
|
105
|
+
팁: /review로 PR 코드 리뷰 자동화
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
## 예제 5: 워크플로우 실행 (Combo)
|
|
111
|
+
|
|
112
|
+
```
|
|
113
|
+
사용자: /full-review
|
|
114
|
+
|
|
115
|
+
Plugin Scout:
|
|
116
|
+
🚀 full-review 워크플로우 실행
|
|
117
|
+
|
|
118
|
+
[1/4] 변경사항 커밋... ✅
|
|
119
|
+
[2/4] 코드 리뷰... ✅
|
|
120
|
+
[3/4] 보안 검사... ⏭️ (security-guidance 미설치, 스킵)
|
|
121
|
+
[4/4] PR 생성... ✅
|
|
122
|
+
|
|
123
|
+
완료! PR이 생성되었습니다.
|
|
124
|
+
```
|
package/package.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "monol-plugin-scout",
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "Claude Code 플러그인 마켓플레이스 모니터링 및 추천 에이전트",
|
|
5
|
+
"author": "monol",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/Camfit-Taehun/monol-plugin-scout.git"
|
|
10
|
+
},
|
|
11
|
+
"homepage": "https://github.com/Camfit-Taehun/monol-plugin-scout#readme",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/Camfit-Taehun/monol-plugin-scout/issues"
|
|
14
|
+
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"claude",
|
|
17
|
+
"claude-code",
|
|
18
|
+
"plugin",
|
|
19
|
+
"marketplace",
|
|
20
|
+
"monol"
|
|
21
|
+
],
|
|
22
|
+
"files": [
|
|
23
|
+
".claude",
|
|
24
|
+
"docs",
|
|
25
|
+
"examples",
|
|
26
|
+
"README.md",
|
|
27
|
+
"CHANGELOG.md"
|
|
28
|
+
],
|
|
29
|
+
"commands": "commands/",
|
|
30
|
+
"skills": "skills/"
|
|
31
|
+
}
|