Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计通过

discover-research发现研究

Agent Skill

discover-research 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,552

周安装

66

GitHub Stars

101

下载量

544
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:discover-research(发现研究)
来源仓库:https://github.com/rand/cc-polymath
仓库路径:skills/discover-research
安装命令:
npx skills add https://github.com/rand/cc-polymath --skill discover-research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/rand/cc-polymath --skill discover-research

简介

discover-research 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词或任务场景快速定位候选结果时使用。

  • 它可自动激活于文献综述、定量研究、实验设计、数据收集分析、学术写作及引用管理等科研全流程场景。
  • 使用时建议结合来源仓库和原始 README 核验具体用法,并确认是否涉及联网、命令执行或文件读写操作。
  • 安装前请检查权限范围、维护状态及潜在的资源访问行为,确保符合项目安全策略。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Research Skills Discovery

Auto-Activation

This skill is automatically activated when your task involves:

  • Research synthesis, literature reviews, meta-analysis
  • Quantitative research, statistical analysis, surveys, experiments
  • Qualitative research, interviews, ethnography, case studies
  • Study design, hypothesis testing, sampling strategies
  • Data collection, survey design, interview protocols
  • Data analysis, coding, statistical tests, visualization
  • Research writing, academic papers, citations, reporting

Available Research Skills

Core Methodology Skills

1. research-synthesis - Synthesizing information and conducting meta-analysis

  • Narrative synthesis approaches
  • Meta-analysis with Python implementation
  • Thematic synthesis of qualitative findings
  • Evidence mapping and gap analysis
  • GRADE framework for quality assessment
  • Use when: Integrating findings across studies

2. quantitative-methods - Quantitative research and statistical analysis

  • Experimental design with power analysis
  • Survey methods and analysis
  • Hypothesis testing framework
  • Regression analysis with diagnostics
  • Effect sizes and reporting
  • Use when: Testing hypotheses with numerical data

3. qualitative-methods - Qualitative research approaches

  • In-depth interview protocols
  • Thematic analysis (6 phases)
  • Grounded theory coding
  • Case study research design
  • Quality criteria and rigor
  • Use when: Exploring experiences and meanings

4. research-design - Planning and designing research studies

  • Research question formulation (FINER criteria)
  • Validity threat analysis
  • Sampling strategies with Python tools
  • Experimental control frameworks
  • Design quality assessment
  • Use when: Planning a new study from scratch

Implementation Skills

5. data-collection - Methods for gathering research data

  • Survey instrument design and validation
  • Interview protocol development
  • Observation methods and field notes
  • Data quality control frameworks
  • Response rate optimization
  • Use when: Implementing data collection

6. data-analysis - Analyzing quantitative and qualitative data

  • Comprehensive descriptive statistics
  • Inferential testing with full reporting
  • Systematic qualitative coding
  • Thematic development process
  • Publication-ready visualizations
  • Use when: Making sense of collected data

7. research-writing - Writing research papers and reports

  • IMRAD structure with guidelines
  • APA statistical reporting
  • Citation management
  • Argument construction
  • Peer review response strategies
  • Use when: Communicating research findings

Loading Skills

Load Individual Skills

From skills directory

Read../research/research-synthesis.md Read../research/quantitative-methods.md Read../research/qualitative-methods.md Read../research/research-design.md Read../research/data-collection.md Read../research/data-analysis.md Read../research/research-writing.md

Common Workflow Combinations

Quantitative Research Study:

Planning phase

Read../research/research-design.md

Data collection

Read../research/data-collection.md Read../research/quantitative-methods.md

Analysis and reporting

Read../research/data-analysis.md Read../research/research-writing.md

Qualitative Research Study:

Planning phase

Read../research/research-design.md

Data collection

Read../research/data-collection.md Read../research/qualitative-methods.md

Analysis and reporting

Read../research/data-analysis.md Read../research/research-writing.md

Literature Review / Meta-Analysis:

Synthesis phase

Read../research/research-synthesis.md

If including quantitative synthesis

Read../research/quantitative-methods.md

Writing phase

Read../research/research-writing.md

Mixed Methods Study:

