Getting Started with Research Superpowers by kthorn/research-superpower
npx skills add https://github.com/kthorn/research-superpower --skill 'Getting Started with Research Superpowers'研究超能力为 Claude Code 提供了文献检索与综述的系统化工作流程。
重点: 从已发表论文中查找、筛选和提取数据。不用于分析实验数据或设计实验。
使用这些技能进行系统性文献综述:
文献检索与综述技能 (skills/research/)
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
当用户提出文献检索问题时:
每个查询会在 research-sessions/ 目录下创建一个文件夹:
research-sessions/YYYY-MM-DD-query-description/
├── SUMMARY.md # 主要发现
├── papers-reviewed.json # 去重跟踪(DOI → 状态)
├── papers/ # 下载的 PDF 和补充数据
└── citations/ # 引文图追踪
进行系统性文献综述时:
PubMed E-utilities (无需密钥):
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 (免费层可用,可选密钥以获得更高限制):
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}/citations使用 find-skills 脚本来搜索相关技能:
# 从项目目录
./scripts/find-skills # 列出所有技能
./scripts/find-skills literature # 搜索 "literature"
./scripts/find-skills 'cite|ref' # 正则表达式搜索
每周安装次数
–
代码仓库
GitHub 星标数
36
首次出现
–
安全审计
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
Weekly Installs
–
Repository
GitHub Stars
36
First Seen
–
Security Audits
AI Elements:基于shadcn/ui的AI原生应用组件库,快速构建对话界面
58,500 周安装