fat-loss-tracker

Log daily diet, exercise, weight, and sleep into plan-aligned records.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/bobjason2020/fat-loss-tracker --skill fat-loss-tracker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fat-loss-tracker
Source: https://github.com/bobjason2020/fat-loss-tracker/tree/main/fat-loss-tracker
Command: npx skills add https://github.com/bobjason2020/fat-loss-tracker --skill fat-loss-tracker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the tedious manual process of tracking daily diet, exercise, weight, and sleep, generating daily records, and comparing against a fat-loss plan, with prompts for optimization. It automatically detects mentions of today, yesterday, or specific dates, supports retroactive entries, and always reads the configuration and fat-loss plan files at startup. Sleep records are prioritized and logged first, and a yesterday summary is created when a today file is created.

Core Features & Use Cases

  • Automatic configuration and initialization to set up personal data and file paths.
  • Date awareness and flexible entry handling for today, yesterday, or specific dates.
  • Daily record creation under fat-loss-tracker/daily with incremental updates and yesterday's summary integration.
  • Plan-aware recommendations and proactive questioning to refine the fat-loss plan.

Quick Start

Provide your daily sleep, diet, or exercise details and I will create today’s record, read your config and plan, and summarize yesterday.

Frequently Asked Questions about fat-loss-tracker

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

FAQPage Schema
How do I track daily diet, exercise, and sleep for a fat-loss plan?

Daily fat-loss tracking logs your diet, exercise, weight, and sleep into daily record files, computing nutrition targets using BMR/TDEE and your plan rules. It automatically reads your configuration and plan files at startup to generate plan-aligned guidance.

Can I log yesterday's diet and exercise entries retroactively?

Retroactive entries are fully supported for yesterday or specific dates. The tracker automatically detects date mentions in your input, creates the corresponding daily record under the daily directory, and integrates a yesterday summary when generating today's file.

How are nutrition targets calculated from daily diet records?

Nutrition targets are computed using BMR and TDEE formulas combined with your specific fat-loss plan rules. The tracker reads your config.yaml and plan file at startup to align daily diet logs with personalized caloric and macro targets.

What's the best way to compare my daily records against a fat-loss plan?

Plan comparison is handled by reading your fat-loss plan file and config.yaml at startup, then generating daily record files with plan-aware recommendations. The tracker proactively asks questions to refine your plan and provides optimization prompts based on logged data.

Does the tracker need manual setup before logging sleep and weight data?

Automatic configuration and initialization handle your personal data and file path setup. You simply provide daily sleep, diet, or exercise details, and the tracker creates the necessary config.yaml, reads your plan, and starts generating records without manual file creation.

Why does sleep tracking get logged before diet and exercise entries?

Sleep records are prioritized and logged first in the daily tracking workflow. This ensures yesterday's recovery data is captured before diet and exercise entries, allowing the generated daily record to accurately contextualize nutrition and activity against sleep quality.