Weather Element Forecast Research Report Generator
Turns a single-station weather forecasting project's docs, models and evaluation results into an academic research report formatted for provincial natural science fund requirements.
Docs & OfficeIntermediate★ 719⑂ 130AI score 7/10Last updated: Aug 13, 2026
What it does
- Collects and classifies input material: project docs (README, design specs), model files, evaluation metrics (accuracy, RMSE, MAE), training logs and charts.
- Plans the outline and writes the body following provincial science-fund conventions: Chinese/English abstracts (~400 characters each), 3-5 keywords, seven chapters from background to conclusions.
- Enforces typography rules (heading fonts, body font/size, line spacing, numbering hierarchy) and exports a Word file via the host environment's docx skill.
- Has an explicit anti-fabrication rule: if metrics are missing it lists the gaps and asks you, instead of inventing 'typical values'.
Who it's for
- Meteorology researchers writing final reports for wind speed, visibility or precipitation forecasting models.
- University or institute staff converting technical documentation into academic report format.
- Project leads who repeatedly must meet Chinese provincial science-fund formatting rules.
Examples
- Supply
wind_speed_model.py,evaluation_results.json,README.mdandtraining_log.txt, then ask for a wind-speed forecasting research report — get a full structure from abstract to appendix. - Run it on a visibility forecasting project with only partial metrics — it returns a checklist of missing data rather than fake numbers.
- Convert the generated Markdown into DOCX, then use the delivery checklist to verify fonts, line spacing and figure/table numbering and citations.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/staruhub/ClaudeSkills/HEAD/lab/Geek-skills-weather-forecast-report/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the lab/Geek-skills-weather-forecast-report folder from the GitHub repo staruhub/ClaudeSkills into my ~/.claude/skills/weather-forecast-report/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/staruhub/ClaudeSkills.git && mkdir -p ~/.claude/skills && cp -r ClaudeSkills/lab/Geek-skills-weather-forecast-report ~/.claude/skills/weather-forecast-report⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repository:
git clone https://github.com/staruhub/ClaudeSkills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill:
cp -r ClaudeSkills/lab/Geek-skills-weather-forecast-report ~/.claude/skills/weather-forecast-report - Verify the
references/andassets/subfolders came along. - For Word output, make sure a docx-capable skill exists in your environment.
- Restart Claude Code and try: "Write a research report for my wind speed forecasting project".
View source on GitHub ↗License: MIT