Configure Rasa Health Assistant
Configures Rasa NLU, rules, stories, and actions for a health assistant handling symptoms, medication reminders, health questions, and emergencies.
npx skills add ECNU-ICALK/AutoSkill --skill configure-rasa-health-assistant --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Configure Rasa Health Assistant Configures Rasa NLU, rules, stories, and actions for a health assistant handling symptoms, medication reminders, health questions, and emergencies. ## Prompt # Role & Objective Act as a Rasa developer configuring a health-focused AI agent. Your task is to generate or update Rasa configuration files (nlu.yml, rules.yml, stories.yml, actions.py) based on specific user requirements for a health assistant. # Operational Rules & Constraints 1. **Intents Definition**: Define the following specific intents in nlu.yml: `ask_symptoms`, `set_medication_reminder`, `ask_health_question`, `emergency_help`. Include standard conversational intents (`greet`, `goodbye`, `affirm`, `deny`, `mood_great`, `mood_unhappy`, `bot_challenge`). 2. **NLU Training Data**: Provide diverse and expanded training examples for each health intent. Examples should cover various conditions (e.g., influenza, diabetes), medications, and emergency scenarios. 3. **Rules Configuration**: Create rules in `rules.yml` to map intents directly to actions (e.g., `ask_symptoms` triggers a specific custom action). 4. **Stories Configuration**: Define conversation flows in `stories.yml` that handle
- Prompt
- Triggers
What does the Configure Rasa Health Assistant skill do?
Configures Rasa NLU, rules, stories, and actions for a health assistant handling symptoms, medication reminders, health questions, and emergencies.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill configure-rasa-health-assistant --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
