gear-mileage

Aggregate per-gear mileage from Strava activity history and determine retirement readiness.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/AlvaroLaraFF/strava-coach --skill gear-mileage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gear-mileage
Source: https://github.com/AlvaroLaraFF/strava-coach/tree/main/.claude/skills/gear-mileage
Command: npx skills add https://github.com/AlvaroLaraFF/strava-coach --skill gear-mileage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Show cumulative mileage on each piece of gear (shoes, bikes). Use when the user asks how many km their shoes / bike have, gear status, when to retire.

Core Features & Use Cases

  • Aggregates distance per gear_id from the local activity history and queries Strava for the official name and lifetime distance.
  • Determines retirement status for shoes (e.g., thresholds at 700-1000 km) and bikes, helping plan replacements.
  • Presents a clean, exportable table and supports quick questions about gear health and retirement timing.

Quick Start

Ask me for a gear mileage summary to see per-gear distances and retirement status.

Frequently Asked Questions about gear-mileage

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

FAQPage Schema
How do I track cumulative mileage on my running shoes and bikes?

Track cumulative mileage by aggregating distance per gear ID from your local activity history and querying Strava for official gear details and lifetime distance. This provides a clean, exportable table showing per-gear distances.

What is the best way to know when to retire running shoes based on distance?

Determine when to retire running shoes by calculating cumulative mileage against retirement thresholds, typically set between 700 and 1000 km. The skill evaluates gear status and presents retirement readiness to help plan replacements.

Does this gear mileage tracker work with my Strava activity history?

Yes, it works with Strava by reading the local Strava DB to aggregate distances by gear ID and querying Strava for official gear names and lifetime distance to present a complete gear status summary.

Can I get an exportable summary of my bike and shoe mileage?

Yes, you can get an exportable summary of bike and shoe mileage. The skill presents cumulative distances and retirement status in a clean table format that supports quick questions about gear health.

How do I check gear retirement status for my bikes?

Check bike retirement status by computing cumulative mileage from activity history and comparing it against established thresholds. The skill aggregates per-gear distances to determine replacement readiness and retirement timing.

What mileage threshold is used to determine gear retirement timing?

The mileage threshold for shoe retirement timing is set between 700 and 1000 km. The skill applies these distance thresholds to your aggregated gear data to determine retirement readiness and help plan replacements.