From tomorrow-weather
Get a multi-day weather forecast for any location using Tomorrow.io (up to 14 days ahead)
How this command is triggered — by the user, by Claude, or both
Slash command
/tomorrow-weather:SKILLweather-forecast/The summary Claude sees in its command listing — used to decide when to auto-load this command
Use the `tomorrow-weather` MCP server to fetch a weather forecast. Call the `get_forecast` tool with: - The location the user provides (city name, coordinates, or address) - The number of days requested (default: 5, max: 14) - The timestep the user wants: "1d" for daily summary, "1h" for hourly, "1m" for minute-level (short range only) Return a well-structured forecast showing for each day (or hour if requested): - Date and time - High and low temperatures - Weather condition and description - Precipitation probability and expected amount - Wind speed and direction - Humidity - UV index ...
Use the tomorrow-weather MCP server to fetch a weather forecast.
Call the get_forecast tool with:
Return a well-structured forecast showing for each day (or hour if requested):
If the user asks for a specific field (e.g. "will it rain?", "what's the wind like?"), highlight that field prominently.
If the user doesn't specify units, default to metric. Support imperial on request.
npx claudepluginhub chidinwaka/tomorrow-weather-plugin --plugin tomorrow-weather/SKILLResolves GitHub issue via isolated worktree, TDD workflow, and auto-closing PR creation.
/SKILLCreates conventional git commit from conversation intent using git-agent and pushes to remote. Accepts optional Claude model name for co-author.
/SKILLSurfaces current session task from state file, evaluates clarity (prompts for clarification if needed), assesses completion, and verifies if fully done.