From research
Deep-dive research across any domain — science, history, law, medicine, policy, philosophy, finance, technology, or anything else. Use this skill when the user asks to research a topic, look into something, do a deep dive, fact check a claim, investigate a question, prepare a briefing, or wants to understand "what do we know about X." Also triggers on phrases like "what's the evidence for", "is it true that", "summarize the research on", "compare perspectives on", or any request for rigorous, multi-source analysis with cited evidence. Produces reports with multiple viewpoints, plausibility tiers, qualitative confidence assessment, and verification-tagged citations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/research:researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Rigorous, multi-source research with epistemic honesty. The goal: help users make informed, fact-based decisions by presenting what's known, what's contested, what's uncertain, and where the gaps are.
Rigorous, multi-source research with epistemic honesty. The goal: help users make informed, fact-based decisions by presenting what's known, what's contested, what's uncertain, and where the gaps are.
A single hallucinated source or fabricated citation can cause real harm — bad medical decisions, flawed legal strategies, wasted investments. This skill produces research reports that clearly distinguish verified claims from training-data recall, present competing viewpoints with honest plausibility assessments, and disclose information gaps rather than papering over them.
Read these references — they define the standards the report must meet:
references/anti-hallucination.md — the epistemic contract. Read this first. Every rule exists because a specific type of fabrication causes specific harm.references/confidence-framework.md — the 5-dimension qualitative self-assessment and perspective plausibility tiersreferences/citation-system.md — verification statuses, footnote format, inline confidence tagsreferences/output-formats.md — TUI, markdown, and PDF specsassets/report-template.json — canonical section orderingBefore searching, understand the question.
Systematic evidence collection. Cast a wide net, then go deep on promising sources.
references/citation-system.md)Synthesize findings into a structured analysis.
references/confidence-framework.mdreferences/confidence-framework.md:
references/citation-system.md.references/anti-hallucination.md. Do not quietly resolve conflicts.Skip this phase if there's no quantitative dimension to the research.
If the topic involves numerical claims, statistics, projections, or calculations:
Assemble the findings into a coherent report.
../comms/references/voice.md — the user's voice traits../comms/references/anti-ai.md — AI-texture patterns to avoidassets/report-template.json:
references/anti-hallucination.md.Present the report in the user's preferred format.
Ask format preference — If the user hasn't specified:
TUI delivery — Display directly in terminal using the tree-style format from references/output-formats.md. Include the confidence tree, perspectives, key findings, and source summary.
Markdown delivery — Write to <topic-slug>-research.md in the current working directory. Include YAML frontmatter.
PDF delivery — First generate the markdown file, then run:
python3 .claude/skills/research/scripts/report-pdf.py --input <file>.md --output <file>.pdf
Present the summary — Regardless of format, show a brief terminal summary:
<Topic> — Research Brief
Confidence Assessment
├── Source Quality <Tier> — <justification>
├── Consensus <Tier> — <justification>
├── Recency <Tier> — <justification>
├── Domain Familiarity <Tier> — <justification>
└── Evidence <Tier> — <justification>
Perspectives
├── <Position A> <Tier>
│ <summary>
├── <Position B> <Tier>
│ <summary>
└── <Position C> <Tier>
<summary>
Sources <N> retrieved, <N> verified, <N> training-data
Output <file path or "displayed above">
These are non-negotiable. They come from references/anti-hallucination.md and are repeated here for emphasis:
references/citation-system.md.npx claudepluginhub kellymears/agents --plugin researchConducts deep research on any topic with multi-agent source verification, interactive focus selection, and structured report generation. Supports multiple languages and session management.
Runs structured multi-step web research with source synthesis, citations, skeptical evaluation, and confidence/gap analysis. Supports native and dense/frontier modes.
Conducts deep research via parallel web searches, multi-source validation, and confidence tracking across 11 types like market, competitive, technical; outputs cited Markdown reports.