Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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 & OfficeIntermediate719130AI 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

  1. Supply wind_speed_model.py, evaluation_results.json, README.md and training_log.txt, then ask for a wind-speed forecasting research report — get a full structure from abstract to appendix.
  2. Run it on a visibility forecasting project with only partial metrics — it returns a checklist of missing data rather than fake numbers.
  3. 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal.
  2. Clone the repository: git clone https://github.com/staruhub/ClaudeSkills.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill: cp -r ClaudeSkills/lab/Geek-skills-weather-forecast-report ~/.claude/skills/weather-forecast-report
  5. Verify the references/ and assets/ subfolders came along.
  6. For Word output, make sure a docx-capable skill exists in your environment.
  7. Restart Claude Code and try: "Write a research report for my wind speed forecasting project".