← スキル一覧に戻る

julien-cmd-routing-stats
by theflysurfer
Personal marketplace for developing and sharing custom Claude skills
⭐ 1🍴 0📅 2026年1月21日
SKILL.md
name: julien-cmd-routing-stats description: Display routing correlation statistics - how well the skill router predicts actual skill usage author: Julien version: 1.0.0 category: infrastructure type: command triggers:
- routing stats
- routing statistics
- show routing stats
- correlation stats
- routing accuracy
- skill routing stats
- analyse routing
- statistiques routing
- router performance
Routing Statistics
Display routing correlation statistics to measure how well the skill router predicts actual skill usage.
Action
Run the analyze-routing-correlation script:
node ~/.claude/scripts/analyze-routing-correlation.js --verbose
What It Shows
- Total invocations: How many skills were invoked in the time period
- Routing matched: Router correctly predicted the skill used
- Routing mismatch: Router suggested a different skill
- No routing: Direct invocation without routing suggestion
Verbose Output
With --verbose, shows:
- Top 10 most used skills with routing accuracy
- Common mismatches (router suggested X but Y was used)
Options
--days N: Analyze last N days (default: 7)--verboseor-v: Show detailed breakdown
Example
# Last 7 days, verbose
node ~/.claude/scripts/analyze-routing-correlation.js --verbose
# Last 30 days
node ~/.claude/scripts/analyze-routing-correlation.js --days 30 --verbose
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です