From tomorrow-weather
Get real-time current weather conditions for any location using Tomorrow.io
How this command is triggered — by the user, by Claude, or both
Slash command
/tomorrow-weather:SKILLweather-now/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 current weather conditions. Call the `get_realtime_weather` tool with the location the user provides (city name, coordinates, or address). Return a clear summary including: - Temperature (and feels-like temperature) - Weather condition (sunny, cloudy, rainy, etc.) - Humidity and dew point - Wind speed and direction - Visibility - UV index - Precipitation intensity (if any) If the user doesn't specify units, default to metric. If they ask for imperial (Fahrenheit, mph), pass `units: "imperial"` to the tool. Format the response in a clean, re...
Use the tomorrow-weather MCP server to fetch current weather conditions.
Call the get_realtime_weather tool with the location the user provides (city name, coordinates, or address).
Return a clear summary including:
If the user doesn't specify units, default to metric. If they ask for imperial (Fahrenheit, mph), pass units: "imperial" to the tool.
Format the response in a clean, readable way. If coordinates are returned, mention the resolved location name.
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.