Agent skill · AI & Agents

maintenance-scheduler

Maintenance planning and scheduling skill with TPM integration and predictive maintenance support

a5c-ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill maintenance-scheduler --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Edit
Path: library/specializations/domains/business/operations/skills/maintenance-scheduler/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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" freq

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. Maintenance Types
  7. TPM Eight Pillars
  8. Reliability Metrics
  9. MTBF (Mean Time Between Failures)
  10. MTTR (Mean Time To Repair)
  11. Availability
  12. Maintenance Scheduling Rules
  13. Predictive Maintenance Signals
  14. Integration Points
More from babysitter
All skills →
About this skill
What does the maintenance-scheduler skill do?

Maintenance planning and scheduling skill with TPM integration and predictive maintenance support

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill maintenance-scheduler --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going