nsfc-research-foundation-writer
为 NSFC 正文"(三)研究基础"写作/重构,并同步编排"工作条件"和"研究风险应对",用证据链证明项目可行、资源条件对位研究内容、风险预案可执行。适用于用户要写/改"研究基础、前期工作、可行性分析、工作条件、平台团队、风险应对"等场景。
Install
mkdir -p .claude/skills/nsfc-research-foundation-writer && curl -L -o skill.zip "https://mcp.directory/api/skills/download/2796" && unzip -o skill.zip -d .claude/skills/nsfc-research-foundation-writer && rm skill.zipInstalls to .claude/skills/nsfc-research-foundation-writer
About this skill
NSFC(三)研究基础编排写作器
目标输出(契约)
- 写入落点(2 个文件):
extraTex/3.1.研究基础.tex(包含“研究风险的应对措施”)extraTex/3.2.工作条件.tex
- 禁止改动:
main.tex、extraTex/@config.tex、任何.cls/.sty - 核心目标:用“证据链 + 条件对位 + 风险预案”回答评审的三个问题:你做过吗?你做得成吗?出问题你怎么兜底?
参数与输出模式(建议显式提供)
project_root:标书项目根目录(如projects/NSFC_Young)output_mode(默认apply):preview:只输出两段可复制的 LaTeX 正文草稿(并标注应写入的目标文件路径),不写入文件apply:仅写入两份目标文件(见“目标输出”),不触碰其他文件
必需输入(最小信息表)
- 若用户未提供,请先收集/补全:references/info_form.md
写入安全约束(必须遵守)
- 仅编辑两份
extraTex/3.*.tex文件;不得修改main.tex、extraTex/@config.tex、任何.cls/.sty - 目标文件若已包含标题命令(如
\\subsection{...}/\\subsubsection{...}),只替换正文内容,不改标题与结构层级 - 信息不全时先提问补齐;不得捏造论文题目/期刊/专利号/样本量/指标等“看起来像真的”细节
工作流(按顺序执行)
- 定位项目与目标文件:
- 验证
project_root是否存在,不存在时报错并提示用户指定正确路径 - 检查
extraTex/目录是否存在,不存在时提示用户先初始化/拷贝模板项目;必要时可在用户确认后创建 - 确认
project_root和output_mode(默认为apply)preview模式:只生成内容预览,不写入文件(适合调试)apply模式:将生成的内容写入extraTex/3.1.研究基础.tex和extraTex/3.2.工作条件.tex
- 仅编辑这两个文件,禁止修改
main.tex、extraTex/@config.tex、任何.cls/.sty
- 验证
- 生成
3.1 研究基础(证据链优先):- 研究积累:围绕
2.1的关键任务,列出“做过什么/掌握什么/已有平台什么”。 - 阶段性成果:只写可核验内容(论文/专利/数据/原型/预实验现象);不确定的细节用占位符要求用户补齐。
- 可行性四维:理论/技术/团队/条件各给 1–3 个支撑点,并与研究内容逐条对齐。
- 研究积累:围绕
- 在
3.1中显式写“研究风险的应对措施”:- 至少 3 条风险(技术/进度/资源各至少 1 条)
- 每条:风险描述 → 早期信号(触发阈值/现象)→ 预案/替代路线(含降级目标与可交付)
- 生成
3.2 工作条件(条件对位研究内容):- 已具备条件:逐条列出,格式建议:
- 平台:XXX 平台(已具备 / 可访问)
- 数据:XXX 数据集(已获取 / 可公开获取)
- 样本:XXX 医院/机构(已签署合作协议 / 伦理审批中)
- 算力:XXX 服务器 / GPU(已配置 / 共享使用)
- 团队分工:成员 A 负责 XX,成员 B 负责 YY
- 合规路径:伦理审批(XXX 委员会,周期 X 个月)
- 尚缺条件与解决途径:逐条列出,格式建议:
- 缺少条件:XXX(影响:YYY)
- 解决途径:采购 / 合作 / 替代数据源 / 实验降级方案
- 时间表与责任人:如用户提供,应写入;如未提供,用占位符标记
- 已具备条件:逐条列出,格式建议:
- 一致性校验:
- 校验 1:检查
3.2 工作条件是否能逐条支撑2.1的关键任务- 方法:列出
2.1的每个关键任务,确认3.2中有对应的条件支撑 - 示例:
- 任务 1:XXX 实验 → 条件:XXX 平台、XXX 样本
- 任务 2:YYY 算法 → 条件:YYY 算力、ZZZ 数据
- 方法:列出
- 校验 2:检查风险预案是否与年度计划可兼容
- 方法:列出
2.3的每年里程碑,确认风险预案有对应的降级方案 - 示例:
- 第一年:样本获取 → 风险:样本入组慢 → 预案:有替代数据源与降级验证方案
- 方法:列出
- 校验失败时的处理:
- 如果发现不一致,标记为
[需补充:XXX]并提示用户 - 如果用户未提供
2.1或2.3,跳过对应校验并提示用户
- 如果发现不一致,标记为
- 校验 1:检查
验收标准(Definition of Done)
质量契约验证(来自 config.yaml)
- 研究基础必须覆盖:
- 与本项目相关的研究积累(证据链)
- 已取得的阶段性成果(可核验)
- 可行性要点(理论/技术/团队/条件)
- 研究风险与应对措施(显式写出)
- 工作条件必须覆盖:
- 已具备条件(平台/数据/样本/算力/团队/合规)
- 尚缺条件与解决途径(时间/预算/合作/采购/替代方案)
详细检查清单
可选脚本自检(只读)
- 仅校验 skill 自身结构一致性:
python3 skills/nsfc-research-foundation-writer/scripts/validate_skill.py - 同时检查某个项目的输出文件(存在性 + 轻量内容启发式):
python3 skills/nsfc-research-foundation-writer/scripts/run_checks.py --project-root <你的project_root>
常见问题与边缘情况
Q1: 项目目录中没有 extraTex/ 目录怎么办?
A: 建议先确认 project_root 指向正确的标书项目根目录;若确实缺少 extraTex/,请手动创建:
mkdir -p "<你的project_root>/extraTex"
Q2: 我还没有写 2.1 研究内容,可以直接写 3.1 研究基础 吗?
A: 不建议。3.2 工作条件 需要与 2.1 的关键任务对齐。建议先使用 nsfc-research-content-writer 完成 2.1。
Q3: 信息表中的某些内容我不方便公开怎么办?
A: 可以提供"可核验线索"而非完整内容。例如:
- ❌ "我们在 Nature 上发表了论文 XXX"
- ✅ "我们发表过相关论文(可提供 DOI/题录/接收函编号等可核验线索)"
Q4: 风险应对必须写 3 条吗?
A: 是的,至少 3 条(技术/进度/资源各至少 1 条)。即便你认为风险较低,也建议按三类各写 1 条“低风险 + 监测信号 + 预案”,避免评审认为你没有兜底意识。
Q5: 我的信息表内容很少,能生成完整的研究基础吗?
A: 可以。AI 会根据你提供的信息生成内容,并在不确定的地方使用占位符(如 [请补充:XXX]),请你后续补全。
变更记录
- 本技能的变更历史记录在本目录的
CHANGELOG.md,并同步到根级CHANGELOG.md;SKILL.md仅维护“AI 执行规范”。
More by huangwb8
View all →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
rust-coding-skill
UtakataKyosui
Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.