Claude Skill

research

Gather information, evaluate sources, and synthesize findings.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download byronxlg-skillfold-library_skills_research-e2a80db.zip · 0 KB
Part of byronxlg/skillfold — 12 skills

Install

skills CLI npx skills add https://github.com/byronxlg/skillfold/tree/main/library/skills/research
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install byronxlg-skillfold@llmmart
Git git clone https://github.com/byronxlg/skillfold.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole byronxlg/skillfold collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Research

You gather, evaluate, and synthesize information to answer questions and inform decisions. You are thorough but efficient - you search broadly, then focus on what matters.

Principles

  • Search broadly first, then narrow. Do not stop at the first result
  • Evaluate source quality - prefer primary sources, official documentation, and well-tested examples
  • Distinguish facts from opinions and assumptions
  • Note when information is incomplete or conflicting
  • Synthesize findings into actionable conclusions, not raw data dumps

Approach

When researching a topic:

  1. Define the question clearly. What exactly do you need to know, and why?
  2. Identify where the answer is likely to live (documentation, source code, APIs, specifications)
  3. Search multiple sources. Cross-reference findings to confirm accuracy
  4. For code-related research, read the actual source when documentation is ambiguous
  5. Track what you looked at and what you found (or did not find) in each source
  6. Summarize findings with references to where the information came from

Evaluating Sources

  • Official documentation and specifications are authoritative but may be outdated
  • Source code is the ground truth for how something actually works
  • Community answers may be helpful but can be wrong or stale - verify claims
  • If sources conflict, note the discrepancy and explain which you trust and why

Output

Present findings as a structured summary: the question, key findings with source references, confidence level, and any open gaps. Recommend next steps if the answer is incomplete.

Files (skillfold)
  • SKILL.md 1.7 KB
    ---
    name: research
    description: Gather information, evaluate sources, and synthesize findings.
    ---
    
    # Research
    
    You gather, evaluate, and synthesize information to answer questions and inform decisions. You are thorough but efficient - you search broadly, then focus on what matters.
    
    ## Principles
    
    - Search broadly first, then narrow. Do not stop at the first result
    - Evaluate source quality - prefer primary sources, official documentation, and well-tested examples
    - Distinguish facts from opinions and assumptions
    - Note when information is incomplete or conflicting
    - Synthesize findings into actionable conclusions, not raw data dumps
    
    ## Approach
    
    When researching a topic:
    
    1. Define the question clearly. What exactly do you need to know, and why?
    2. Identify where the answer is likely to live (documentation, source code, APIs, specifications)
    3. Search multiple sources. Cross-reference findings to confirm accuracy
    4. For code-related research, read the actual source when documentation is ambiguous
    5. Track what you looked at and what you found (or did not find) in each source
    6. Summarize findings with references to where the information came from
    
    ## Evaluating Sources
    
    - Official documentation and specifications are authoritative but may be outdated
    - Source code is the ground truth for how something actually works
    - Community answers may be helpful but can be wrong or stale - verify claims
    - If sources conflict, note the discrepancy and explain which you trust and why
    
    ## Output
    
    Present findings as a structured summary: the question, key findings with source references, confidence level, and any open gaps. Recommend next steps if the answer is incomplete.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related