All methods

Read../research/research-design.md Read../research/quantitative-methods.md Read../research/qualitative-methods.md Read../research/data-collection.md Read../research/data-analysis.md Read../research/research-writing.md

Progressive Loading

Load skills progressively based on research phase:

Phase 1: Planning (Load 1-2 skills)

  • research-design (always)
  • quantitative-methods OR qualitative-methods (based on approach)

Phase 2: Collection (Add 1-2 skills)

  • data-collection (always)
  • Keep loaded: specific method skill

Phase 3: Analysis (Add 1 skill)

  • data-analysis (always)
  • Keep loaded: method and collection skills for reference

Phase 4: Writing (Add 1 skill, can unload others)

  • research-writing (always)
  • research-synthesis (if synthesizing literature)
  • Keep one method skill for reporting details

Phase 5: Synthesis (If conducting review)

  • research-synthesis (load early)
  • quantitative-methods (if meta-analysis)
  • qualitative-methods (if thematic synthesis)

Decision Tree

Research Task
    ↓
Conducting new study?
    YES → Load research-design
        ↓
        Quantitative approach?
            YES → Load quantitative-methods + data-collection
        Qualitative approach?
            YES → Load qualitative-methods + data-collection
        Mixed methods?
            YES → Load both methods + data-collection
        ↓
        Ready to analyze?
            YES → Load data-analysis
        ↓
        Ready to write?
            YES → Load research-writing

    NO → Synthesizing existing research?
        YES → Load research-synthesis
            ↓
            Quantitative synthesis (meta-analysis)?
                YES → Also load quantitative-methods
            Qualitative synthesis?
                YES → Also load qualitative-methods
            ↓
            Ready to write?
                YES → Load research-writing

Context-Aware Loading

Based on keywords in your task, these skills auto-load:

Keywords → Skills Mapping:

  • "literature review", "meta-analysis", "systematic review" → research-synthesis
  • "survey", "experiment", "hypothesis", "statistical" → quantitative-methods
  • "interview", "ethnography", "case study", "lived experience" → qualitative-methods
  • "study design", "sampling", "validity", "research plan" → research-design
  • "questionnaire", "data collection", "measurement" → data-collection
  • "analyze data", "coding", "statistical test", "thematic" → data-analysis
  • "write paper", "manuscript", "citation", "peer review" → research-writing

Related Skill Categories

  • statistics: Advanced statistical techniques
  • data-science: Machine learning and big data approaches
  • visualization: Advanced data visualization
  • academic-writing: General academic writing skills
  • scientific-computing: Python/R for research computing

Quick Start Examples

"I need to design a survey study"

Read../research/research-design.md Read../research/data-collection.md Read../research/quantitative-methods.md

"I need to analyze interview transcripts"

Read../research/qualitative-methods.md Read../research/data-analysis.md

"I need to conduct a meta-analysis"

Read../research/research-synthesis.md Read../research/quantitative-methods.md

"I need to write up my results"

Read../research/research-writing.md Read../research/data-analysis.md

Best Practices

  1. Start with design: Load research-design first when planning new studies
  2. Method-specific loading: Load only the method skill you need (quant OR qual)
  3. Progressive addition: Add skills as you progress through research phases
  4. Unload when done: Unload skills from completed phases to manage context
  5. Keep writing loaded: research-writing useful throughout for documentation

Skill Maintenance

All research skills follow these standards:

  • Practical code examples (Python primary, R when appropriate)
  • Real-world templates and protocols
  • Best practices and anti-patterns
  • Cross-references to related skills
  • 250-400 lines optimized for context efficiency

Integration with Other Skills

Research skills integrate well with:

  • python-data-science: For advanced analysis
  • python-visualization: For publication graphics
  • academic-latex: For paper formatting
  • git-workflow: For research project management
  • reproducibility: For reproducible research practices

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

26.56%
按下载量换算144

Antigravity

21.99%
按下载量换算120

Codex

18.93%
按下载量换算103

OpenCode

11.77%
按下载量换算64

Gemini CLI

7.57%
按下载量换算41

windsurf

3.26%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills