This creates a simple SVG weather card for Dubai with temperature data passed in from another workflow step. It's designed for orchestration scenarios where you're building a visual output from API data you've already fetched elsewhere. The skill reads templates, swaps in the temperature values, and writes both the SVG file and a markdown summary to the orchestration-workflow directory. It's pretty narrowly scoped to Dubai and assumes you're handling the actual weather API calls upstream. Useful if you're chaining skills together and want a clean visual artifact at the end without mixing data fetching and rendering logic.
npx skills add https://github.com/shanraisshan/claude-code-best-practice --skill weather-svg-creator