Skip to content
Automation
Skill

/rasa-nlu-integration

Rasa NLU pipeline configuration and training for intent and entity extraction

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill rasa-nlu-integration --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/rasa-nlu-integration

Context preview

The summary Claude sees to decide when to auto-load this skill.

Rasa NLU pipeline configuration and training for intent and entity extraction

SKILL.md

rasa-nlu-integration.SKILL.md
name: rasa-nlu-integration
description: Rasa NLU pipeline configuration and training for intent and entity extraction
allowed-tools:
  - Read
  - Write
  - Edit
  - Bash
  - Glob
  - Grep
graph:
  domains: [domain:software-engineering]
  specializations: [specialization:ai-agents-conversational]
  skillAreas: [skill-area:natural-language-processing, skill-area:ml-fine-tuning]
  roles: [role:ml-engineer, role:backend-engineer]
  workflows: [workflow:ml-model-lifecycle, workflow:feature-development]

Rasa NLU Integration Skill

Capabilities

  • Configure Rasa NLU pipelines
  • Design training data in Rasa format
  • Set up intent classification components
  • Configure entity extraction (DIETClassifier)
  • Implement pipeline optimization
  • Set up model evaluation and testing

Target Processes

  • intent-classification-system
  • chatbot-design-implementation

Implementation Details

Pipeline Components

1. **Tokenizers**: WhitespaceTokenizer, SpacyTokenizer 2. **Featurizers**: CountVectorsFeaturizer, SpacyFeaturizer 3. **Classifiers**: DIETClassifier, FallbackClassifier 4. **Entity Extractors**: DIETClassifier, SpacyEntityExtractor

Configuration Files

  • config.yml: Pipeline configuration
  • nlu.yml: Training data
  • domain.yml: Intents and entities

Configuration Options

  • Pipeline component selection
  • Featurizer settings
  • Classifier parameters
  • Entity extraction rules
  • Fallback thresholds

Best Practices

  • Start with recommended pipelines
  • Tune based on domain
  • Balance complexity vs performance
  • Regular model retraining

Dependencies

  • rasa
Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.