Research Grant Proposal Writer
Drafts competitive funding proposals tailored to NSF, NIH, DOE, DARPA, and Taiwan NSTC review criteria and formatting rules.
Content & WritingIntermediate★ 33,030⑂ 3,248AI score 9/10Last updated: Aug 9, 2026
What it does
- Applies agency-specific requirements: NSF (Intellectual Merit + Broader Impacts, 15-page project description, PAPPG 24-1), NIH (1-page Specific Aims + 12-page Research Strategy for R01, modular budgets), DOE (cost sharing, national lab collaboration), DARPA (BAAs, phased prototypes, transition paths), Taiwan NSTC (CM03 form, bilingual abstract, research architecture diagram).
- Gives section-by-section structure and length targets for specific aims, significance, innovation, approach, preliminary data, timeline, budget justification, biosketch, facilities, data management, and broader impacts.
- Provides a five-phase development workflow from 2–6 months out through internal mock review to submitting 48 hours early.
- Includes a failure-mode checklist (conceptual, writing, technical, formatting, strategic) plus resubmission guidance for responding to summary statements.
- Optional figure generation through the
scientific-schematicsskill (--doc-type grant, requires OPENROUTER_API_KEY).
Who it's for
- PIs and faculty submitting to US federal agencies or Taiwan's NSTC.
- Early-career researchers writing a first R01, NSF CAREER, or BAA response.
- Research development / sponsored programs staff supporting proposal teams.
- Teams revising a rejected application in response to reviewer critiques.
Example uses
- "Draft a one-page NIH R01 Specific Aims for this project" → background, gap, hypothesis, Aims 1–3, impact, trimmed to fit.
- "Strengthen the Broader Impacts section of my NSF proposal" → concrete education, diversity, and societal-benefit activities with measurable outcomes.
- "Write a three-year budget justification" → personnel, equipment, travel, and indirect costs tied to specific aims.
- "Create the research architecture diagram expected in an NSTC CM03 form" → generates a draft figure.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/K-Dense-AI/scientific-agent-skills/HEAD/skills/research-grants/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/research-grants folder from the GitHub repo K-Dense-AI/scientific-agent-skills into my ~/.claude/skills/research-grants/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git && mkdir -p ~/.claude/skills && cp -r scientific-agent-skills/skills/research-grants ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS/Linux, PowerShell or WSL on Windows).
- Clone the repository:
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy just this skill:
cp -r scientific-agent-skills/skills/research-grants ~/.claude/skills/ - Confirm the
references/andassets/subfolders came along — they hold the agency guides and templates the skill loads. - Restart Claude Code and try a prompt such as "Help me draft the Specific Aims page for an NIH R01."
- (Optional) For auto-generated figures, install the
scientific-schematicsskill the same way and setexport OPENROUTER_API_KEY=....
View source on GitHub ↗License: MIT