health-dashboard

Render a live health dashboard with conditions, actions, medications, goals, and recent activity.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/tsilva/health-agent --skill health-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-dashboard
Source: https://github.com/tsilva/health-agent/tree/main/.claude/skills/health-agent/health-dashboard
Command: npx skills add https://github.com/tsilva/health-agent --skill health-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Health OS dashboard provides a proactive, session-aware interface for profile selection, state initialization, and actionable health insights, reducing manual steps to monitor and manage health data across a session.

Core Features & Use Cases

  • Guided profile selection and persistent health-state management.
  • Interactive dashboard showing conditions, actions, medications, goals, and recent activity.
  • Action menu to review data, investigate root causes, track labs, and prepare provider visits.
  • Profile caching and atomic state updates to ensure a smooth, reliable user experience.

Quick Start

Open Claude Code in this directory, then enter /health-dashboard to start a session. You can also say "show my health dashboard" to load the dashboard automatically at session start.

Frequently Asked Questions about health-dashboard

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

FAQPage Schema
How do I launch an interactive health data dashboard from my health logs?

To launch an interactive health data dashboard, enter /health-dashboard or say "show my health dashboard" during session start. The dashboard renders conditions, actions, medications, goals, and recent activity by reading current.yaml and history.csv files.

How does state management work for persistent health profiles across sessions?

State management for persistent health profiles uses a .state store to maintain context across sessions. This mechanism employs profile caching and atomic file writes to ensure reliable health-state initialization without losing previous session data.

What health data formats are required to render a live health monitoring dashboard?

Rendering a live health monitoring dashboard requires current.yaml and history.csv files generated by health-log-parser. These formats provide the structured health data needed to validate conditions, medications, goals, and recent activity.

Can I track root causes and prepare provider visits using a health-state management dashboard?

Yes, health-state management dashboard includes an action menu to investigate root causes, track labs, and prepare provider visits. It guides users through profile selection and renders actionable insights from integrated health data.

Does the health dashboard automatically update when new health data arrives?

The health dashboard automatically applies state updates when new health data arrives during a session. It uses reference scripts to validate data and employs atomic file writes to ensure the interactive dashboard reflects current health information reliably.

What are the limitations of using a .state store for interactive health dashboard management?

Using a .state store for interactive health dashboard management relies on local file persistence and health-log-parser outputs. It requires proper current.yaml and history.csv formats to function, meaning external health data sources must be parsed and converted into these files first.