Weather Orchestrator banner
Recepay6358 Recepay6358

Weather Orchestrator

Data community

Description

--- description: Fetch weather data for Dubai and create an SVG weather card model: haiku --- # Weather Orchestrator Command Fetch the current temperature for Dubai, UAE and create a visual SVG weather card. ## Workflow ### Step 1: Ask User Preference Use the AskUserQuestion tool to ask the user whether they want the temperature in Celsius or Fahrenheit. ### Step 2: Fetch Weather Data Use the Task tool to invoke the weather agent: - subagent_type: weather-agent - description: Fetch Dubai

Installation

Installs to ~/.claude/commands/recepay6358-claude-code-best-practice-weather-orchestrator.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Recepay6358/claude-code-best-practice/HEAD/.claude/commands/weather-orchestrator.md -o ~/.claude/commands/recepay6358-claude-code-best-practice-weather-orchestrator.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository