fitness-nutrition

Compute BMI, TDEE, and macro targets from user fitness goals.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nadicodeai/argo-agent --skill fitness-nutrition-nadicodeai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fitness-nutrition
Source: https://github.com/nadicodeai/argo-agent/tree/main/optional-skills/health/fitness-nutrition
Command: npx skills add https://github.com/nadicodeai/argo-agent --skill fitness-nutrition-nadicodeai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Helps users plan workouts and track nutrition by combining data from public exercise and food databases with offline calculators, reducing planning time and increasing adherence to fitness goals.

Core Features & Use Cases

  • Data sources: leverages wger for exercises (muscles, categories, equipment) and USDA FoodData Central for foods to enable quick nutrition lookups.
  • Offline calculators: includes BMI, TDEE, one-rep max estimates, macro splits, and body fat calculations using self-contained Python logic.
  • Workflow examples: generate a personalized weekly workout and meal plan, estimate macros for a weight goal, and track calories against targets.
  • Use Case: a user wants a 4-week plan tailored to a cut goal, with workouts by muscle group and macro targets aligned to their TDEE.

Quick Start

Provide your goal, stats, and preferences, then ask for a personalized workout and nutrition plan.

Frequently Asked Questions about fitness-nutrition

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

FAQPage Schema
How do I calculate TDEE and macros for a weight loss goal?

To calculate TDEE and macros for a weight loss goal, provide your stats and target to receive a personalized TDEE estimate and macro split. The tool applies offline Python logic to compute daily energy expenditure and aligns your macro targets with a caloric deficit.

Can I look up food nutrition data using the USDA database?

Yes, you can look up food nutrition data using the USDA FoodData Central integration. The Skill leverages this public database to enable quick nutrition lookups, allowing you to track calories and specific macro values against your personalized daily targets.

How do I generate a weekly gym workout plan by muscle group?

You can generate a weekly gym workout plan by muscle group by specifying your fitness goal and preferences. The Skill leverages wger exercise data to retrieve muscles, categories, and equipment, producing a tailored multi-week workout schedule.

Does this approach work for creating home workout routines without equipment?

Yes, this approach works for creating home workout routines without equipment. It applies workout planning across gym, home, and diet contexts, using wger data to filter exercises by available equipment and target specific muscle groups.

Can I run batch calculations for BMI and one-rep max estimates using Python?

Yes, you can run batch calculations for BMI and one-rep max estimates using Python. The Skill includes script-based batch operations with offline calculators, enabling you to process multiple body-composition estimates simultaneously.

What is the best way to track calories against daily macro targets?

The best way to track calories against daily macro targets is to combine USDA food lookups with offline TDEE and macro split calculators. This workflow reduces planning time and increases adherence by comparing consumed foods against your computed targets.