maintenance-scheduler
SolidMaintenance planning and scheduling skill with TPM integration and predictive maintenance support
AI & Automation 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Maintenance Scheduler
## Overview
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.
## Capabilities
- Preventive maintenance scheduling
- Autonomous maintenance checklists
- Predictive maintenance integration
- Spare parts planning
- Work order management
- MTBF/MTTR tracking
- Maintenance backlog management
- TPM pillar support
## Used By Processes
- LEAN-005: Standard Work Documentation
- CAP-002: Production Scheduling Optimization
- QMS-001: ISO 9001 Implementation
## Tools and Libraries
- CMMS systems (Maximo, SAP PM, Fiix)
- IoT sensors
- Predictive analytics platforms
- Mobile maintenance apps
## Usage
```yaml
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"]
p...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
predictive-maintenance-scheduler
Predictive maintenance scheduling skill using telematics data and historical patterns to maximize fleet uptime
1,160 Updated today
a5c-ai AI & Automation Solid
resource-scheduler
Resource scheduling and assignment optimization skill for personnel and equipment allocation
1,160 Updated today
a5c-ai AI & Automation Solid
critical-chain-scheduler
Critical Chain Project Management (CCPM) skill with buffer management and resource leveling
1,160 Updated today
a5c-ai AI & Automation Solid
cpm-schedule-generator
Critical Path Method scheduling skill for construction schedule development and analysis
1,160 Updated today
a5c-ai AI & Automation Solid
maintenance-orchestration
Technical debt management including branch cleanup, doc verification, TODO scanning, and dependency auditing
1,160 Updated today
a5c-ai