Maintenance planning and scheduling skill with TPM integration and predictive maintenance support
Creates maintenance schedules with TPM integration and predictive maintenance support.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Maintenance Scheduler skill provides comprehensive capabilities for planning and scheduling maintenance activities. It supports preventive maintenance scheduling, autonomous maintenance checklists, predictive maintenance integration, and TPM pillar support.
skill: maintenance-scheduler
inputs:
equipment_list:
- equipment_id: "CNC-001"
name: "CNC Machine 1"
criticality: "high"
current_runtime: 4500 # hours
last_pm: "2025-12-15"
- equipment_id: "CONV-002"
name: "Conveyor System 2"
criticality: "medium"
current_runtime: 8000
last_pm: "2025-11-30"
maintenance_tasks:
- task_id: "PM-001"
description: "Lubrication"
frequency: "weekly"
duration: 30 # minutes
skills: ["mechanic"]
- task_id: "PM-002"
description: "Filter replacement"
frequency: "monthly"
duration: 60
skills: ["mechanic"]
production_schedule:
- date: "2026-01-25"
available_window: 2 # hours
technicians:
- name: "Tech A"
skills: ["mechanic", "electrical"]
availability: "day_shift"
outputs:
- maintenance_schedule
- work_orders
- parts_requirements
- resource_allocation
- backlog_report
- reliability_metrics
| Type | Description | Trigger |
|---|---|---|
| Reactive | Fix after failure | Breakdown |
| Preventive | Scheduled based on time/usage | Calendar/runtime |
| Predictive | Based on condition monitoring | Sensor data |
| Proactive | Eliminate failure modes | Root cause |
| Autonomous | Operator-performed | Daily/shift |
| Pillar | Focus Area |
|---|---|
| Autonomous Maintenance | Operator ownership |
| Planned Maintenance | Scheduled PM |
| Quality Maintenance | Zero defects |
| Focused Improvement | Eliminate losses |
| Early Equipment Management | Design for reliability |
| Training | Skills development |
| Safety/Environment | Zero accidents |
| Office TPM | Administrative efficiency |
MTBF = Total Operating Time / Number of Failures
Example: 1000 hours / 5 failures = 200 hours
MTTR = Total Repair Time / Number of Repairs
Example: 25 hours / 5 repairs = 5 hours
Availability = MTBF / (MTBF + MTTR)
Example: 200 / (200 + 5) = 97.6%
| Priority | Criteria | Scheduling |
|---|---|---|
| Critical | Safety or production stop | Immediate |
| High | Affects quality or capacity | Next available window |
| Medium | Preventive maintenance | Scheduled window |
| Low | Nice to have | When convenient |
| Technology | Monitors | Detects |
|---|---|---|
| Vibration | Rotating equipment | Bearing wear, imbalance |
| Thermography | All equipment | Hot spots, electrical |
| Oil Analysis | Lubricated systems | Wear particles, contamination |
| Ultrasound | All equipment | Leaks, electrical arcing |
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.