nutritional-specialist

Personalizes meal and nutrition recommendations using a persistent JSON database of user dietary preferences.

3|1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/firstsun-dev/skills --skill nutritional-specialist-firstsun-dev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nutritional-specialist
Source: https://github.com/firstsun-dev/skills/tree/main/plugins/health-wellness/skills/nutritional-specialist
Command: npx skills add https://github.com/firstsun-dev/skills --skill nutritional-specialist-firstsun-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Generic food advice ignores individual allergies, dietary restrictions, and health goals, forcing users to repeat their constraints in every conversation. This Skill stores user food preferences in a persistent JSON database so every meal suggestion, recipe, and nutrition answer is automatically tailored to the individual. ## Core Features & Use Cases - Persistent Preference Database: Stores goals, allergies, dietary restrictions, dislikes, cuisine preferences, health conditions, and cooking skill in a JSON file at ~/.claude/nutritional_preferences.json. - Guided First-Run Setup: Collects comprehensive dietary information conversationally on first use and saves it via the preferences_manager.py script. - Personalized Recommendations: Loads stored preferences before every food-related response to respect allergies, align with restrictions, and support stated goals. - Use Case: A vegan user with a nut allergy and a weight-loss goal asks for lunch ideas and receives plant-based, nut-free, calorie-conscious Mediterranean suggestions without restating any constraints. ## Quick Start Ask for a personalized meal suggestion, such as requesting a healthy dinner recipe, and answer the preference questions when prompted.

Frequently Asked Questions about nutritional-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get personalized meal recommendations from an AI assistant?▼

Ask any food-related question and complete the one-time preference setup covering goals, allergies, restrictions, and dislikes. The skill saves your answers to a JSON file and personalizes every subsequent meal, recipe, and nutrition response automatically.

How do I store dietary preferences for meal planning?▼

Preferences are stored by running the preferences_manager.py script with the set command, which writes goals, allergies, dietary restrictions, and food preferences to ~/.claude/nutritional_preferences.json. The file is created automatically on first use.

Where are my nutritional preferences stored?▼

Preferences are stored locally in a JSON file at ~/.claude/nutritional_preferences.json in your home directory. No data is sent to external services, and you can inspect or delete the file at any time.

How do I update or reset my saved food preferences?▼

Ask to modify your nutritional preferences and the skill loads current values, applies your changes, and saves the updated profile. For a complete reset, run python3 scripts/preferences_manager.py reset and repeat the initial setup.

Does the nutrition advice account for food allergies?▼

Yes, allergies are treated as absolute constraints in every response. The skill instructs the assistant to never suggest foods containing recorded allergens and to double-check ingredient lists for hidden allergens.