← ClaudeAtlas

health-chatlisted

Unified health conversation entry point - automatically loads all health data for each conversation, supports natural language queries, and intelligently routes to appropriate health data processing
diegosouzapw/awesome-omni-skill · ★ 43 · AI & Automation · score 64
Install: claude install-skill diegosouzapw/awesome-omni-skill
# Health Chat Skill The unified conversation entry point for WellallyHealth system. Automatically loads and considers all health data for each conversation, providing intelligent health consultation and data analysis services. ## Core Design Philosophy This is the **unified conversation entry point** for WellallyHealth. Every conversation automatically loads and analyzes all health data, providing intelligent health consultation and data analysis services. ## Core Workflow ``` User Input -> 1. Load All Health Data (data/*.json) -> 2. Parse User Intent (query/analysis/advice/alert) -> 3. Intelligent Routing to Data Processing Module -> 4. Generate Personalized Response -> 5. Save Conversation History (ai-history.json) ``` ## Step 1: Load Data (Execute Every Conversation) ### Core Data Sources (Priority Sorted) **IMPORTANT**: Data loading uses `data/**/*.json` pattern to include all subdirectories. | Data File | Purpose | Key Fields | |-------------|-----------|--------------| | `data/profile.json` | User basic info | gender, height, weight, birth_date, BMI, BSA | | `data/user-settings.json` | User preferences | language, units, notifications | | `data/ai-config.json` | AI features config | features, safety, data_sources | | `data/ai-history.json` | Conversation history | recent_conversations | ### Chronic Condition Tracking Data | Data File | Health Domain | |-------------|----------------| | `data/hypertension-tracker.json` | Hyp