From example-weather
Displays documentation on custom slash commands for the weather plugin, invocable to retrieve weather information and perform plugin operations.
How this command is triggered — by the user, by Claude, or both
Slash command
/example-weather:READMEThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Commands This directory contains custom commands for the weather plugin. Commands can be invoked by users to get weather information or perform other plugin-specific operations.
This directory contains custom commands for the weather plugin.
Commands can be invoked by users to get weather information or perform other plugin-specific operations.
npx claudepluginhub rexboy23/awesome-claude-plugins --plugin example-weather/READMEDisplays documentation on custom slash commands for the weather plugin, invocable to retrieve weather information and perform plugin operations.
/READMEDisplays README documentation for custom commands in the calculator plugin, invocable by users for calculations and plugin-specific operations.
/READMEDisplays README documentation for custom commands in the translator plugin, which translate text and perform other plugin-specific operations.
/weatherFetches real-time weather forecast for a location with current conditions, 7-14 day predictions, travel recommendations, packing advice, and alerts.
/example-commandDemonstrates legacy slash command structure and frontmatter options (description, argument-hint, allowed-tools, model). Parses arguments and performs actions using approved tools like Read, Glob, Grep, Bash.