mechanic
Installation
SKILL.md
Mechanic — Vehicle Maintenance Tracker
Track mileage and service intervals for any combination of vehicles — trucks, cars, motorcycles, RVs, dirt bikes, ATVs, boats, and more. Decodes VINs to auto-populate vehicle specs, researches manufacturer-recommended maintenance schedules, tracks service history, estimates costs, monitors recalls, tracks fuel economy, manages warranties, and proactively reminds about upcoming and overdue services.
Data Storage
All user data lives in <workspace>/data/mechanic/:
| File | Purpose |
|---|---|
state.json |
All vehicles: current mileage/hours, history, service records, fuel logs, warranties, providers, emergency info |
<key>-schedule.json |
Per-vehicle service schedule with intervals and cost estimates |
Convention: Skill logic lives in <skill>/, user data lives in <workspace>/data/mechanic/. This keeps data safe when the skill is updated or reinstalled.