backfill-journal-body-context

Append health-mcp Body track sections to existing journal entries.

31|20|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/mycelium-hq/ai-brain-starter --skill backfill-journal-body-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backfill-journal-body-context
Source: https://github.com/mycelium-hq/ai-brain-starter/tree/main/skills/backfill-journal-body-context
Command: npx skills add https://github.com/mycelium-hq/ai-brain-starter --skill backfill-journal-body-context

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The skill backfills body-context data into existing daily journals by appending a structured "Body track" section that surfaces health metrics (HRV, sleep, cycle phase, recovery scores) while preserving the original verbatim content.

Core Features & Use Cases

  • Reads existing daily journals and pulls health-mcp data for each date.
  • Appends a "Body track" section below the original content and is idempotent by design.
  • Pairs the body data with the journal's floor tag and surfaces synthesis for insights and potential next actions.
  • Supports retrospective analysis (weekly/monthly views) and health-aware journaling workflows when health data is available.

Quick Start

Run the backfill-journal-body-context skill with a date range and vault path to append body-context data to existing journal entries.

Frequently Asked Questions about backfill-journal-body-context

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

FAQPage Schema
How do I backfill health data into existing journal entries?

To backfill health data into existing journal entries, run the script with a date range and vault path to append a structured Body track section. It pulls health-mcp data for each date and pairs it with floor tags.

What health metrics are appended when enriching journals with retro health data?

When enriching journals with retro health data, the appended Body track section surfaces HRV, sleep, cycle phase, and recovery scores. This preserves original verbatim content while enabling retrospective analysis.

Do I need health-mcp to append body context to my daily journals?

Yes, you need health-mcp registered to append body context to daily journals. You also need a Meta/journal-index.json index file in your vault, as the script relies on these dependencies to map dates to health data.

Is journal body context backfilling idempotent if run multiple times?

Journal body context backfilling is idempotent by design, meaning running the script multiple times over the same date range will not duplicate the appended Body track sections within your existing daily journals.

What's the best way to analyze health metrics across a specific date range?

To analyze health metrics across a specific date range, use the backfill script options for year and start/end dates. This pairs body data with floor tags, enabling weekly and monthly surface views for retrospective analysis.