| 将天气要素(风速、能见度、降雨量等)单站预报系统的项目文档、模型、报告、评估结果整理成符合省级自然科学基金项目编写规范的专题研究报告。适用于:(1) 基于Claude Code + OpenSpec开发的气象预报系统结题报告编写,(2) 将技术文档转换为学术研究报告格式,(3) 生成符合省级自然科学基金规范的专题研究报告,(4) 整合项目代码、模型、评估指标等技术材料为规范化学术报告。触发关键词:"专题研究报告"、"结题报告"、"天气预报系统"、"基金项目报告"、"风速预报"、"能见度预报"、"降雨量预报"、"气象预测"、"单站预报"等。
npx skills add https://github.com/staruhub/ClaudeSkills --skill weather-forecast-report
本skill用于将Claude Code + OpenSpec开发的天气要素单站预报系统相关材料(项目文档、模型文件、评估结果等)整理成符合省级自然科学基金项目编写规范的专题研究报告。
参照 references/report-structure.md 中的详细结构说明,按省级自然科学基金规范组织报告。
使用宿主环境中的 docx skill 生成规范的 Word 文档(路径因环境而异,以宿主 skill 系统为准),按本 skill 的格式规范产出最终报告。
| 陷阱 | 具体表现 | 应对 |
|------|---------|------|
| 编造实验数据 | 材料缺指标时用"典型值"补齐 | 缺口列清单向用户索取;宁可留待补充标注,不虚构 |
| 格式细节失守 | 字体/行距/序号与基金规范不符,评审被打回 | 生成 docx 后对照"关键要求"逐项核 |
| 技术报告腔 | 把 README 语气直接搬进学术报告 | 按 writing-guidelines.md 改写为学术表述,图表编号并被正文引用 |
| 文件 | 用途 |
|------|------|
| references/report-structure.md | 省级基金报告详细结构说明 |
| references/writing-guidelines.md | 学术写作指南与注意事项 |
| references/format-standards.md | 格式规范与排版要求 |
| references/evaluation-metrics.md | 气象预报评估指标说明 |
| assets/report-template.md | 研究报告Markdown模板 |
输入材料:
输出报告结构:
风速要素单站预报方法研究报告
├── 摘要(中英文各400字)
├── 关键词(3-5个)
├── 一、研究背景与意义
├── 二、研究目标与内容
├── 三、研究方法与技术路线
├── 四、数据来源与处理
├── 五、模型构建与训练
├── 六、实验结果与分析
├── 七、结论与展望
├── 参考文献
└── 附录
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.
Securely inspect and automate microscopy data workflows against OMERO.server with omero-py, BlitzGateway, OMERO CLI, tables, annotations, ROIs, rendering, and documented OMERO.web APIs. Use for scoped OMERO inventory, metadata export, import/export planning, or reviewed write workflows.
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals.
Creates comprehensive API changelogs documenting breaking changes, deprecations, and migration strategies for API consumers. Use when managing API versions, communicating breaking changes, or creating upgrade guides.
Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.
Analyze fundamental data primitives, type systems, and state management patterns in a codebase. Use when (1) evaluating typing strategies (Pydantic vs TypedDict vs loose dicts), (2) assessing immutability and mutation patterns, (3) understanding serialization approaches, (4) documenting state shape and lifecycle, or (5) comparing data modeling approaches across frameworks.
Take staruhub/weather-forecast-report from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.