Generate a complete NSFC (National Natural Science Foundation of China) General Program grant application in Chinese, following the 2026 official template. Use when the user provides a scientific hypothesis and wants to generate a full grant application document, including abs...
70
86%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Generate a complete NSFC General Program grant application from a scientific hypothesis and export it as a Word document.
Step 1: Parse hypothesis → extract key terms
Step 2: PubMed search → retrieve real references
Step 3: Generate full Markdown document (all sections)
Step 4: Save Markdown → call generate_docx.py → output .docxExtract from the hypothesis:
Also generate the project title (≤30 Chinese characters):
Mechanism of {key molecules}/{axis}/{pathway} regulating {biological process} or similarMechanism of KDM5D/NEDD4/Cx43/ATP axis in astrocytes regulating microglial activation and inflammatory response in NP# [Title] heading at the top of the documentDo NOT ask the user for additional information unless they have provided it. Proceed with only the hypothesis.
MANDATORY: All references must be retrieved via real PubMed API calls. Never fabricate references.
Read references/pubmed-guide.md for the full search protocol.
Quick reference:
https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term={QUERY}&retmax=10&sort=relevance&retmode=jsonhttps://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=pubmed&id={PMIDs}&retmode=jsonRead references/writing-guide.md for detailed section-by-section requirements.
Generate the complete document as a single Markdown string following the structure in references/template.md.
Section generation rules:
| Section | Action |
|---|---|
| Abstract | Generate Chinese + English abstract + keywords |
| Section I: Research Rationale | Generate full content: 5 numbered subsections with #### subheadings + hypothesis statement + research directions + reference list |
| Section II: Research Content | Generate: 3-4 research modules + innovation points + 4-year plan |
| Section III-1.1: Preliminary Research Foundation | Generate: expand on preliminary data from Section I |
| Section III-1.2: Feasibility Analysis | Generate: 4-dimension feasibility analysis |
| Section III (2-4) and Section IV (all subsections) | Leave as headings only — do NOT generate content |
Citation rules:
[N] or [N][M] (max 2 per location), placed before punctuationConsistency rule: Every preliminary data item mentioned in Section I (Figure 1, Figure 2, Table 1, etc.) MUST appear again in Section III 1.1, expanded with methods and results detail.
Extract 2-3 core keywords from the hypothesis (Chinese preferred, use underscores).
Format: {keyword1}_{keyword2}_{YYYYMMDD_HHMMSS}
Example: EGFR_LungCancer_20260527_143022
Create this folder in the current working directory (or user's specified path).
Save the full generated document as {folder_name}.md inside the output folder (same stem as the folder name).
Run the script:
python scripts/generate_docx.py {output_folder}/{folder_name}.md {output_folder}This produces {output_folder}/{folder_name}.docx.
If python-docx is not installed, inform the user:
pip install python-docxThen re-run the script.
After successful generation, report:
{folder_name}.md and {folder_name}.docxreferences/template.md — 2026 official template structurereferences/writing-guide.md — detailed writing requirements per sectionreferences/pubmed-guide.md — PubMed API search protocol and reference formattingscripts/generate_docx.py — Markdown to Word converter (requires python-docx)This skill accepts requests that match the documented purpose of nsfc-grant-writer and include enough context to complete the workflow safely.
Do not continue the workflow when the request is out of scope, missing a critical input, or would require unsupported assumptions. Instead respond:
nsfc-grant-writeronly handles its documented workflow. Please provide the missing required inputs or switch to a more suitable skill.
f5ef65b
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.