スキル一覧に戻る
sato-dev1234

retrieving-knowledge

by sato-dev1234

0🍴 1📅 2026年1月18日
GitHubで見るManusで実行

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"
FilterMethod
CATEGORYList files in KNOWLEDGE_PATH/{CATEGORY}/
TAGRead tag-index.json, find matching entries
KEYWORDGrep 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

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です