Weather Orchestrator Command
Description
Fetch the current temperature for Dubai, UAE and create a visual SVG weather card.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for shanraisshan/claude-code-best-practice, shared by 2 entries
in this directory. It describes the repository, not this entry specifically.
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 weather data
- prompt: Fetch the current temperature for Dubai, UAE in [unit requested by user]. Return the numeric temperature value and unit. The agent has a preloaded skill (weather-fetcher) that provides the detailed instructions.
- model: haiku
Wait for the agent to complete and capture the returned temperature value and unit.
Step 3: Create SVG Weather Card
Use the Skill tool to invoke the weather-svg-creator skill:
- skill: weather-svg-creator
The skill will use the temperature value and unit from Step 2 (available in the current context) to create the SVG card and write output files.
Critical Requirements
- Use Task Tool for Agent: DO NOT use bash commands to invoke agents. You must use the Task tool.
- Use Skill Tool for SVG Creator: Invoke the SVG creator via the Skill tool, not the Task tool.
- Pass User Preference: Include the user's temperature unit preference when invoking the agent.
- Sequential Flow: Complete each step before moving to the next.
Output Summary
Provide a clear summary to the user showing:
- Temperature unit requested
- Temperature fetched from Dubai
- SVG card created at
orchestration-workflow/weather.svg - Summary written to
orchestration-workflow/output.md
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://