[Skill Name]
<!-- Pick one: Daily Quote, Homework Reminder, Quick Facts, or your own idea -->
Purpose
[One sentence: what does this skill do?]
When to Use
When the user:
- [Trigger 1, e.g., "asks for a quote"]
- [Trigger 2, e.g., "says they need motivation"]
- [Trigger 3]
Behavior
- [How should the agent respond?]
- [Any formatting rules?]
- [Any limits or guardrails?]
Knowledge
<!-- Fill this in based on your skill type -->
If Daily Quote:
<!-- Add 10+ quotes with attributions -->
- "The only way to do great work is to love what you do." — Steve Jobs
- ...
If Homework Reminder:
<!-- Describe how to track tasks -->
- When the user says "add homework [subject]: [task] due [date]", save it
- When they say "what's due", list upcoming tasks sorted by date
- ...
If Quick Facts:
<!-- Add facts and formulas for your subject -->
- ...
- ...
Examples
User: [Example message]
Agent: [Example response]
User: [Another example]
Agent: [Another response]