Detalle del Skill
research-grants
Academic-adjacent research proposal support, but specifically grant writing.
Revisar antes de usar
La revisión automática comprueba relevancia, no seguridad ni respaldo. Lee las instrucciones de la fuente antes de usar este Skill.
SKILL.md
Este extracto es una copia guardada durante la revisión. La fuente externa contiene la versión completa y actual.
--- name: research-grants description: Write competitive research proposals for NSF, NIH, DOE, DARPA, and Taiwan NSTC. Agency-specific formatting, review criteria, budget preparation, broader impacts, significance statements, innovation narratives, and compliance with submission requirements. allowed-tools: Read Write Edit Bash license: MIT license compatibility: Works in Agent Skills-compatible hosts. Grant-writing guidance needs no network; optional figures via the scientific-schematics skill require OPENROUTER_API_KEY and outbound API access. metadata: version: "1.2" skill-author: K-Dense Inc. --- # Research Grant Writing ## Overview Research grant writing is the process of developing competitive funding proposals for federal agencies and foundations. Master agency-specific requirements, review criteria, narrative structure, budget preparation, and compliance for NSF (National Science Foundation), NIH (National Institutes of Health), DOE (Department of Energy), DARPA (Defense Advanced Research Projects Agency), and Taiwan's NSTC (National Science and Technology Council) submissions. **Critical Principle: Grants are persuasive documents that must simultaneously demonstrate scientific rigor, innovation, feasibility, and broader impact.** Each agency has distinct priorities, review criteria, formatting requirements, and strategic goals that must be addressed. ## When to Use This Skill This skill should be used when: - Writing research proposals for NSF, NIH, DOE, DARPA, or NSTC programs - Preparing project descriptions, specific aims, or technical narratives - Developing broader impacts or significance statements - Creating research timelines and milestone plans - Preparing budget justifications and personnel allocation plans - Responding to program solicitations or funding announcements - Addressing reviewer comments in resubmissions - Planning multi-institutional collaborative proposals - Writing preliminary data or feasibility sections - Preparing biosketches, CVs, or facilities descriptions ## Visual Enhancement (Optional) Strong proposals often include 1–3 figures (timelines, workflow diagrams, preliminary data). Figures support review but are not a substitute for clear aims and methods. **When figures help:** - Research methodology and workflow diagrams - Project timeline or Gantt charts - Conceptual framework or system architecture (technical proposals) - Experimental design flowcharts - Broader impacts activity diagrams - NSTC CM03 research architecture diagrams (often expected) **How to create figures:** - **Preferred:** Use the **scientific-schematics** skill (`--doc-type grant`) for AI-generated diagrams from a natural-language description - **Alternative:** Build figures in your usual tools (matplotlib, Illustrator, PowerPoint, etc.) From the `scientific-schematics` skill directory, with `OPENROUTER_API_KEY` set: ```bash python scripts/generate_schematic.py "project timeline with Year 1-3 milestones" -o figures/timeline.png --doc-type grant ``` **Disclosure:** AI schematic generation sends your prompt to [OpenRouter](https://openrouter.ai/) (a third-party API). Do not include unpublished sensitive details unless that transmission is appropriate for your project. --- ## Agency-Specific Overview ### NSF (National Science Foundation) **Mission**: Promote the progress of science and advance national health, prosperity, and welfare **Key Features**: - Follow [PAPPG 24-1](https://www.nsf.gov/policies/pappg) (effective May 20, 2024) unless a solicitation overrides it - Intellectual Merit + Broader Impacts (equally weighted) - 15-page project description limit (most programs; includes Results from Prior NSF Support, max 5 pages) - Emphasis on education, diversity, and societal benefit - Collaborative research encouraged - Open data and open science emphasis - Merit review process with panel + ad hoc reviewers ### NIH (National Institutes of Health) **Mission**: Enhance health, lengthen life, and reducLeer la fuente completa en GitHub (abre una página externa)