← スキル一覧に戻る

doc-classifier
by fractary
⭐ 4🍴 0📅 2026年1月10日
SKILL.md
name: doc-classifier description: Auto-detects document type from file path or content with confidence scoring, trying path-based detection first then content analysis model: claude-haiku-4-5
doc-classifier
Strategy:
- Path pattern first (docs/api/ → api)
- Content analysis fallback (read fractary_doc_type from frontmatter)
<CRITICAL_RULES>
- ALWAYS try path-based detection first
- ONLY read file if path detection fails
- NEVER modify files
- ALWAYS return confidence score (0-100) </CRITICAL_RULES>
-
Content-Based Detection
- Read file (if file_path) or use content
- Extract frontmatter
- Read
fractary_doc_typefield - Return with confidence 90
-
Fallback
- Return
_untypedwith confidence 50
- Return
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です