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

research-proposal研究计划

Agent Skill

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

总安装

5,916

周安装

249

GitHub Stars

541

下载量

2,072
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/luwill/research-skills --skill research-proposal

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于需要根据关键词或任务场景进行信息检索的研究类 Agent 工作流。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 建议确认权限范围和维护状态,注意可能触发联网或文件读写操作。
  • research-proposal 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Research Proposal Generator

Generate high-quality academic research proposals for PhD applications following Nature Reviews-style academic writing conventions.

Overview

This skill guides the generation of research proposals through a structured 5-phase workflow:

  1. Requirements Gathering - Collect research topic, domain, language preferences
  2. Literature Collection - Gather relevant literature from multiple sources
  3. Outline Generation - Create structured outline for user approval
  4. Content Writing - Generate full proposal based on approved outline
  5. Output & Review - Deliver Markdown file with quality checklist

Target Output: 2,000-4,000 words (default ~3,000 words) for PhD applications.


Phase 1: Requirements Gathering

Use AskUserQuestion to collect the following information:

Required Information

  1. Research Topic/Direction

- What is the core research question or area? - Any specific problems to address?

  1. Academic Domain

- STEM (Science, Technology, Engineering, Mathematics) - Humanities (History, Philosophy, Literature, Languages) - Social Sciences (Sociology, Psychology, Economics, Political Science)

  1. Output Language

- English - 中文 (Chinese)

  1. Target Word Count

- Default: 3,000 words - Range: 2,000-4,000 words (humanities may extend to 10,000)

Optional Information

  1. Target Institution(s)

- University/research group names - Specific faculty members of interest

  1. Existing Materials

- User's prior research or publications - Relevant literature already collected in Zotero

Example Questions

Questions to ask the user:

1. "What is your research topic or direction? Please describe the core question or problem you want to investigate."

2. "Which academic domain does your research belong to?"
   - STEM (Science, Technology, Engineering, Mathematics)
   - Humanities (History, Philosophy, Literature)
   - Social Sciences (Sociology, Psychology, Economics)

3. "What language should the proposal be written in?"
   - English
   - 中文 (Chinese)

4. "Do you have a target word count? (Default: ~3,000 words)"

5. "Are you applying to specific institutions or working with particular faculty?"

6. "Have you uploaded relevant literature to your Zotero library that I should reference?"

Phase 2: Literature Collection

Literature Sources Strategy

