Predictive maintenance scheduling skill using telematics data and historical patterns to maximize fleet uptime
Generates predictive maintenance schedules using telematics data and historical patterns to maximize fleet uptime.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Predictive Maintenance Scheduler uses telematics data and historical patterns to predict equipment failures and schedule maintenance proactively. It maximizes fleet uptime, reduces unplanned breakdowns, and optimizes maintenance costs through data-driven scheduling and parts inventory management.
skill: predictive-maintenance-scheduler
inputs:
vehicle:
vehicle_id: "VH001"
make: "Freightliner"
model: "Cascadia"
year: 2022
odometer_miles: 125000
engine_hours: 4500
telematics_data:
engine_temperature_avg: 195
oil_pressure_psi: 42
brake_wear_percent: 65
tire_tread_depth_mm: [8, 7, 9, 8]
fault_codes: ["P0171"]
fuel_efficiency_mpg: 6.8
maintenance_history:
- service_type: "oil_change"
date: "2025-11-15"
odometer: 115000
- service_type: "brake_inspection"
date: "2025-10-01"
odometer: 108000
operational_schedule:
daily_miles: 350
days_per_week: 5
outputs:
maintenance_predictions:
- component: "brakes"
predicted_failure_miles: 145000
confidence: 85
urgency: "scheduled"
recommended_action: "brake_service"
recommended_date: "2026-02-15"
estimated_cost: 1200
- component: "fuel_system"
fault_code: "P0171"
predicted_issue: "lean_condition"
urgency: "soon"
recommended_action: "fuel_system_diagnostic"
recommended_date: "2026-01-28"
estimated_cost: 350
maintenance_schedule:
- date: "2026-01-28"
service_type: "diagnostic"
estimated_duration_hours: 2
estimated_cost: 350
- date: "2026-02-01"
service_type: "oil_change"
estimated_duration_hours: 1
estimated_cost: 250
parts_forecast:
- part: "brake_pads_set"
quantity: 1
needed_by: "2026-02-15"
estimated_cost: 400
metrics:
predicted_uptime_percent: 97.5
maintenance_cost_forecast_monthly: 850
unplanned_breakdown_risk: "low"
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.