← スキル一覧に戻る

research-patterns
by mindmorass
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: research-patterns description: Knowledge retrieval and research patterns using Qdrant for stored knowledge
Research Patterns
Patterns for finding and synthesizing information, with Qdrant-first retrieval.
Workflow
1. Check Stored Knowledge First
Before external research, query Qdrant:
Tool: qdrant-find
Query: "your search query"
If relevant results exist, use them and cite the source metadata.
2. External Research If Needed
If stored knowledge is insufficient or outdated:
- Search official documentation
- Use WebSearch for current information
- Cross-reference multiple sources
3. Store Valuable Findings
For information worth persisting, use qdrant-store:
Tool: qdrant-store
Information: "<content>"
Metadata:
source: "<URL>"
type: "documentation"
harvested_at: "<ISO date>"
Research Checklist
- Query Qdrant - Always check stored knowledge first
- Assess freshness - Check
harvested_atmetadata - Define gaps - What's missing or outdated?
- Search externally - Find additional sources if needed
- Evaluate - Assess source quality and relevance
- Synthesize - Combine into coherent answer
- Cite - Reference sources including Qdrant metadata
- Store - Save valuable new findings to Qdrant
Best Practices
- Note data freshness in responses
- Cross-reference multiple sources
- Distinguish cached vs fresh information
- Keep stored documents focused (one topic each)
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です