intent-classifier
Installation
SKILL.md
Intent Classifier
Classify user requests and route them to the most appropriate skill, command, or specialized agent.
When to Use
- User asks which skill to use or how to route a request
- Need to determine which skill handles a given task
- Multiple skills could handle a request and disambiguation is needed
- Even if they just say "which skill should I use" or "route this"
Classification Workflow
1. Intent Extraction
- Parse the user's natural language request
- Identify primary action (create, update, delete, analyze, etc.)
- Extract entities (file paths, technologies, specific terms)