Llm classifier
Skill a5c-ai/babysitter/library/specializations/ai-agents-conversational/skills/llm-classifier
Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration
npx -y skills add a5c-ai/babysitter --skill llm-classifierAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
LLM-based zero-shot and few-shot classification for flexible intent detection
SKILL.md
1.5 KB, as published. Nobody here has run it
LLM Classifier Skill
Capabilities
- Implement zero-shot classification with LLMs
- Design few-shot classification prompts
- Configure structured output for labels
- Implement confidence scoring
- Design classification taxonomies
- Handle multi-label classification
Target Processes
- intent-classification-system
- dialogue-flow-design
Implementation Details
Classification Patterns
- Zero-Shot: No examples, description-based
- Few-Shot: Example-based classification
- Structured Output: JSON schema for labels
- Chain-of-Thought: Reasoning before classification
- Ensemble: Multiple prompts/models
Configuration Options
- LLM model selection
- Label descriptions
- Example selection strategy
- Output format specification
- Confidence calibration
Best Practices
- Clear label descriptions
- Representative examples
- Consistent output format
- Calibrate confidence scores
- Test with edge cases
Dependencies
- langchain-core
- LLM provider