Use a Skill to Generate a Station Report
Your team got tired of explaining the same reporting format to Claude every session — temperature trend, anomaly status, warmest and coldest months — so they wrote a skill for it. Skills live in .claude/skills/ inside your project and Claude loads them automatically when it starts. When your request matches a skill's description, Claude applies it without you having to re-explain anything.
The summarize-station skill is already in the project at .claude/skills/summarize-station/SKILL.md.
The team's project is already in your working directory at /home/repl/climate-analysis/.
This exercise is part of the course
Claude Code 101
Exercise instructions
- Start Claude Code with
claude. - Run
/skillsto see the skills available in this project. - Ask Claude to use the
summarize-stationskill on the Pacific Coast Station. - When done, type
/exitto exit Claude Code.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise