← Back to list

retrieving-knowledge
by sato-dev1234
⭐ 0🍴 1📅 Jan 18, 2026
SKILL.md
name: retrieving-knowledge description: "Retrieves project knowledge resources by browsing categories, searching tags, or filtering by keywords. Use when exploring existing knowledge or finding specific documentation entries." allowed-tools: Read, Grep, Glob
Quick start
List knowledge:
ls $KNOWLEDGE_PATH/*/ # List categories
grep -r "keyword" $KNOWLEDGE_PATH/
Knowledge retrieval workflow
Copy this checklist and track your progress:
Progress:
- [ ] Step 1: Resolve configuration
- [ ] Step 2: Parse search parameters
- [ ] Step 3: Execute search
- [ ] Step 4: Display results
Step 1: Resolve configuration
- Run:
python ~/.claude/scripts/resolve_config.py "$CWD" retrieving-knowledge - Parse JSON output → CONFIG
- CONFIG contains: BASE_PATH
Step 2: Parse search parameters
Parse from task prompt:
- CATEGORY (optional): カテゴリ名
- TAG (optional): タグ名
- KEYWORD (optional): 検索キーワード
Step 3: Execute search
Resolve paths:
- CONFIG.BASE_PATH required → Error: "CONFIG.BASE_PATH not set"
- KNOWLEDGE_PATH = CONFIG.BASE_PATH + "/knowledge"
| Filter | Method |
|---|---|
| CATEGORY | List files in KNOWLEDGE_PATH/{CATEGORY}/ |
| TAG | Read tag-index.json, find matching entries |
| KEYWORD | Grep across all knowledge files |
| (none) | List all categories and counts |
Step 4: Display results
- Show matching entries
- Include: category, id, tags
- Offer to show full content
END
Category Management
Knowledge categories are managed in knowledge/categories.json.
Categories field contains flat structure:
- All categories evaluated equally
- No priority or hierarchy
Score
Total Score
60/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon