healthcheck

Track water intake and sleep records in a JSON file with ISO8601 timestamps.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Tigha66/dexters-ai-assistant --skill healthcheck-tigha66
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: healthcheck
Source: https://github.com/Tigha66/dexters-ai-assistant/tree/main/skills/healthcheck
Command: npx skills add https://github.com/Tigha66/dexters-ai-assistant --skill healthcheck-tigha66

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Track water intake and sleep events in a single, lightweight JSON store to stop scattered notes and manual tallying.

Core Features & Use Cases

  • Persist hydration and sleep records to {baseDir}/health-data.json with ISO8601 timestamps.
  • Support adding water, sleep, and wake records, updating the latest entry, and viewing simple statistics.
  • Ideal for personal health tracking, habit monitoring, and quick daily/weekly summaries.

Quick Start

Record water or sleep events by updating the health-data.json file on your device.

Frequently Asked Questions about healthcheck

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

FAQPage Schema
How do I track daily water intake and sleep data using JSON logging?▼

You can track daily water intake and sleep data by appending hydration and sleep records with ISO8601 timestamps to a lightweight JSON store, enabling persistent personal health habit monitoring.

Can I generate weekly summaries for hydration and sleep from a local JSON file?▼

Yes, you can generate weekly summaries for hydration and sleep by querying the JSON file using Node.js-based helpers to analyze trend data and provide quick daily or weekly views.

Does this daily health tracking approach require external dependencies?▼

No, this daily health tracking approach requires no external dependencies, relying solely on a local JSON file and Node.js-based helpers to append and query records.

What is the best way to stop scattered notes when monitoring personal health habits?▼

The best way to stop scattered notes when monitoring personal health habits is to consolidate water intake and sleep events into a single lightweight JSON store for persistent tracking.

How do I update the latest sleep or water entry in a JSON health log?▼

You can update the latest sleep or water entry in a JSON health log by modifying the most recent record in the JSON store, ensuring your daily tracking data remains accurate.