skills/05-kthorn-research-superpower/getting-started/SKILL.md
<!-- ╔══════════════════════════════════════════════════════════════╗ ║ 本文件为开源 Skill 原始文档,收录仅供学习与研究参考 ║ ║ CoPaper.AI 收集整理 | https://copaper.ai ║ ╚══════════════════════════════════════════════════════════════╝ 来源仓库: https://github.com/kthorn/research-superpower 项目名称: research-superpower 开源协议: MIT License 收录日期: 2026-04-02 声明: 本文件版权归原作者所有。此处收录旨在为社会科学实证研究者 提供 AI Agent Skills 的集中参考。如有侵权,请联系删除。 --> --- name: Getting Started with Research Superpowers de
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research skills/05-kthorn-research-superpower/getting-startedInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Research Superpowers gives Claude Code systematic workflows for literature searching and review.
Focus: Finding, screening, and extracting data from published papers. NOT for analyzing experimental data or designing experiments.
Use these skills for systematic literature reviews:
Literature Search & Review Skills (skills/research/)
When user asks a literature search question:
Each query creates a folder in research-sessions/:
research-sessions/YYYY-MM-DD-query-description/
├── SUMMARY.md # Main findings
├── papers-reviewed.json # Deduplication tracking (DOI → status)
├── papers/ # Downloaded PDFs and supplementary data
└── citations/ # Citation graph tracking
For systematic literature review:
PubMed E-utilities (no key required):
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgihttps://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgihttps://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgiSemantic Scholar (free tier works, optional key for higher limits):
https://api.semanticscholar.org/graph/v1/paper/DOI:{doi}https://api.semanticscholar.org/graph/v1/paper/{id}/referenceshttps://api.semanticscholar.org/graph/v1/paper/{id}/citationsUse the find-skills script to search for relevant skills:
# From project directory
./scripts/find-skills # List all skills
./scripts/find-skills literature # Search for "literature"
./scripts/find-skills 'cite|ref' # Regex search
tools
Show mcp-stata identity, connected tools, and status. Use when the user asks if mcp-stata is available, asks about access to the toolkit, or asks what Stata tools are connected.
tools
Activate when users mention Stata commands, .do files, regressions, econometrics, stored results, graphs, dataset inspection, replication, or Stata errors. Route the task through mcp-stata tools and the specialized research skills instead of treating it as plain text coding.
development
Build and review paper-ready regression, balance, and summary tables from Stata outputs. Use when the user needs a clean table for a draft, appendix, or coauthor share-out.
tools
Install, configure, update, or verify mcp-stata across Claude Code, Codex, Gemini CLI, Cursor, Windsurf, and VS Code. Activate when users ask to set up the Stata toolkit or troubleshoot the installation.