From tomorrow-weather
Get active severe weather alerts and Tomorrow.io Insights events for a location
How this command is triggered — by the user, by Claude, or both
Slash command
/tomorrow-weather:SKILLweather-alerts/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 active weather alerts and events. Call the `get_alerts` tool with the location the user provides. Return a structured summary of all active alerts including: - Alert type (tornado warning, flood watch, winter storm advisory, etc.) - Severity level (minor, moderate, severe, extreme) - Affected area - Start and end times - Description of the threat and recommended actions If there are no active alerts, clearly state that conditions are normal and no warnings are in effect. For Tomorrow.io Insights events (custom condition triggers), list them...
Use the tomorrow-weather MCP server to fetch active weather alerts and events.
Call the get_alerts tool with the location the user provides.
Return a structured summary of all active alerts including:
If there are no active alerts, clearly state that conditions are normal and no warnings are in effect.
For Tomorrow.io Insights events (custom condition triggers), list them separately if present.
Always prioritize safety-critical information — lead with the most severe alert if multiple are active.
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.