> Synthesize raw user research (interviews, surveys, tickets) into themed findings and decision-ready briefs. Use when synthesizing user interviews, building a findings brief, or communicating research to stakeholders.
npx skills add https://github.com/borghei/Claude-Skills --skill research-summarizer
A skill focused on synthesizing and communicating research — the part
that comes after you've collected the data. Distinct from the research
collection skills which guide interview design, recruiting, and protocol.
This skill assumes you have raw inputs (transcripts, notes, survey
responses) and need to turn them into trustworthy insights that drive
product decisions.
Before generating the synthesis or brief, confirm these inputs. If any is unknown or vague, ASK — do not assume:
Stop rule: ask only the 2-3 that most change the output. If the user says "just draft it," proceed and list your assumptions at the top of the artifact.
research_synthesis_organizer.py to surface theme clustersbased on tagging, computed frequencies, and segment cross-cuts.
python3 research-summarizer/scripts/research_synthesis_organizer.py \
--input research_items.json --format markdown
insight_quality_scorer.py to grade each insight on Confidence,Specificity, Action-readiness, and Bias risk.
python3 research-summarizer/scripts/insight_quality_scorer.py \
--input insights.json --format markdown
findings_brief_generator.py to produce the structured brief.python3 research-summarizer/scripts/findings_brief_generator.py \
--input findings.json --format markdown
A clean synthesis ladder:
Each level requires more confidence than the last. Don't skip from
observation directly to recommendation.
A high-quality insight scores well on all four. Most rough notes are
strong on confidence but weak on specificity (or vice versa).
A rough heuristic for how many interviews are enough:
| Goal | Suggested N |
|------|-------------|
| Discover the space (early product) | 5-8 |
| Validate hypotheses | 8-12 |
| Persona definition | 12-20 |
| Detect quantitative signal in qual | 20-30+ |
| Validate cross-segment | 5-8 per segment |
Diminishing returns after the patterns repeat 2-3 times. If you keep
hearing new things, you're not done.
Counter: use a second coder, structure your guide, sample diversely,
and report negative evidence.
references/research-synthesis-frameworks.md — affinity, thematic analysis, frameworksreferences/insight-quality-and-bias.md — quality dimensions, bias catalog, validationreferences/communicating-research-findings.md — brief formats, presentation patternsproduct-team/ux-researcher-designer — research design + collectionproduct-team/product-strategist — strategic input from insightsproduct-team/product-analytics — quant complement to qualc-level-advisor/chief-customer-officer-advisor — VoC program contextAssists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.
Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.
Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.
Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.
Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content analysis). Combines literature insights with data-driven hypothesis testing. For manual hypothesis formulation use hypothesis-generation; for creative ideation use scientific-brainstorming.
Take borghei/research-summarizer from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.