weather-svg-creator

Generate an SVG weather card and Markdown summary for Dubai.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/MatthieudeLaMettrie/claude-code-best-practice --skill weather-svg-creator-matthieudelamettrie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weather-svg-creator
Source: https://github.com/MatthieudeLaMettrie/claude-code-best-practice/tree/main/.claude/skills/weather-svg-creator
Command: npx skills add https://github.com/MatthieudeLaMettrie/claude-code-best-practice --skill weather-svg-creator-matthieudelamettrie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a visual SVG weather card and updates a summary file, streamlining the process of displaying weather information.

Core Features & Use Cases

  • SVG Generation: Creates a custom SVG weather card based on provided temperature data.
  • File Output: Writes the generated SVG to orchestration-workflow/weather.svg and a summary to orchestration-workflow/output.md.
  • Use Case: Displaying real-time weather information for a specific location in a visually appealing format within a dashboard or report.

Quick Start

Use the weather-svg-creator skill to generate an SVG weather card for Dubai using the temperature 25°C.

Frequently Asked Questions about weather-svg-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an SVG weather card from temperature data?

To generate an SVG weather card, you provide precise temperature values and units to the skill, which then processes the data and writes the visual output to a specified SVG file.

Can I use this to create a weather visualization for Dubai?

Yes, this skill creates a weather visualization specifically for Dubai, UAE, using the provided temperature data to render an SVG card and a Markdown summary file.

What files are output when creating an SVG weather card?

Creating an SVG weather card outputs two files: a visual card saved to `orchestration-workflow/weather.svg` and a text summary saved to `orchestration-workflow/output.md`.

Do I need to provide temperature units to generate the SVG weather card?

Yes, you must provide precise temperature values and units from the calling context to ensure the skill creates accurate visual and textual outputs for the SVG card.

Are there limitations on the locations supported for SVG weather generation?

Yes, the SVG weather generation is currently limited to displaying the current temperature for Dubai, UAE, and does not support other locations based on the current implementation.