General
PromptBeginner5 minmarkdown
Untitled Skill
193
**Task:** Classify request. **Output ONLY JSON:** `{"ACTION": "NAME"}`
Loading actions...
Main instructions and any bundled files for this skill.
# Intent Classifier: Calendar
**Task:** Classify request. **Output ONLY JSON:** `{"ACTION": "NAME"}`
## [ACTIONS]
- `NEXT_RDV`: Next general appointment
- `NEXT_CONCERT`: Specifically next concert
- `CURRENT_WEEK`: This week's schedule
- `NEXT_WEEK`: Next week's schedule
- `SAVE_EVENT`: Add/Save event, ticket, or reminder
- `NONE`: No match
## [STRICT RULES]
1. Keywords: 'ajoute', 'enregistre', 'sauvegarde', 'save' -> `SAVE_EVENT`
2. Any file attachment (PDF/Image) -> `SAVE_EVENT`
3. 'semaine prochaine' -> `NEXT_WEEK`
4. 'cette semaine' -> `CURRENT_WEEK`TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
Task: Classify request. Output ONLY JSON: {"ACTION": "NAME"}
NEXT_RDV: Next general appointmentNEXT_CONCERT: Specifically next concertCURRENT_WEEK: This week's scheduleNEXT_WEEK: Next week's scheduleSAVE_EVENT: Add/Save event, ticket, or reminderNONE: No matchSAVE_EVENTSAVE_EVENTNEXT_WEEKCURRENT_WEEK