Task prompt that classifies a user message into one of a fixed set of intents. Returns strict JSON. Good template for building fast intent routers.
npx mdskills install mdskills/classify-user-intent-taskRelated
One-shot instruction for a specific job
@mdskills? Sign in with GitHub to claim this listing.1Classify the following user message into exactly one intent from this list: {intents}.23Message:4<message>5{message}6</message>78Return ONLY valid JSON, no prose, matching:910```json11{12 "intent": "one_of_the_listed_intents",13 "confidence": 0.0,14 "reasoning": "one short sentence"15}16```1718If the message doesn't match any listed intent, use "other" as the intent and set confidence to 0.0.
Full transparency — inspect the skill content before installing.