← スキル一覧に戻る

research
by spences10
🦀 Claude Code toolkit for self improving skills, performance and mcp-essentials
⭐ 4🍴 0📅 2026年1月24日
SKILL.md
name: research
prettier-ignore
description: Research topics by verifying actual source content. Use when asked to research or study links and documentation.
prettier-ignore
allowed-tools: WebFetch, Read, Grep, Bash(gh:*), Task, mcp__mcp-omnisearch__web_search, mcp__mcp-omnisearch__tavily_extract_process, mcp__mcp-omnisearch__kagi_summarizer_process, mcp__mcp-omnisearch__ai_search, mcp__mcp-omnisearch__github_search
Verified Research
Tool Priority (try in order)
- GitHub repos →
gh apiorgh repovia Bash - Doc pages →
tavily_extract_processwith URL array - Quick answers →
ai_search(perplexity/kagi_fastgpt) - Discovery →
web_searchorgithub_search - Fallback → Clone repo via subagent
Core Rule
Never present findings without examining actual source content.
If fetch returns partial/summary → try next tool. Report failures explicitly.
gh CLI for GitHub Repos
# Get source files directly
gh api repos/OWNER/REPO/contents/PATH --jq '.content' | base64 -d
# Get repo metadata + version
gh repo view OWNER/REPO --json description,latestRelease
When Fetch Returns Partial Data
Partial success ≠ success. If tool returns summary instead of full content:
- STOP - don't proceed with incomplete data
- Try next tool - use priority list above
- Report - tell user what succeeded/failed
- Ask - if all fail, get user decision
Never substitute sources without user consent.
References
スコア
総合スコア
55/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つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です