┌─────────────────────────────────────────────────────────┐
│                    Literature Sources                    │
├─────────────────────────────────────────────────────────┤
│  General Info    →  WebSearch (trends, news, reviews)   │
│  Open Access     →  arXiv, PubMed (preprints, OA papers)│
│  Closed Access   →  Zotero MCP (user's uploaded papers) │
└─────────────────────────────────────────────────────────┘

Using WebSearch

Search for:

  • Recent review articles and meta-analyses
  • Research trends and emerging topics
  • News about breakthroughs in the field
  • Methodological advances

Example searches:

"{topic} systematic review 2024 2025"
"{topic} research trends future directions"
"{topic} methodology recent advances"

Using Zotero MCP

IMPORTANT: Remind users to upload relevant closed-access literature to Zotero before starting.

Search User's Library

# Search by topic keywords
Use: mcp__zotero__zotero_search_items
Parameters: query = "{research topic keywords}"

# Advanced search with filters
Use: mcp__zotero__zotero_advanced_search
Parameters: conditions based on author, title, year, tags

# Semantic search for related papers
Use: mcp__zotero__zotero_semantic_search
Parameters: query = "{research question}"

Retrieve Paper Content

# Get full text content
Use: mcp__zotero__zotero_get_item_fulltext
Parameters: item_key = "{item key from search}"

# Get user's annotations and highlights
Use: mcp__zotero__zotero_get_annotations
Parameters: item_key = "{item key}"

# Get user's notes
Use: mcp__zotero__zotero_get_notes
Parameters: item_key = "{item key}"

Literature Organization

Organize collected literature into categories:

  1. Background/Context - Foundational papers establishing the field
  2. Current State - Recent advances and state-of-the-art
  3. Research Gap - Papers identifying limitations or open questions
  4. Methodology - Papers with relevant methods to adopt/adapt
  5. Related Work - Adjacent research areas for comparison

Phase 3: Outline Generation

Proposal Structure by Domain

Read the reference file for domain-specific guidance:

  • references/STRUCTURE_GUIDE.md - Detailed section guidelines
  • references/DOMAIN_TEMPLATES.md - STEM vs Humanities differences

Standard Outline Template

# [Research Title]

## Abstract (150-300 words, 5-10%)
- Research problem summary
- Research questions/objectives
- Methodology overview
- Expected significance

## 1. Introduction (500-800 words, 15-20%)
### 1.1 Background and Context
### 1.2 Problem Statement
### 1.3 Research Questions/Objectives
### 1.4 Scope and Delimitations

## 2. Literature Review (500-1000 words, 20-25%)
### 2.1 Theoretical Framework
### 2.2 Current State of Research
### 2.3 Research Gap Analysis
### 2.4 Positioning of This Study

## 3. Methodology (500-800 words, 20-25%)
### 3.1 Research Design
### 3.2 Data Collection Methods
### 3.3 Data Analysis Approach
### 3.4 Validity and Limitations

## 4. Timeline (200-300 words, 5-10%)
### 4.1 Research Phases
### 4.2 Key Milestones
### 4.3 Gantt Chart (optional)

## 5. Significance and Expected Contributions (200-400 words, 10-15%)
### 5.1 Theoretical Contributions
### 5.2 Practical Implications
### 5.3 Broader Impact

## References (minimum 40 references)

Note: Do NOT include Appendix sections. All essential content should be integrated into the main body.

User Confirmation

CRITICAL: Present the outline to the user and wait for confirmation before proceeding to content generation.

Present the generated outline and ask:

"Here is the proposed outline for your research proposal:

[Display outline with section titles and estimated word counts]

Please review and let me know:
1. Is the overall structure acceptable?
2. Would you like to add, remove, or modify any sections?
3. Should any section receive more/less emphasis?

I will proceed with content generation once you approve the outline."

Phase 4: Content Writing

Writing Style Guidelines

Read and apply: references/WRITING_STYLE_GUIDE.md

Key Principles

  1. Academic Register

- Formal tone, avoid colloquialisms - Third person preferred, limited first person plural ("we") - Precise terminology

  1. Prose-Based Writing Style (CRITICAL) AVOID point-by-point enumeration. Academic proposals should read as flowing, connected prose rather than bulleted lists or numbered items. Use transitional phrases and coherent paragraphs to present ideas. Avoid Use Instead Bullet points listing objectives Integrated paragraph describing objectives with transitions Numbered lists of contributions Narrative prose explaining contributions in context Tables for methodology steps Flowing description of research design When lists ARE appropriate (use sparingly): Example transformation: ❌ Poor (point-by-point): The contributions include: - Novel segmentation algorithm - Multi-modal fusion framework - Clinical validation study ✓ Good (prose-based): This research is expected to advance the field through several interconnected contributions. First, the development of a novel segmentation algorithm will enable automated plaque detection with accuracy surpassing current methods. Building on this foundation, a multi-modal fusion framework will integrate complementary imaging data to capture plaque characteristics inaccessible to any single modality. Finally, rigorous clinical validation will establish the prognostic value of these computational biomarkers for predicting cardiovascular events.

- Research questions/objectives (as a focused set of 2-4 items) - Timeline milestones (where tabular format aids clarity) - Technical specifications that require precise enumeration

  1. Hedging Language (Academic Caution) Avoid Use Instead "will prove" "aims to demonstrate" "definitely" "likely", "potentially" "is obvious" "evidence suggests" "proves" "indicates", "demonstrates"
  2. Sentence Templates Introducing Background: Identifying Gaps: Stating Objectives: Methodology Justification: Expected Contributions:

- "Over the past decade, [X] has emerged as a critical area of..." - "Recent advances in [X] have opened new possibilities for..." - "However, [X] remains poorly understood." - "Despite these advances, significant challenges persist in..." - "A critical gap exists in our understanding of..." - "This research aims to address [X] by..." - "The primary objective of this study is to..." - "This proposal seeks to investigate..." - "Building on previous work, this study proposes to..." - "This approach was selected because..." - "[Method] offers several advantages for studying [X]..." - "This work has the potential to advance..." - "The findings may contribute to..." - "This research could provide insights into..."

  1. Transitions and Connectors

- Addition: Moreover, Furthermore, In addition, Additionally - Contrast: However, Nevertheless, Conversely, On the other hand - Causation: Therefore, Consequently, As a result, Thus - Emphasis: Importantly, Notably, Of particular significance - Sequence: First, Subsequently, Finally, Following this

  1. Paragraph Structure Topic Sentence → Supporting Evidence (with citations) → Synthesis/Implications

- 4-8 sentences per paragraph - Clear logical progression - Explicit transitions between paragraphs

Citation Formatting

Based on domain:

  • STEM: APA style (Author, Year)
  • Humanities: MLA or Chicago style
  • Social Sciences: APA or Chicago style

First mention of abbreviations: "coronary CT angiography (CCTA)"

Integrate citations into text: "Recent studies (Smith et al., 2023; Jones, 2024) have demonstrated..."

Figure Suggestions

IMPORTANT: Include suggestions for figures at appropriate locations throughout the proposal. Figures significantly enhance readability and demonstrate the applicant's ability to communicate complex ideas visually.

Figure Placement Guidelines

Insert figure suggestions using the following format:

> **[Figure 1 Suggestion]** *Title: Overview of the proposed research framework*
> Content: A flowchart or schematic diagram illustrating the three-phase research
> design, showing data flow from imaging modalities through AI processing to
> clinical outcomes. Include icons for CCTA/IVUS/OCT inputs, deep learning
> modules, and output predictions.
> Recommended style: Clean vector graphics with consistent color scheme.

Recommended Figure Types by Section

SectionSuggested Figure Type
IntroductionConceptual diagram showing research scope and positioning
Literature ReviewTimeline of key developments; Taxonomy/classification of existing methods
MethodologyResearch framework flowchart; Network architecture diagram; Data processing pipeline
TimelineGantt chart showing research phases and milestones
SignificanceImpact diagram showing theoretical and practical contributions

Figure Suggestion Principles

  1. Strategic placement: Suggest 3-5 figures for a 3,000-word proposal
  2. Self-explanatory: Each figure should convey key information without requiring extensive caption reading
  3. Consistent style: Recommend unified visual language (colors, fonts, icons)
  4. Professional quality: Suggest tools (e.g., Adobe Illustrator, draw.io, BioRender for biomedical)
  5. Accessibility: Recommend colorblind-friendly palettes and sufficient contrast

Language-Specific Considerations

English Output

  • Follow standard academic English conventions
  • Use British or American English consistently
  • Maintain formal register throughout

Chinese Output (中文)

  • 使用规范学术中文
  • 适当使用 hedging 语言:

- "本研究旨在探讨..." (not "本研究将证明...") - "研究结果可能表明..." (not "研究结果必定显示...") - "有望推进..." (not "肯定会推进...")

  • 保持正式学术语体
  • 参考文献格式遵循 GB/T 7714

Phase 5: Output and Review

File Generation

Generate the proposal as a Markdown file:

proposal_{topic_slug}_{YYYY-MM-DD}.md

Save to user's working directory or specified location.

Quality Checklist

Read and apply: references/QUALITY_CHECKLIST.md

Verify:

Structure

  • All required sections present
  • Word counts within specified ranges
  • Logical flow between sections
  • Clear section headings

Content

  • Research questions clearly stated
  • Literature review identifies specific gap
  • Methodology appropriate for research questions
  • Timeline realistic and detailed
  • Significance clearly articulated

Academic Style

  • Formal academic tone throughout
  • Appropriate hedging language used
  • Smooth transitions between sections
  • No colloquialisms or informal expressions
  • Prose-based writing (minimal bullet points/lists)
  • Lists used ONLY where truly necessary (e.g., research questions, timeline)

Figures

  • 3-5 figure suggestions included at appropriate locations
  • Figure suggestions include title, content description, and style recommendations
  • Figures distributed across sections (not clustered)
  • Each figure serves a clear communicative purpose

Citations

  • All claims supported by references
  • Citation format consistent
  • Minimum 40 references for PhD proposals
  • Recent literature included (~60% from last 5 years)
  • Seminal/foundational works cited where appropriate
  • Balance across different research groups/institutions

Technical

  • No grammatical errors
  • Abbreviations defined on first use
  • Consistent terminology
  • Proper markdown formatting

Format Conversion Guidance

Provide user with conversion instructions:

# Convert to Word document
pandoc proposal.md -o proposal.docx

# Convert to PDF (requires LaTeX)
pandoc proposal.md -o proposal.pdf

# Convert to PDF with custom styling
pandoc proposal.md -o proposal.pdf --template=academic.latex

Reference Files

This skill uses the following reference documents:

FilePurpose
references/STRUCTURE_GUIDE.mdDetailed section-by-section writing guide
references/DOMAIN_TEMPLATES.mdSTEM vs Humanities structural differences
references/WRITING_STYLE_GUIDE.mdNature Reviews academic writing style
references/QUALITY_CHECKLIST.mdComplete quality verification checklist
references/LITERATURE_WORKFLOW.mdLiterature collection workflow details
assets/proposal_scaffold_en.mdEnglish template scaffold
assets/proposal_scaffold_zh.mdChinese template scaffold

Workflow Summary

┌──────────────────────────────────────────────────────────────────┐
│                    Research Proposal Generation                   │
├──────────────────────────────────────────────────────────────────┤
│                                                                  │
│  Phase 1: Requirements    [Interactive]                          │
│     │     └─ Topic, Domain, Language, Word Count                 │
│     ▼                                                            │
│  Phase 2: Literature      [Automatic]                            │
│     │     └─ WebSearch + Zotero MCP                              │
│     ▼                                                            │
│  Phase 3: Outline         [Interactive - User Approval Required] │
│     │     └─ Generate outline → User confirms → Proceed          │
│     ▼                                                            │
│  Phase 4: Content         [Automatic - One-shot Generation]      │
│     │     └─ Write all sections based on approved outline        │
│     ▼                                                            │
│  Phase 5: Output          [Delivery]                             │
│           └─ Markdown file + Quality checklist + Conversion tips │
│                                                                  │
└──────────────────────────────────────────────────────────────────┘

Error Handling

No Zotero Literature Found

If user's Zotero library has no relevant papers:

  1. Inform user of the limitation
  2. Rely more heavily on WebSearch for open-access sources
  3. Suggest user upload relevant papers and retry

Insufficient Information

If topic is too vague:

  1. Ask clarifying questions about specific aspects
  2. Suggest narrowing the research scope
  3. Provide examples of well-defined research questions

Word Count Constraints

If content exceeds target:

  1. Prioritize essential sections (Introduction, Methodology)
  2. Condense literature review to key points
  3. Offer expanded version as separate file

Notes

  • This skill is designed specifically for PhD applications
  • Default output is approximately 3,000 words
  • Always confirm outline with user before content generation
  • Follow Nature Reviews-style academic writing conventions
  • Support both English and Chinese output
  • Minimum 40 references required for comprehensive literature coverage
  • Include figure suggestions at appropriate locations (3-5 figures recommended)
  • NO appendices in the output - keep all content in main body sections
  • Prefer flowing prose over bullet points and numbered lists

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.19%
按下载量换算729

Claude

29.64%
按下载量换算614

Cursor

17.75%
按下载量换算368

Gemini CLI

8.82%
按下载量换算183

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills