# Grant Writer · 快速入门

> 社区开源 skill，非 the AI provider 官方产物。
> 许可：MIT · 仓库：https://github.com/inbharatai/claude-skills
> 整理：Ameureka × CCAF101（独立中文学习社区，并非认证方官网）

## 一句话定位

一键生成基金/标书申请四件套——需求陈述、项目叙事、预算与评估方案，即插即用零依赖。

## 核心能力

一个用于生成基金/标书申请文案的 SKILL.md 提示词文件，按其 frontmatter description 承诺覆盖需求陈述（needs statements）、项目叙事（project narratives）、预算（budgets）与评估方案（evaluation plans）四类申请内容。

## 关键特性

- 覆盖基金申请四件套：需求陈述、项目叙事、预算、评估计划（来自 SKILL.md description 原文）
- 即插即用 SKILL.md 提示词，零依赖（Dependencies: none）
- 遵循 Writing & Communication 类写作规范与最佳实践，产出结构化、生产可用文本
- 支持 claude.ai 与 API 两个平台（platforms: [claude.ai, api]）
- 可与同仓库其它 182 个 skill 拼接组合使用（README 明确支持多 skill 上下文）

## 安装

这是纯 SKILL.md 提示词 skill（无代码、无依赖）。仓库 README 给出三种用法：(1) Claude.ai——新建对话，把 skills/grant-writer/SKILL.md 的内容粘贴到对话开头或作为 Project 指令；(2) Anthropic API——把 SKILL.md 文本作为 messages.create() 的 system 参数传入；(3) Claude Code——在 PROJECT.md 中引用或直接粘贴。若按 Codex/the AI provider skill 目录惯例本地化部署，可将该 SKILL.md 放入 ~/.codex/skills/grant-writer/ 或项目 .agents/skills/grant-writer/ 目录，使对应 agent 读取到该 skill。关键步骤：克隆仓库 → 定位 skills/grant-writer/SKILL.md → 复制其内容到目标 skill 目录或直接粘贴进对话。

## 使用流程

1. 克隆仓库 git clone https://github.com/inbharatai/claude-skills，定位 skills/grant-writer/SKILL.md
2. 复制 SKILL.md 全文（含 YAML frontmatter 与正文）
3. 在 Claude.ai 新建对话，把内容粘贴到对话开头；或通过 API 作为 system 参数传入；或写入 ~/.codex/skills/grant-writer/SKILL.md 供 agent 自动加载
4. 用自然语言下达基金写作任务（如指定项目背景、资助方要求、预算规模）
5. AI 按 description 承诺产出需求陈述/项目叙事/预算/评估方案，并可拼接同仓其它 skill（如 proposal-writer、budget 相关）扩展能力

## 适用人群

需要撰写基金/标书申请的研究人员、课题组 PI、高校科研服务人员、非营利组织（NGO）与公益项目申报者。

## 示例 Prompt

```text
Write a grant application for my project, including a needs statement, project narrative, budget, and evaluation plan.（提炼自 SKILL.md description："Write compelling grant applications — needs statements, project narratives, budgets, and evaluation plans."）
```

## 能力边界（诚实说明）

精确匹配：仓库内确有同名 grant-writer skill。但需诚实说明：该 SKILL.md 正文为模板化通用指令（"apply best practices for Writing & Communication""produce clean, well-structured output"），示例亦为占位式对话（"Help me get started with grant writer"），并非深度基金写作方法论；README 自述全部 183 skills 由 AI Code Assistant 经 generate_skills.py 自动生成。真正可对外承诺的领域产出仅来自 frontmatter description 字段（四类申请内容），正文未提供具体撰写框架、评审要点或资助方适配策略。属轻量提示词 skill 而非专家级知识库。本 skill 与 Anthropic 官方无关联，为 InBharat AI 社区第三方实现。

## 完整源码

见 https://github.com/inbharatai/claude-skills（本文件为 CCAF101 编辑整理的快速入门，非完整仓库镜像）。

---

Ameureka × CCAF101 · 独立中文学习社区，并非认证方官网。文中第三方产品名为其各自厂商商标，CCAF101 不与之关联且不暗示使用关系。
