一键导入
plugin-review
Use to analyze plugin usage patterns and suggest improvements. Triggers on "플러그인 리뷰", "plugin review", "사용 패턴 분석".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use to analyze plugin usage patterns and suggest improvements. Triggers on "플러그인 리뷰", "plugin review", "사용 패턴 분석".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Loaded automatically at session start. Teaches the orchestrator how to route requests to skills and agents. Do not invoke manually.
Use when the user wants to explore an idea, design an approach, or think through a problem before implementing. Triggers on "고민", "논의", "아이디어", "brs".
Use when code review is needed. Triggers on "코드 리뷰", "리뷰해줘", "code review", or at completion of implementation.
Use to harvest `debt:` markers across the repo into a debt ledger and optionally persist it to the Obsidian vault. Triggers on "부채", "기술부채", "debt", "지름길 정리", "/debt". Read-only — does not modify code.
Use when the user wants to run an implementation plan. Triggers on "실행해줘", "구현해줘", "시작해줘", "execute", or after plan approval.
Implement an entire Figma page as Android Jetpack Compose screens by auto-splitting into frames with visual verification. Use whenever a user shares a figma.com/design URL and wants the page built as Compose code. Triggers on '안드로이드 피그마', 'Android Figma', 'Compose 구현'. Covers any multi-frame page. Does NOT apply to Figma asset downloads or single component edits.
| name | plugin-review |
| description | Use to analyze plugin usage patterns and suggest improvements. Triggers on "플러그인 리뷰", "plugin review", "사용 패턴 분석". |
Run the bundled parsing script to aggregate usage across ALL projects:
python3 {skill_base_dir}/scripts/parse-transcripts.py --all-projects --days 30
This scans every ~/.claude/projects/*/ directory, parses JSONL transcripts, and outputs a single JSON summary to stdout. Stderr shows progress.
The script automatically extracts:
/slash-command usage, deduplicatedDelegate to architect agent with the JSON output. The architect should analyze:
agmo: prefix vs bare name dispatchescache_read / (input + cache_read)Structure the report as:
## Plugin Review — {start_date} ~ {end_date}
### Usage Summary
- Sessions: N (across M projects)
- Top skills: skill1 (X), skill2 (Y), skill3 (Z)
- Agent distribution: executor (A%), explore (B%), architect (C%)
- Model distribution: haiku (X%), sonnet (Y%), opus (Z%)
### Per-Project Breakdown
| Project | Sessions | Top Skills | Top Agents |
|---------|----------|-----------|------------|
| {name} | N | skill1 | executor |
### Skill Analysis
- Full frequency table with slash/tool breakdown
- Unused skills list
- Chain patterns
### Recommendations
#### Skills
- "{skill}" used 0 times → adjust trigger or remove
- "{skill}" triggered N times but cancelled M times → trigger too sensitive
#### Routing
- executor:opus used N times → review if sonnet suffices
- explore:sonnet used N times → most explores are quick, default haiku
#### Tokens
- Average session cost: ~N tokens
- Cache hit ratio: Z%
- Agent token overhead: N% of total
#### Wisdom
- {N} wisdom entries → prune if >50
Invoke agmo:save-note to save as:
vault/shared/plugin-reviews/[Review] {YYYY-MM-DD} Plugin Review.md
If specific skills need modification: