grant-application-setup
✓Expert guidance for setting up and organising research grant applications following established patterns for UKRI, EU, and other funding bodies
Installation
SKILL.md
Use this skill when creating new grant application repositories, organising proposal documents, or setting up collaborative grant writing workflows.
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
For compliance checking against existing grants, see the grant-compliance-checking skill.
Expert guidance for setting up and organising research grant applications following established patterns for UKRI, EU, and other funding bodies Source: seabbs/claude-code-config.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/seabbs/claude-code-config --skill grant-application-setup- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is grant-application-setup?
Expert guidance for setting up and organising research grant applications following established patterns for UKRI, EU, and other funding bodies Source: seabbs/claude-code-config.
How do I install grant-application-setup?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/seabbs/claude-code-config --skill grant-application-setup Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/seabbs/claude-code-config
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01