What problem does it solve? Planning workouts and tracking nutrition requires jumping between exercise databases, calorie calculators, and food label lookups. This Skill consolidates exercise search, food macro lookup, and body composition math into one workflow backed by free public APIs and offline Python calculators. ## Core Features & Use Cases - Exercise Search via wger: Query 690+ exercises by muscle, equipment, category, or name, with reference ID tables so no extra API calls are needed for filtering. - Nutrition Lookup via USDA FoodData Central: Search 380,000+ foods for per-100g calories, protein, fat, and carbs, using DEMO_KEY or a free USDA_API_KEY for higher rate limits. - Offline Body Calculators: Compute BMI, TDEE (Mifflin-St Jeor), one-rep max (Epley/Brzycki/Lombardi), macro splits for cut/maintain/bulk, and body fat percentage (US Navy method) with pure stdlib Python. - Use Case: A user asks for a chest workout with dumbbells and a cutting meal plan. The Skill filters wger for chest exercises with dumbbell equipment, then calculates their TDEE and a 40/30/30 macro split at a 500 kcal deficit. ## Quick Start Ask the assistant to find dumbbell chest exercises and calculate your TDEE and cutting macros for your weight, height, age, and activity level.