From research-academic
Expert guidance for setting up and organising research grant applications following established patterns for UKRI, EU, and other funding bodies
How this skill is triggered — by the user, by Claude, or both
Slash command
/research-academic:grant-application-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when creating new grant application repositories, organising proposal documents, or setting up collaborative grant writing workflows.
Use this skill when creating new grant application repositories, organising proposal documents, or setting up collaborative grant writing workflows.
Standard grant application repository:
grant-name/
├── .claude/ # Claude Code config (optional)
├── .gitignore
├── CLAUDE.md # Claude instructions
├── README.md # Overview, timeline, collaborators
├── coapplicant_details/ # Co-applicant information
│ ├── coapplicant1.md
│ └── coapplicant2.md
├── correspondence/ # Email correspondence, queries
├── data/ # Planning data
│ ├── milestones.csv # Milestone tracking
│ └── plan.csv # Work package timeline
├── docs/ # Call documentation, guidance
│ └── call-specification.pdf
├── submission/ # Main submission documents
│ ├── application.qmd # Full application
│ ├── research_vision.qmd # Research vision/summary
│ ├── approach.qmd # Technical approach
│ ├── team_capability.qmd # Team and capability
│ ├── references.bib # Bibliography
│ ├── schematics/ # Figures and diagrams
│ └── cell-numeric.csl # Citation style
└── slides/ # Presentation materials (optional)
# [Grant Title]
[Brief description of the grant application]
## Timeline
| Date | Milestone |
|------|-----------|
| [Date] | Collaborator list agreed |
| [Date] | Case for support drafted |
| [Date] | All sections complete |
| [Date] | Final submission deadline |
## Collaborators
| Name | Institution | Role |
|------|-------------|------|
| PI Name | Institution | Lead applicant |
| Co-I Name | Institution | [Work package/expertise] |
## Structure
- `/submission/`: Main application documents
- `/docs/`: Call documentation and guidance
- `/coapplicant_details/`: Co-applicant information
- `/data/`: Planning data (milestones, timeline)
# CLAUDE.md
This file provides guidance to Claude Code when working with this repository.
## Repository Overview
This repository contains a [FUNDER] grant application focused on [TOPIC].
The project aims to [BRIEF OBJECTIVE].
## Document Structure
- `/submission/`: Main application documents
- `/docs/`: Call documentation and guidance
- `/coapplicant_details/`: Co-applicant information
- `/data/`: Planning data (milestones, timeline)
## Language Requirements
Always respond in British English (UK).
## Word Count Utilities
```bash
# Count words in a QMD file (excluding YAML header and references)
cat submission/document.qmd | sed '1,4d' | sed '/# References/,$d' | sed 's/\[@[^]]*\]//g' > temp.txt && wc -w temp.txt && rm temp.txt
submission/references.bib@placeholder for unavailable references (never invent citations)[@author2024] or [@author2024;@author2025] for multiple[Include example text in preferred style]
### .gitignore
.DS_Store .pdf !submission/.pdf *.html _files/ temp.txt .Rhistory
## Quarto Document Setup
### Application Document Header
```yaml
---
title: "Application Title"
format:
pdf:
documentclass: article
geometry:
- margin=2.5cm
fontsize: 11pt
include-in-header:
- text: |
\usepackage{fancyhdr}
\pagestyle{fancy}
bibliography: references.bib
csl: cell-numeric.csl
---
---
title: "Research Vision"
format:
pdf:
documentclass: article
geometry:
- margin=2.5cm
fontsize: 11pt
bibliography: references.bib
csl: cell-numeric.csl
---
milestone_id,work_package,description,month,type,deliverable
M1,WP1,Initial framework design complete,6,S,Software prototype
M2,WP1,Core module implementation,12,S,Release v1.0
M3,WP2,First training workshop,12,T,Workshop materials
M4,WP3,Methods paper submitted,18,P,Publication
Types:
activity_id,work_package,activity,lead,start_month,end_month,dependencies
A1.1,WP1,Literature review,PI,1,3,
A1.2,WP1,Framework design,PI,3,6,A1.1
A2.1,WP2,Training materials,Co-I,6,12,A1.2
Grant applications have strict word limits. Track counts regularly:
# Basic word count
wc -w submission/document.qmd
# Accurate count (excludes YAML header, references section, citations)
cat submission/document.qmd | \
sed '1,/^---$/d' | \
sed '/^---$/,$d' | \
sed '/# References/,$d' | \
sed 's/\[@[^]]*\]//g' | \
wc -w
@placeholder for missing citationsRecent outbreaks of Ebola, COVID-19 and mpox have demonstrated the value of
modelling for synthesising data for rapid evidence to inform decision making.
Methods used to synthesise available data in real time broadly fall into two
classes: either combining results from multiple, smaller models calibrated in
isolation (the _pipeline approach_, e.g., [@huisman2022]), or representing a
single model tuned to the specific scenario (the _joint model_ approach,
e.g., [@birrell2024;@Watson2024-vj]).
Store in coapplicant_details/:
# [Name]
## Affiliation
[Institution, Department]
## Role in Project
[Specific responsibilities, work packages]
## Track Record
[Key achievements relevant to the grant]
## Contribution
[What they bring to the project]
Activate when:
For compliance checking against existing grants, see the grant-compliance-checking skill.
npx claudepluginhub seabbs/skills --plugin research-academicThis skill should be used when the user asks to "write a grant proposal", "draft specific aims", "write a research strategy", "create an NIH proposal", "create an NSF proposal", "write a significance section", "write an innovation section", "write an approach section", "draft a DP2 essay", "write an R01", "write an R21", "write a K99", "write an R03", "write a K08", "write a K23", "write an F31", "write an F32", "write a CAREER proposal", "write preliminary data", "write rigor and reproducibility", "draft potential problems and alternatives", "write a budget justification", "respond to reviewer comments", "write a resubmission introduction", "strengthen my specific aims", "format grant text", or mentions grant writing, proposal drafting, specific aims, research strategy sections, or any NIH/NSF mechanism.
Writes competitive research grant proposals for NSF, NIH, DOE, DARPA, and Taiwan NSTC, applying agency-specific formatting, review criteria, budgets, and compliance sections.
Drafts, revises, and structures grant proposals, funding applications, and dissertation prospectuses for anthropological research targeting NSF, Wenner-Gren, Fulbright.