skill-researcher
ウェブ検索やGitHubなどの情報源から、技術やベストプラクティス、コード例などを幅広く調査し、スキル開発に必要な情報を効率的に収集・分析するSkill。
📜 元の英語説明(参考)
Comprehensive research toolkit for discovering patterns, best practices, and technical knowledge across Web search, MCP servers, GitHub repositories, and documentation. Use when researching technologies, exploring codebases, finding examples, or gathering requirements for skill development.
🇯🇵 日本人クリエイター向け解説
ウェブ検索やGitHubなどの情報源から、技術やベストプラクティス、コード例などを幅広く調査し、スキル開発に必要な情報を効率的に収集・分析するSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o skill-researcher.zip https://jpskill.com/download/9492.zip && unzip -o skill-researcher.zip && rm skill-researcher.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/9492.zip -OutFile "$d\skill-researcher.zip"; Expand-Archive "$d\skill-researcher.zip" -DestinationPath $d -Force; ri "$d\skill-researcher.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
skill-researcher.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
skill-researcherフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
Skill Researcher
概要
skill-researcher は、複数のソースから情報を収集するための体系的な調査オペレーションを提供します。Web 検索、MCP サーバー、GitHub リポジトリ、および公式ドキュメントにわたる、テクノロジー、パターン、およびベストプラクティスの包括的な調査を可能にします。
目的: 情報に基づいたスキル開発のための調査と知識の収集
パターン: タスクベース (5 つの独立した調査オペレーション)
主な利点: パターン、例、およびベストプラクティスを発見する、包括的なマルチソース調査
使用するタイミング
skill-researcher は、以下の場合に使用します。
- 新しいスキルを開始するとき (ドメイン、パターン、例を調査)
- 不慣れなテクノロジーまたはフレームワークを調査するとき
- 実際の例やパターンを探しているとき
- 複数のソースから要件を収集するとき
- コミュニティのプラクティスに対してアプローチを検証するとき
- 統合のための MCP サーバーを発見するとき
- 公式ドキュメントと仕様を見つけるとき
前提条件
調査を実施する前に:
- 明確な調査目標: 何を発見しようとしているのかを把握する
- 調査の質問: 回答すべき具体的な質問
- ソースの選択: どのソースが最も関連性が高いか
- 統合計画: 調査結果をどのように組み合わせるか
調査オペレーション
オペレーション 1: Web 検索調査
ターゲットを絞った Web 検索を実施して、現在のベストプラクティス、最近の開発、およびコミュニティの知識を発見します。
使用するタイミング:
- 現在のベストプラクティスを調査するとき (2024-2025)
- 最近のブログ記事やチュートリアルを見つけるとき
- コミュニティの議論を発見するとき
- 公式発表を見つけるとき
- さまざまなアプローチを比較するとき
前提条件:
- 明確な検索クエリ (具体的、ターゲットを絞ったもの)
- 何を探しているかの知識
- ソースの信頼性を評価する能力
手順:
-
検索クエリの作成:
- 具体的な技術用語を使用する
- 最近の結果を得るために年を含める (2024, 2025)
- 限定子を追加する: "best practices"、"tutorial"、"guide"、"documentation"
- 戦略的に用語を組み合わせる
クエリの例:
"Claude Code skills" best practices 2025 "MCP server" development guide "progressive disclosure" documentation pattern -
検索の実行:
- 作成したクエリで WebSearch ツールを使用する
- 返された結果の関連性を確認する
- ソースの信頼性をメモする (公式ドキュメント > ブログ記事 > フォーラム)
-
キー情報の抽出:
- 複数のソースで言及されているパターンを特定する
- 具体的なテクニックまたはアプローチをメモする
- コード例をキャプチャする
- 参照用に URL を記録する
-
信頼性の評価:
- 公式ドキュメント: 最高の信頼性
- 確立された技術ブログ: 高い信頼性
- アクティビティのある GitHub リポジトリ: 中~高の信頼性
- フォーラム/ディスカッション: 中程度の信頼性 (検証)
- 個人的なブログ: 低い信頼性 (他のソースと照らし合わせて検証)
-
調査結果の文書化:
- キーポイントを要約する
- ソース (URL) をメモする
- ソース間のパターンを強調表示する
- より深い調査が必要な領域を特定する
例:
調査目標: Claude Code スキルの構成に関するベストプラクティス
検索クエリ: "Claude Code skills" progressive disclosure 2025
調査結果:
1. プログレッシブ ディスクロージャ パターン (公式 Anthropic ドキュメントより):
- SKILL.md: メインエントリ、<5000 語
- references/: 詳細なガイド、オンデマンド
- scripts/: 自動化ユーティリティ
2. YAML frontmatter の要件 (skill-creator より):
- name: hyphen-case
- description: "Use when" トリガー付き
3. コミュニティパターン (分析された 40 以上のスキルより):
- ワークフローベース: スキルの 45%
- タスクベース: スキルの 30%
- リファレンス: スキルの 15%
- ケイパビリティ: スキルの 10%
ソース:
- https://docs.claude.com/en/docs/claude-code/...
- https://github.com/anthropics/anthropic-skills/...
期待される結果:
- 包括的な調査結果ドキュメント
- 複数の信頼できるソースの引用
- ソース間で特定されたパターン
- キャプチャされた具体的な例
- より深い調査が必要な領域のメモ
検証:
- [ ] 検索クエリは具体的でターゲットを絞ったものでしたか
- [ ] 複数のソースを参照しましたか (最低 3 ~ 5)
- [ ] ソースの信頼性を評価しましたか
- [ ] キーパターンを特定して文書化しましたか
- [ ] 検証のために URL/参照をキャプチャしましたか
よくある問題:
- 問題: 検索が広すぎるため、結果が圧倒される
- 解決策: 具体的な技術用語、年の制約を追加する
- 問題: ソース間で情報が矛盾する
- 解決策: 公式ドキュメントを優先し、コンセンサスパターンを探す
- 問題: 情報が古い
- 解決策: 日付でフィルタリングし、"2024" または "2025" を検索する
効果的な Web 検索のヒント:
- 最初は広く検索し、初期の調査結果に基づいて絞り込む
- 正確なフレーズには引用符を使用する: "progressive disclosure"
- 用語を組み合わせる: "Claude Code" + "best practices"
- 最近のコンテンツについては現在の年を含める
- 最初のページだけでなく、複数のページの結果を確認する
オペレーション 2: MCP サーバー調査
統合の可能性について、Model Context Protocol (MCP) サーバーを発見して調査します。
使用するタイミング:
- 外部ツールへのアクセスが必要なスキルを構築するとき
- 利用可能な MCP サーバーを調査するとき
- MCP サーバーの機能を評価するとき
- MCP サーバーの統合を計画するとき
- ドメイン固有の MCP ツールを発見するとき
前提条件:
- MCP プロトコルの基本の理解
- 統合要件の知識
- ケイパビリティ要件の定義
手順:
-
MCP サーバーの検索:
- Web 検索: "MCP server" + ドメイン/ケイパビリティ
- GitHub 検索: "MCP server" または "Model Context Protocol"
- Anthropic 公式 MCP サーバーリスト
- コミュニティ MCP サーバーディレクトリ
検索の例:
"MCP server" database access "Model Context Protocol" file system GitHub: topic:mcp-server -
サーバー機能の評価:
- サーバーのドキュメントを読む
- 利用可能なツール/関数を確認する
- サポートされているプラットフォーム (Python, Node, etc.) を確認する
- インストール要件を確認する
- 成熟度を評価する (スター、コミット、イシュー)
-
統合要件の分析:
- インストールプロセスの複雑さ
- コン
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Skill Researcher
Overview
skill-researcher provides systematic research operations for gathering information from multiple sources. It enables comprehensive exploration of technologies, patterns, and best practices across Web search, MCP servers, GitHub repositories, and official documentation.
Purpose: Research and gather knowledge for informed skill development
Pattern: Task-based (5 independent research operations)
Key Benefit: Comprehensive, multi-source research that uncovers patterns, examples, and best practices
When to Use
Use skill-researcher when:
- Starting a new skill (research domain, patterns, examples)
- Exploring unfamiliar technology or framework
- Looking for real-world examples and patterns
- Gathering requirements from multiple sources
- Validating approaches against community practices
- Discovering MCP servers for integration
- Finding official documentation and specifications
Prerequisites
Before conducting research:
- Clear research goal: Know what you're trying to discover
- Research questions: Specific questions to answer
- Source selection: Which sources are most relevant
- Synthesis plan: How findings will be combined
Research Operations
Operation 1: Web Search Research
Conduct targeted web searches to discover current best practices, recent developments, and community knowledge.
When to Use:
- Researching current best practices (2024-2025)
- Finding recent blog posts and tutorials
- Discovering community discussions
- Locating official announcements
- Comparing different approaches
Prerequisites:
- Clear search query (specific, targeted)
- Knowledge of what you're looking for
- Ability to evaluate source credibility
Steps:
-
Formulate Search Query:
- Use specific technical terms
- Include year for recent results (2024, 2025)
- Add qualifiers: "best practices", "tutorial", "guide", "documentation"
- Combine terms strategically
Example queries:
"Claude Code skills" best practices 2025 "MCP server" development guide "progressive disclosure" documentation pattern -
Execute Search:
- Use WebSearch tool with formulated query
- Review returned results for relevance
- Note source credibility (official docs > blog posts > forums)
-
Extract Key Information:
- Identify patterns mentioned across multiple sources
- Note specific techniques or approaches
- Capture code examples
- Record URLs for reference
-
Evaluate Credibility:
- Official documentation: Highest credibility
- Established tech blogs: High credibility
- GitHub repos with activity: Medium-high credibility
- Forums/discussions: Medium credibility (verify)
- Personal blogs: Lower credibility (verify against other sources)
-
Document Findings:
- Summarize key points
- Note sources (URLs)
- Highlight patterns across sources
- Identify areas needing deeper research
Example:
Research Goal: Best practices for Claude Code skill organization
Search Query: "Claude Code skills" progressive disclosure 2025
Findings:
1. Progressive disclosure pattern (from official Anthropic docs):
- SKILL.md: Main entry, <5000 words
- references/: Detailed guides, on-demand
- scripts/: Automation utilities
2. YAML frontmatter requirements (from skill-creator):
- name: hyphen-case
- description: with "Use when" triggers
3. Community patterns (from 40+ skills analyzed):
- Workflow-based: 45% of skills
- Task-based: 30% of skills
- Reference: 15% of skills
- Capabilities: 10% of skills
Sources:
- https://docs.claude.com/en/docs/claude-code/...
- https://github.com/anthropics/anthropic-skills/...
Expected Outcome:
- Comprehensive findings document
- Multiple credible sources cited
- Patterns identified across sources
- Specific examples captured
- Areas for deeper research noted
Validation:
- [ ] Search query was specific and targeted
- [ ] Multiple sources consulted (minimum 3-5)
- [ ] Source credibility evaluated
- [ ] Key patterns identified and documented
- [ ] URLs/references captured for verification
Common Issues:
- Issue: Search too broad, overwhelming results
- Solution: Add specific technical terms, year constraints
- Issue: Conflicting information across sources
- Solution: Prioritize official docs, look for consensus patterns
- Issue: Outdated information
- Solution: Filter by date, search for "2024" or "2025"
Tips for Effective Web Search:
- Start broad, then narrow based on initial findings
- Use quotes for exact phrases: "progressive disclosure"
- Combine terms: "Claude Code" + "best practices"
- Include current year for recent content
- Check multiple page results, not just first one
Operation 2: MCP Server Research
Discover and research Model Context Protocol (MCP) servers for potential integration.
When to Use:
- Building skills that need external tool access
- Researching available MCP servers
- Evaluating MCP server capabilities
- Planning MCP server integration
- Discovering domain-specific MCP tools
Prerequisites:
- Understanding of MCP protocol basics
- Knowledge of integration requirements
- Capability requirements defined
Steps:
-
Search for MCP Servers:
- Web search: "MCP server" + domain/capability
- GitHub search: "MCP server" or "Model Context Protocol"
- Anthropic official MCP server list
- Community MCP server directories
Example searches:
"MCP server" database access "Model Context Protocol" file system GitHub: topic:mcp-server -
Evaluate Server Capabilities:
- Read server documentation
- Review available tools/functions
- Check supported platforms (Python, Node, etc.)
- Verify installation requirements
- Assess maturity (stars, commits, issues)
-
Analyze Integration Requirements:
- Installation process complexity
- Configuration needs
- Authentication requirements
- API surface (what tools does it expose?)
- Dependencies and prerequisites
-
Test Availability (if applicable):
- Check if server is installed in environment
- Verify tools are accessible
- Test basic operations
- Note any limitations or quirks
-
Document Capabilities:
- Server name and purpose
- Available tools with descriptions
- Installation/setup steps
- Configuration requirements
- Use case examples
- Limitations or constraints
Example:
Research Goal: Find MCP servers for file system operations
Servers Found:
1. **filesystem MCP Server** (Official Anthropic)
- Tools: read_file, write_file, edit_file, list_directory, search_files
- Platform: Python, Node
- Installation: npm install @modelcontextprotocol/server-filesystem
- Use Case: File operations in Claude Code skills
- Maturity: Official, well-maintained
- Limitations: Limited to local filesystem
2. **aws-s3 MCP Server** (Community)
- Tools: s3_read, s3_write, s3_list, s3_delete
- Platform: Python
- Installation: pip install mcp-server-aws-s3
- Use Case: Cloud storage integration
- Maturity: 150 stars, active development
- Limitations: Requires AWS credentials
Recommendation: Use official filesystem server for local operations,
consider aws-s3 for cloud storage needs.
Expected Outcome:
- List of relevant MCP servers
- Capability comparison
- Integration requirements documented
- Recommendation for usage
- Installation/setup instructions
Validation:
- [ ] Multiple MCP servers researched (3-5)
- [ ] Capabilities documented for each
- [ ] Installation requirements captured
- [ ] Integration complexity assessed
- [ ] Recommendations provided with rationale
Common Issues:
- Issue: Server not in official list
- Solution: Search GitHub, check community directories
- Issue: Unclear capabilities
- Solution: Read source code, check examples folder
- Issue: Installation fails
- Solution: Check prerequisites, consult documentation
Tips for MCP Research:
- Start with official Anthropic MCP servers
- Check GitHub topics: "mcp-server", "model-context-protocol"
- Read server README thoroughly
- Look for examples/ directory in repo
- Check issue tracker for known problems
Operation 3: GitHub Repository Research
Explore GitHub repositories to discover implementation patterns, code examples, and architectural approaches.
When to Use:
- Looking for real-world implementation examples
- Researching code patterns and structures
- Finding proven architectural approaches
- Discovering edge case handling
- Learning from production codebases
Prerequisites:
- GitHub access (for cloning, exploration)
- Clear research objective (what patterns to find)
- Ability to read and analyze code
- Understanding of relevant technologies
Steps:
-
Find Relevant Repositories:
- Search GitHub by topic, language, keywords
- Look for official repositories
- Check stars, activity, recent commits
- Review README for relevance
Example searches:
topic:claude-code language:markdown "Claude Code skill" in:readme anthropic/anthropic-skills -
Analyze Repository Structure:
- Examine directory organization
- Review file naming conventions
- Note configuration patterns
- Identify architectural decisions
-
Extract Code Patterns:
- Look for repeated patterns across files
- Note error handling approaches
- Examine state management
- Study API usage patterns
- Capture validation techniques
-
Document Examples:
- Copy relevant code snippets
- Note file locations (repo:path:lines)
- Explain pattern purpose
- Document context of usage
-
Synthesize Learnings:
- Identify common patterns across repos
- Note variations and reasons
- Extract best practices
- Document anti-patterns to avoid
Example:
Research Goal: How to structure Claude Code skills with workflows
Repository: anthropic/anthropic-skills (example-skills)
Findings:
1. **Workflow Structure Pattern** (deployment-guide/SKILL.md):
```markdown
## Deployment Workflow
### Step 1: Prepare Application
[Instructions]
### Step 2: Configure Railway
[Instructions]
### Step 3: Deploy
[Instructions]
- Pattern: Sequential steps with clear headers
- Each step is self-contained
- Prerequisites stated upfront
-
Reference Organization (medirecords-integration/):
medirecords-integration/ ├── SKILL.md (overview + workflow) ├── references/ │ ├── fhir-resources.md │ ├── api-endpoints.md │ └── error-handling.md- Pattern: Main file lean, details in references
- Topic-based reference files
- On-demand loading
-
YAML Frontmatter Pattern (all skills):
--- name: skill-name description: [What it does]. Use when [triggers]. ---- Consistent across all skills
- Description includes triggers
- Hyphen-case naming
Patterns Identified:
- Sequential workflows use numbered steps
- Reference files for detailed content
- Examples in every major section
- Validation checklists common
Sources:
- https://github.com/anthropics/anthropic-skills/tree/main/examples/deployment-guide
- https://github.com/anthropics/anthropic-skills/tree/main/examples/medirecords-integration
Expected Outcome:
- Code patterns documented with examples
- File/directory structures captured
- Architectural approaches identified
- Best practices extracted
- Repository sources cited
Validation:
- [ ] Multiple repositories analyzed (3-5 minimum)
- [ ] Code snippets captured with location references
- [ ] Patterns identified across repositories
- [ ] Context of usage documented
- [ ] Best practices vs anti-patterns distinguished
Common Issues:
- Issue: Repository too large to analyze
- Solution: Focus on specific directories relevant to research goal
- Issue: Code patterns unclear
- Solution: Read tests, examples, documentation first
- Issue: Outdated repository
- Solution: Check commit dates, look for active forks
Tips for GitHub Research:
- Use advanced search (stars:>100, language:python, etc.)
- Check examples/ or samples/ directories first
- Read CONTRIBUTING.md for patterns
- Look at tests/ for usage examples
- Check issues for edge cases and solutions
Operation 4: Documentation Research
Analyze official documentation to understand specifications, APIs, and recommended practices.
When to Use:
- Learning official specifications
- Understanding API surface
- Finding authoritative guidance
- Validating approaches against official recommendations
- Discovering feature capabilities
Prerequisites:
- Link to official documentation
- Clear questions to answer
- Ability to navigate documentation structure
- Note-taking system
Steps:
-
Locate Official Documentation:
- Find primary documentation site
- Identify relevant sections
- Check for API reference, guides, tutorials
- Note documentation version/date
Example sources:
https://docs.claude.com/en/docs/claude-code/ https://modelcontextprotocol.io/ https://docs.anthropic.com/ -
Navigate Documentation Structure:
- Start with overview/getting started
- Read conceptual guides for understanding
- Review API reference for specifics
- Check examples/tutorials for patterns
- Look for best practices section
-
Extract Key Information:
- Core concepts and definitions
- API functions and parameters
- Configuration options
- Limitations and constraints
- Best practices and recommendations
- Common patterns shown in examples
-
Capture Specifics:
- Copy code examples exactly
- Note parameter types and constraints
- Document return values
- Record error conditions
- Capture configuration formats
-
Create Reference Document:
- Organize by topic/feature
- Include code examples
- Note page URLs for verification
- Highlight important warnings/notes
- Document version information
Example:
Research Goal: Claude Code skill structure requirements
Source: https://docs.claude.com/en/docs/claude-code/skills
Findings:
1. **Skill Structure Requirements**:
- SKILL.md must have YAML frontmatter
- Frontmatter fields: name, description
- Progressive disclosure: SKILL.md < 15,000 words
- Use references/ for detailed content
- scripts/ for automation utilities
2. **YAML Frontmatter Specification**:
```yaml
---
name: skill-name-in-hyphen-case
description: Brief description. Use when [triggers].
---
- name: Must match directory name
- description: Should include discovery triggers
-
Organizational Patterns:
- Workflow-based: Sequential steps (→)
- Task-based: Independent operations (no order)
- Reference/Guidelines: Standards and patterns
- Capabilities-based: Multiple features
-
Best Practices (from docs):
- Keep SKILL.md focused and scannable
- Use examples liberally
- Include validation criteria
- Provide context for decisions
- Test with real scenarios
-
Limitations:
- SKILL.md size: recommended < 5,000 words for performance
- No dynamic content (static markdown)
- File paths must be relative
Source URLs:
- https://docs.claude.com/en/docs/claude-code/skills#structure
- https://docs.claude.com/en/docs/claude-code/skills#patterns
- https://docs.claude.com/en/docs/claude-code/skills#best-practices
Expected Outcome:
- Comprehensive documentation summary
- Specific requirements captured
- Code examples copied accurately
- URLs referenced for verification
- Version/date noted
Validation:
- [ ] Official documentation identified and verified
- [ ] Key concepts extracted and defined
- [ ] Code examples captured accurately
- [ ] Specifications documented precisely
- [ ] Page URLs recorded for reference
- [ ] Version/date information noted
Common Issues:
- Issue: Documentation unclear or incomplete
- Solution: Check examples, search for supplementary guides
- Issue: Multiple documentation versions
- Solution: Use most recent, note version explicitly
- Issue: Conflicting information
- Solution: Reference official docs over community content
Tips for Documentation Research:
- Start with "Getting Started" or "Quickstart"
- Read conceptual guides before API reference
- Check changelog/releases for recent changes
- Look for "Best Practices" or "Recommendations" sections
- Copy examples exactly (don't paraphrase)
- Note warnings and "gotchas" prominently
Operation 5: Synthesize Research Findings
Combine research from multiple sources into coherent, actionable insights.
When to Use:
- After completing research across multiple sources
- Before making architectural decisions
- When creating skill plans or specifications
- After gathering requirements
- To identify patterns and best practices
Prerequisites:
- Research completed from 2+ sources
- Findings documented from each source
- Research goal clearly defined
- Note-taking system used
Steps:
-
Organize Findings by Theme:
- Group related findings together
- Identify common topics across sources
- Note unique findings from each source
- Create topical categories
Example themes:
- Architecture/Structure
- Best Practices
- Common Patterns
- Anti-Patterns
- Requirements/Constraints
- Examples
-
Identify Patterns:
- What appears across multiple sources?
- What's consistent vs. what varies?
- Which sources agree/disagree?
- What's the consensus approach?
-
Evaluate Credibility:
- Official docs > established practices > individual opinions
- Recent sources > older sources (for current practices)
- Multiple confirmations > single source
- Production examples > theoretical discussions
-
Resolve Conflicts:
- If sources disagree, prioritize official documentation
- Consider context differences
- Look for evolution over time
- Note when multiple valid approaches exist
-
Create Synthesis Document:
Template:
# Research Synthesis: [Topic] ## Research Goal [What we set out to discover] ## Sources Consulted 1. [Source 1]: [Type, date, credibility] 2. [Source 2]: [Type, date, credibility] 3. [Source 3]: [Type, date, credibility] ## Key Findings ### [Theme 1] **Pattern**: [What's consistent across sources] **Sources**: [Which sources confirm this] **Evidence**: [Specific examples or quotes] ### [Theme 2] [Same structure] ## Best Practices Identified 1. [Practice 1] - from [sources] 2. [Practice 2] - from [sources] ## Anti-Patterns to Avoid 1. [Anti-pattern 1] - why to avoid 2. [Anti-pattern 2] - why to avoid ## Conflicting Information [Any disagreements, with resolution] ## Recommendations 1. [Actionable recommendation based on research] 2. [Actionable recommendation based on research] ## Examples [Concrete code/structure examples from research] ## References - [URL 1]: [Description] - [URL 2]: [Description] -
Extract Actionable Insights:
- What decisions can be made?
- What approaches should be used?
- What should be avoided?
- What needs further research?
Example:
# Research Synthesis: Claude Code Skill Organization
## Research Goal
Determine best practices for organizing Claude Code skills with comprehensive workflows.
## Sources Consulted
1. Official Claude Code documentation (2025, official, highest credibility)
2. anthropic/anthropic-skills GitHub (2025, official examples, high credibility)
3. Web search results: "Claude Code skills" best practices (2024-2025, mixed credibility)
## Key Findings
### Progressive Disclosure Pattern
**Pattern**: Three-tier architecture (SKILL.md → references/ → scripts/)
**Sources**: Official docs, all official examples, community consensus
**Evidence**:
- Docs state: "SKILL.md recommended < 5,000 words"
- All 7 official examples use this pattern
- Community skills (40+ analyzed) overwhelmingly use this
### Workflow Organization
**Pattern**: Sequential steps with clear numbering and transitions
**Sources**: deployment-guide, medirecords-integration examples
**Evidence**:
```markdown
## Step 1: [Action]
[Content]
**Next**: Proceed to Step 2
YAML Frontmatter
Pattern: Minimal (name + description only) Sources: All official examples, documentation Evidence: Consistent across 100% of examples
Best Practices Identified
- Keep SKILL.md under 5,000 words (from official docs + all examples)
- Use numbered workflow steps with transitions (from 6/7 workflow examples)
- Include validation checklists (from 5/7 examples)
- Provide examples in every major section (from documentation + examples)
- Use hyphen-case for naming (from all official skills)
Anti-Patterns to Avoid
- Monolithic SKILL.md files (>10,000 words) - hurts performance
- Missing YAML frontmatter - skill won't be discovered
- No examples - users can't visualize usage
- Vague validation criteria - can't verify success
Recommendations
- Use three-tier progressive disclosure for all skills
- Adopt numbered workflow steps with transitions
- Include validation checklist in each step/operation
- Provide 2-3 examples per major concept
- Keep SKILL.md focused (<3,000 words ideal, <5,000 max)
Examples
[From synthesis document, include actual code]
References
Expected Outcome:
- Comprehensive synthesis document
- Clear patterns identified
- Actionable recommendations
- Conflicts resolved
- Sources cited
Validation:
- [ ] Findings from all sources incorporated
- [ ] Patterns identified across multiple sources
- [ ] Recommendations are actionable
- [ ] Conflicts identified and resolved
- [ ] Sources properly cited
- [ ] Document organized clearly
Common Issues:
- Issue: Too much information, overwhelmed
- Solution: Focus on research goal, organize by theme
- Issue: Contradictory findings
- Solution: Prioritize official sources, note context differences
- Issue: Can't find patterns
- Solution: Look for what appears 2-3+ times across sources
Tips for Synthesis:
- Use consistent format for all research findings
- Group similar findings before synthesizing
- Prioritize quality over quantity (3 good sources > 10 weak)
- Make recommendations specific and actionable
- Note what you still don't know (further research needed)
Best Practices
Research Process
1. Define Clear Research Goals:
- Specific questions to answer
- Success criteria for research
- Time constraints
- Sources to prioritize
2. Multi-Source Validation:
- Never rely on single source
- Cross-reference findings (3-5 sources)
- Prioritize official documentation
- Check recent dates (2024-2025)
3. Document Thoroughly:
- Capture URLs and dates
- Quote precisely (don't paraphrase)
- Note source credibility
- Include context
4. Synthesize Systematically:
- Organize by theme
- Identify patterns
- Resolve conflicts
- Create actionable insights
5. Iterate and Refine:
- Start broad, then narrow
- Deep dive promising areas
- Validate assumptions
- Fill gaps as discovered
Source Credibility Hierarchy
-
Official Documentation (Highest)
- Anthropic official docs
- Technology official docs
- Specifications and RFCs
-
Official Examples (Very High)
- Anthropic example skills
- Official GitHub repositories
- Reference implementations
-
Established Community (High)
- Well-maintained open source projects (1000+ stars)
- Recognized experts' content
- Production codebases
-
Community Content (Medium)
- Blog posts from developers
- GitHub repositories (100-1000 stars)
- Technical forums (validated answers)
-
Individual Opinions (Lower - verify)
- Personal blogs
- Unverified forum posts
- Small repositories
Common Mistakes
Mistake 1: Single Source Research
Problem: Relying on one source, missing broader context
- Only read one blog post
- Trust first search result
- Skip official documentation
Fix: Always consult 3-5 sources, prioritize official docs
Mistake 2: No Source Documentation
Problem: Can't verify findings or provide references
- No URLs captured
- Can't remember where information came from
- Unable to validate later
Fix: Document source URL, date, and credibility for every finding
Mistake 3: Accepting Outdated Information
Problem: Using old practices that have evolved
- 2020 blog post (pre-Claude Code)
- Deprecated APIs
- Old best practices
Fix: Filter by date, search for "2024" or "2025", check official docs
Mistake 4: Skipping Synthesis
Problem: Have data but no insights
- Raw notes without organization
- Can't make decisions
- No actionable recommendations
Fix: Always synthesize findings into themes and recommendations
Mistake 5: Ignoring Credibility
Problem: Treating all sources equally
- Personal blog = official docs
- Unverified forum post = production code
- Single example = standard pattern
Fix: Evaluate credibility, prioritize authoritative sources
Integration with Other Skills
With planning-architect
Use skill-researcher before planning to gather requirements and patterns
- Research informs planning decisions
- Examples guide structure choices
- Best practices shape approach
Flow: research → gather insights → plan skill → build
With skill-builder-generic
Use skill-researcher to discover patterns for skill building
- Research skill examples
- Find organizational patterns
- Discover best practices
Flow: research skills → identify patterns → apply to new skill
With prompt-builder
Use skill-researcher to find prompt examples and patterns
- Research effective prompts
- Discover prompt engineering techniques
- Find validation approaches
Flow: research prompts → apply principles → build better prompts
Quick Reference
The 5 Research Operations
- Web Search - Current practices, tutorials, discussions (WebSearch tool)
- MCP Servers - Discover and evaluate MCP servers for integration
- GitHub - Code patterns, structures, implementations
- Documentation - Official specs, APIs, authoritative guidance
- Synthesize - Combine findings into actionable insights
Research Quality Checklist
- [ ] Clear research goal defined
- [ ] Multiple sources consulted (3-5+)
- [ ] Source credibility evaluated
- [ ] Findings documented with URLs and dates
- [ ] Patterns identified across sources
- [ ] Conflicts resolved
- [ ] Synthesis document created
- [ ] Recommendations are actionable
Source Selection Guide
For current best practices: Web search (2024-2025) For specifications: Official documentation For code patterns: GitHub repositories For integrations: MCP server research For validation: Multiple sources + synthesis
For detailed guides on each research type, see the references/ directory.
For research automation tools, use scripts/research-helper.py.