git404hub

what is nightwatch fr?

minowahealth/nightwatch — explained in plain English

Analysis updated 2026-05-18

1HTMLAudience · generalComplexity · 2/5LicenseSetup · moderate

tl;dr

Two Claude Skills that turn Garmin and Minowa health tracking data into written sleep and health episode reports that improve from corrections.

vibe map

mindmap
  root((repo))
    What it does
      Sleep and health reports
      Two paired Claude Skills
    Tech stack
      Claude Skills
      Minowa MCP server
      Garmin data
    Features
      Self correcting memory files
      Scored sleep signatures
      HTML report template
    Privacy
      Personal health data
      Private repo recommended
    Audience
      Garmin and Minowa users
      Personal health trackers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Generate a written report of what happened during a specific sleep episode from Garmin and Minowa data.

VIBE 2

Build up a growing log of what pre sleep habits led to well scored versus poorly scored nights.

VIBE 3

Let a Claude skill correct and remember your personal health inference rules over time.

what's the stack?

Claude SkillsMinowa MCPHTML

how it stacks up fr

minowahealth/nightwatchabhas9/escape-runabhishek-kumar09/mern-live-js-june-2021
Stars111
LanguageHTMLHTMLHTML
Last pushed2021-09-13
MaintenanceDormant
Setup difficultymoderateeasymoderate
Complexity2/52/52/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires a connected Minowa MCP server and a Garmin device already syncing sleep and HR data.

in plain english

NightWatch is a pair of Claude Skills, meaning add on capabilities for Anthropic's Claude AI assistant, built for people who track their sleep and health with a Garmin wearable device and log additional information like blood pressure and medications through a personal health tracking system called Minowa. Rather than dumping raw numbers on the user, both skills turn that tracked data into written analysis. The first skill, health episode report, answers the question of what happened during a specific stretch of time, such as one night or a single nap, by pulling heart rate, stress, sleep stages, blood pressure, and any manually logged notes for that window and writing them up as a single page report. The second skill, scored sleep signature, looks specifically at nights that Garmin was able to fully score, and reconstructs what the person did in the hours leading up to that night, so patterns in what leads to a good or a mediocre night can build up and be compared over time. Both skills rely on a Minowa MCP server already being connected to Claude to fetch the underlying health data, and can be installed either as a packaged skill file or directly from the source folders in this repository, in which case the second skill also needs the first one installed alongside it. A notable feature is that both skills keep simple text log files that accumulate corrections over time. When a person tells the assistant it misread a piece of data, the correction gets written down and reused going forward, so the same mistake should not repeat. Because those log files can contain real personal health details like medication names and blood pressure readings, the README explicitly warns users to think about whether to keep their copy of the repository private, and provides example template files without personal data for anyone who wants to share the code publicly. The project is released under the MIT license and states clearly that it is not medical advice.

prompts (copy fr)

prompt 1
Help me install the health-episode-report and scored-sleep-signature skills from this repository.
prompt 2
Generate a health episode report for last night using my connected Minowa MCP data.
prompt 3
Explain how the scored-sleep-signature skill decides which nights count as scored.
prompt 4
Walk me through switching my NightWatch memory files to the anonymized example templates before sharing.

Frequently asked questions

what is nightwatch fr?

Two Claude Skills that turn Garmin and Minowa health tracking data into written sleep and health episode reports that improve from corrections.

What language is nightwatch written in?

Mainly HTML. The stack also includes Claude Skills, Minowa MCP, HTML.

How hard is nightwatch to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is nightwatch for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.