[] changes

This commit is contained in:
Shayan Rais
2026-01-28 13:22:48 +05:00
parent d5be66a528
commit db581c63f7
8 changed files with 205 additions and 134 deletions
-22
View File
@@ -1,22 +0,0 @@
---
description: Fetch and transform weather data for Karachi
model: haiku
---
# Weather Karachi Command
Fetch the current temperature for Karachi, Pakistan and apply transformations.
## Workflow
1. Use the AskUserQuestion tool to ask the user whether they want the temperature in Celsius or Fahrenheit
2. Use the weather-fetcher agent to retrieve the current temperature from wttr.in API in the requested unit
3. Use the weather-transformer agent to read transformation rules from input/input.md and apply them to the temperature
4. Write the results to output/output.md
Launch the agents sequentially (not in parallel) and provide a clear summary showing:
- Temperature unit requested
- Original temperature
- Transformation applied
- Final result
+6 -2
View File
@@ -5,6 +5,10 @@ model: haiku
# Weather Command
Execute the weather-karachi command to fetch and transform temperature data.
Execute the weather-karachi skill to fetch and transform temperature data.
Use the SlashCommand tool to execute `/weather-karachi`.
Use the Skill tool to execute the `weather-karachi` skill:
```
Skill(skill="weather-karachi")
```