tracking

Missing required argus.

2|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/ddarmon/llmn --skill tracking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tracking
Source: https://github.com/ddarmon/llmn/tree/main/.claude/skills/tracking
Command: npx skills add https://github.com/ddarmon/llmn --skill tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users log their weight and learn their personalized TDEE using EMA-based trend analysis and a Kalman filter, turning daily measurements into actionable targets.

Core Features & Use Cases

  • Weight logging: Record daily weights and dates to build a reliable history.
  • EMA trend tracking: Compute exponentially smoothed trends to smooth out daily noise.
  • TDEE learning: Adaptively learn your true energy expenditure and provide guidance.
  • Progress reporting: Generate comprehensive progress insights and recommended targets.

Quick Start

Log your first weight entry to start tracking progress and learn your personalized TDEE.

Frequently Asked Questions about tracking

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

FAQPage Schema
How do I track my weight and calculate my personalized TDEE over time?

To track weight and calculate your TDEE, you log daily weight entries to build a history. The system then applies EMA trend tracking and a Kalman filter to learn your true energy expenditure and provide actionable calorie targets.

How does EMA trend tracking smooth out daily weight fluctuations?

EMA trend tracking smooths daily weight fluctuations by applying exponential smoothing to your logged entries. This reduces daily noise from water retention and digestion, revealing the underlying weight trend for more reliable TDEE learning.

What is the best way to log daily weight entries for progress reporting?

The best way to log daily weight for progress reporting is using the dedicated logging command to record your weight and date. This builds a reliable history that triggers EMA trend analysis, Kalman filter learning, and comprehensive progress insights.

Can I use Kalman filter learning to adaptively update my calorie targets?

Yes, you can use Kalman filter learning to adaptively update your calorie targets. The system processes your weight logging history to learn your personalized TDEE, automatically refining recommended targets as your energy expenditure changes.

Does tracking weight with a Kalman filter work for personal coaching contexts?

Weight tracking with a Kalman filter works for personal coaching contexts by handling weight logging, trend analysis, TDEE updates, and progress reporting. It turns daily client measurements into actionable calorie targets for personal health journeys.

Why does my TDEE calculation fluctuate when my daily weight measurements are noisy?

Your TDEE calculation fluctuates with noisy daily weight measurements because raw data obscures true energy expenditure. Applying the Hacker's Diet EMA smoothing and Kalman filter learning filters this noise, stabilizing your personalized TDEE updates.