Back to list
spences10

research

by spences10

🦀 Claude Code toolkit for self improving skills, performance and mcp-essentials

4🍴 0📅 Jan 24, 2026

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

Verified Research

Tool Priority (try in order)

  1. GitHub reposgh api or gh repo via Bash
  2. Doc pagestavily_extract_process with URL array
  3. Quick answersai_search (perplexity/kagi_fastgpt)
  4. Discoveryweb_search or github_search
  5. 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:

  1. STOP - don't proceed with incomplete data
  2. Try next tool - use priority list above
  3. Report - tell user what succeeded/failed
  4. Ask - if all fail, get user decision

Never substitute sources without user consent.

References

Score

Total Score

55/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon