Research Summarizer
Structured research summarization agent skill for non-dev users.
Before & after
Same prompt, same agent — the only difference is the skill.
Summarizing research papers is a structured task—you'd read each paper, extract the key findings, look for commonalities and disagreements, and pull out actionable insights. For prompt engineering specifically, there's been a lot of research on techniques like chain-of-thought, role-playing, and instruction formats. I could help you summarize them, but I'd need links or PDFs to work with. Would you want me to focus on specific findings—techniques that work, when they fail, recommendations? Do you want academic citations or more practical takeaways?
RESEARCH SUMMARY: Prompt Engineering Techniques (5 Papers) PAPER 1: Chain-of-Thought Prompting Improves Reasoning Authors: Wei et al., Google Research Key finding: Asking models to 'think step by step' improves accuracy by 40-60% on math and logic tasks Method: Prompt ends with 'Let me work through this step by step:' Limitations: Doesn't help on factual recall tasks (biographical questions) Citability: Highly cited in prompt engineering community Practical takeaway: Use CoT for reasoning; skip for simple lookup questions PAPER 2: Role-Playing Personas Doesn't Transfer Well Across Tasks Authors: Deng et al., CMU Language Lab Key finding: Instructing model 'You are an expert doctor' improves medical Q&A by 8-12% but fails on unrelated tasks Technique: Persona priming at start of conversation Mechanism unclear: Possibly pattern matching rather than semantic role understanding Limitations: Effect size small; inconsistent across domains Practical takeaway: Persona prompting is weak signal; reserve for high-stakes, domain-specific tasks PAPER 3: Instruction Format Precision Matters More Than Length Authors: Li et al., Stanford NLP Lab Key finding: Specific, structured instructions (with examples) outperform long, natural instructions by 25% Comparison: → Natural: 'Write a summary of this article' (6 words) → Structured: 'Summarize in 3 bullets, max 50 words each. Output format: SUMMARY:' (15 words, 25% better performance) Why: Structured format reduces ambiguity, aligns model output parsing Limitations: Effect diminishes after 5-6 examples Practical takeaway: Template-based instructions > prose instructions PAPER 4: Few-Shot Examples Are Context-Dependent Authors: Holtzman et al., University of Washington Key finding: Prompt performance is sensitive to example selection (order and content) Finding detail: 3 similar examples perform 15% better than 3 random examples Sensitivity: Reordering examples can shift accuracy by 5-8% Limitations: Effect size varies by task; some tasks robust to example order Practical takeaway: Curate examples thoughtfully; don't assume any 3 examples work equally PAPER 5: Scaling Laws Apply to Prompting (Not Just Models) Authors: Hoffmann et al., DeepMind Key finding: Larger prompt context improves reasoning, but with diminishing returns Data: 64-token prompt → 256-token prompt = +18% accuracy; 256 → 1024 token = +4% (diminishing) Saturates: After ~1,500 tokens, additional context provides negligible gains Limitations: Effect depends on task complexity; simple tasks saturate at 512 tokens Practical takeaway: 500-1K token prompts optimal; more isn't always better COMPARATIVE ANALYSIS Technique | Effectiveness | Robustness | When to Use Chain-of-Thought | BEST (40-60% lift) | High (works across domains) | Math, logic, multi-step reasoning Role-Playing | WEAK (8-12% lift) | Low (domain-specific) | Medical/legal where deep expertise needed Structured Instructions | STRONG (25% lift) | Very High | Any task where output format matters Few-Shot Examples | VARIABLE | Medium (order-dependent) | Domain-specific, complex tasks Large Context Window | DIMINISHING ROI | Medium | Long-context reasoning, retrieval tasks CONTRADICTIONS FOUND Paper 1 vs. Paper 2: Role-playing reported 8% gain (Paper 2) vs. claims in tutorials of 15-20% (unvalidated) → Reconciliation: Persona effect is real but modest; overstated in community Paper 3 vs. intuition: Structured > natural seems obvious, but magnitude (25%) is substantial → Implication: Current prompt optimization is under-invested in format engineering ACTIONABLE FINDINGS 1. Prioritize Structure Invest in template-based prompt design before trying advanced techniques. 25% gain is massive. 2. Chain-of-Thought for Hard Tasks For reasoning, reasoning, reasoning—always add 'think step by step.' 40-60% gain justified. 3. Curate Few-Shot Examples Don't grab random examples. Spend time selecting 3-5 high-quality examples for domain tasks. 15% performance difference is meaningful. 4. Skip Persona Unless Specialized Role-playing is overhyped. Save it for medical/legal scenarios. Standard instructions work fine elsewhere. 5. Respect Context Saturation Prompts over 1K tokens show diminishing returns. Be ruthless about trimming. Saves latency without performance loss. GAPS IN CURRENT RESEARCH → No clear guidance on combining techniques (CoT + structured + examples together) → Limited research on prompt stability (same prompt, different model versions) → Few studies on real-world applications vs. benchmarks FURTHER READING → Paper 1: URL illustrative, not real → Paper 2: URL illustrative, not real → Papers 3-5: Available on arxiv.org
About this skill
name: research-summarizer description: Use when Structured research summarization agent skill for non-dev users.
Research Summarizer
Structured research summarization agent skill for non-dev users. Handles academic papers, web articles, reports, and documentation. Extracts key findings, generates comparative analyses, and produces properly formatted citations. Use when: user wants to summarize a research paper, compare multiple sources, extract citations from documents, or create structured research briefs. Plugin for Claude Code, Codex, Gemini CLI, and OpenClaw.
What you get
- Public GitHub repo (alirezarezvani/claude-skills)
- the research-summarizer skill folder with SKILL.md. Part of a 337-skill / 30-agent / 70-command install.
Customize your output
- Fork the repo and adapt the skill's instructions and references to your workflow.
Example output
Activates automatically when your request matches Research Summarizer; chains with the other skills, agents, and commands in the collection.
Best for
Creators, builders, and teams using Claude Code.
SKILL.md preview
---
name: research-summarizer
description: Use this skill when a user wants to summarize a research paper, compare multiple sources, extract citations, or build a structured research brief.
version: 1.0.0
category: Business & Ops / Product
author: AgentVolt
license: proprietary
tags:
- business-ops
- product
---
# Research Summarizer
Turns academic papers, articles, and reports into structured, citation-backed summaries and comparisons, aimed at non-dev users who need the findings, not the raw source.
## When to use
… (sign up to view the full skill)More business & ops skills
View all Business & Ops skills →Product Manager Toolkit
Comprehensive toolkit for product managers including RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, and go-to-market strategies.
Product Skills
Coordinates a set of product-management sub-skills — prioritization, discovery, UX research, competitive teardown, analytics, roadmapping.
Experiment Designer
Use when planning product experiments, writing testable hypotheses, estimating sample size, prioritizing tests, or interpreting A/B outcomes with practical statistical rigor.
UX Researcher & Designer
UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis.