Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计提醒

research-ideation研究构思

Agent Skill

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

总安装

1,411

周安装

60

GitHub Stars

3,483

下载量

494
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/galaxy-dawn/claude-scholar --skill research-ideation

简介

research-ideation 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 注意该技能属于研究检索类,实际功能以来源仓库文档为准。

SKILL.md

Research Ideation

Supports the complete workflow for the research project initiation phase, from literature review to research question definition, method selection, and research planning.

Core Features

1. Idea Brainstorming (5W1H Framework)

Systematically brainstorm research ideas using the 5W1H framework:

  • What: What problem or phenomenon to study
  • Why: Why this problem is important
  • Who: Target audience and stakeholders
  • When: Time scope and context of the research
  • Where: Application scenarios and domains
  • How: Preliminary research methodology ideas

Integration with superpowers:brainstorming: Can invoke the superpowers:brainstorming skill for interactive brainstorming to help rapidly generate and evaluate research ideas.

2. Literature Review

Systematically search, analyze, and synthesize related literature:

  • Build effective search keywords
  • Search via WebSearch across academic databases (arXiv, Google Scholar, etc.)
  • Screen and evaluate paper quality
  • Identify research trends and gaps
  • Generate structured literature reviews
  • Zotero Integration: Papers are automatically added to Zotero via DOI, organized into topic-based collections, and open-access PDFs are auto-attached for full-text reading

3. Gap Analysis

Systematically identify and evaluate research gaps:

  • Literature gaps: Identify topics or questions not yet sufficiently studied
  • Methodological gaps: Discover limitations and improvement opportunities in existing methods
  • Application gaps: Identify opportunities for theory-to-practice transfer
  • Interdisciplinary gaps: Discover research opportunities at the intersection of different fields
  • Temporal gaps: Identify new research needs arising from changes over time

Analysis Dimensions:

  • Coverage of research topics
  • Comparison of strengths and weaknesses of existing methods
  • Completeness of experimental setups
  • Availability of datasets and benchmarks
  • Gap between theory and practice

4. Research Question Definition

Formulate specific research questions based on literature analysis:

  • Identify research gaps and opportunities
  • Apply SMART principles to formulate questions
  • Evaluate importance, novelty, and feasibility
  • Define research objectives and expected contributions

5. Method Selection

Select appropriate research methods:

  • Analyze strengths and weaknesses of existing methods
  • Evaluate method applicability
  • Identify required technologies and resources
  • Consider method feasibility

6. Research Planning

Develop detailed research plans:

  • Plan research timeline
  • Define milestones and deliverables
  • Identify potential risks
  • Assess resource requirements

When to Use

Scenarios for This Skill

Use the research-ideation skill in the following situations:

  1. Starting a new research project - Have research interests but no clear research question yet
  2. Literature review - Need to systematically understand a research field
  3. Research question formulation - Need to transform vague ideas into specific research questions
  4. Method selection - Need to choose appropriate research methods and technical approaches
  5. Research planning - Need to plan research timeline and resources

Typical Workflow

Research interest → Idea brainstorming (5W1H) → Literature review → Gap analysis → Define question → Select method → Create plan

Output Files:

  • literature-review.md - Structured literature review
  • research-proposal.md - Research proposal (including question, method, plan)
  • references.bib - References in BibTeX format
  • Zotero collection with organized papers and PDFs

Integration with Other Systems

Complete Research Workflow

research-ideation (Research initiation)
    ↓
Experiment execution (completed by user)
    ↓
results-analysis (Results analysis)
    ↓
ml-paper-writing (Paper writing)

Data Flow

  • research-ideation output → Guides experiment design and method selection
  • Experimental results → results-analysis for statistical analysis
  • Analysis results → Related Work and Methods sections of ml-paper-writing

Zotero Integration

Through the Zotero MCP server, the research-ideation workflow automates literature management:

  • Paper Discovery: WebSearch finds relevant papers across academic databases
  • Auto-Import: Extract DOI / arXiv ID / landing-page URLs from search results, then use zotero_add_items_by_identifier to prefer paper/preprint imports before any webpage fallback
  • Collection Organization: zotero_create_collection creates topic-based collections with standard sub-collections (Core Papers, Methods, Applications, Baselines, To-Read)
  • PDF Attachment: zotero_add_items_by_identifier(..., attach_pdf=true) runs a PDF cascade (landing-page PDF hints → direct PDF → Unpaywall), and zotero_find_and_attach_pdfs can be used as a follow-up sweep for remaining items
  • Full-Text Reading: zotero_get_item_fulltext reads indexed PDF content for analysis and note-taking
  • Library Search: zotero_search_items and zotero_get_collection_items browse existing papers to avoid duplicates

Key Configuration

  • Literature search scope: Papers from the last 3 years by default, configurable
  • Output format: Markdown format for easy editing and version control
  • Citation management: Generates references in BibTeX format
  • Zotero collection naming: Research-{topic}-{YYYY} format
  • PDF auto-attach: Enabled by default for open-access papers via Unpaywall

Additional Resources

Reference Files

Detailed methodology guides, loaded on demand:

  • references/5w1h-framework.md - 5W1H Framework Guide

- What, Why, Who, When, Where, How — six dimensions - Systematic approach to brainstorming research ideas - Integration with superpowers:brainstorming - Usage examples and best practices

  • references/literature-search-strategies.md - Literature Search Strategies

- Keyword construction techniques - Academic database selection (arXiv, Google Scholar) - Search tips and screening criteria - Paper quality evaluation methods - DOI extraction and Zotero auto-import workflow

  • references/zotero-integration-guide.md - Zotero MCP Integration Guide

- Available Zotero MCP tools (browse, add, cite) - Collection organization strategy and naming conventions - Automated workflow: WebSearch → DOI → Zotero import → PDF attach - Full-text reading and structured note-taking - Common issues and troubleshooting

  • references/gap-analysis-guide.md - Gap Analysis Guide

- 5 types of Gap Analysis (literature, methodological, application, interdisciplinary, temporal) - 5 analysis dimensions - Systematic approach to identifying research opportunities - Usage examples and best practices

  • references/research-question-formulation.md - Research Question Formulation

- Applying SMART principles - Question type classification (exploratory, confirmatory, applied) - Evaluation criteria (importance, novelty, feasibility) - Defining research objectives and contributions

  • references/method-selection-guide.md - Method Selection Guide

- Common research method classification - Method applicability analysis - Strengths and weaknesses comparison - Resource requirement assessment

  • references/research-planning.md - Research Planning

- Timeline planning methods - Milestone definition techniques - Risk identification and mitigation - Resource allocation strategies

Example Files

Complete working examples:

  • examples/example-literature-review.md - Literature Review Example

- Demonstrates structured literature review format - Includes research trend analysis and gap identification

  • examples/example-research-proposal.md - Research Proposal Example

- Demonstrates complete research proposal structure - Includes complete examples of question, method, and plan

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.52%
按下载量换算185

Claude

29.48%
按下载量换算146

Cursor

20.62%
按下载量换算102

Gemini CLI

9.3%
按下载量换算46

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills