maintenance-planning

Analyze equipment reliability metrics and recommend preventive maintenance schedules.

56|16|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/kishorkukreja/awesome-supply-chain --skill maintenance-planning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maintenance-planning
Source: https://github.com/kishorkukreja/awesome-supply-chain/tree/main/skills/maintenance-planning
Command: npx skills add https://github.com/kishorkukreja/awesome-supply-chain --skill maintenance-planning

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas, matplotlib, scipy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps organizations reduce equipment downtime and maintenance costs by optimizing maintenance strategies, implementing predictive maintenance, and improving overall equipment reliability.

Core Features & Use Cases

  • Reliability Analysis: Calculate MTBF, MTTR, and equipment availability.
  • Maintenance Strategy Optimization: Determine optimal preventive maintenance intervals.
  • Predictive Maintenance: Analyze sensor data for anomalies and estimate Remaining Useful Life (RUL).
  • TPM & OEE: Calculate Overall Equipment Effectiveness and analyze the Six Big Losses.
  • Use Case: A manufacturing plant is experiencing frequent breakdowns of a critical machine. This Skill can analyze historical failure data to recommend a more effective preventive maintenance schedule or identify early signs of failure through sensor data analysis, preventing costly unplanned downtime.

Quick Start

Use the maintenance-planning skill to analyze the provided equipment failure data and suggest an optimized preventive maintenance schedule.

Frequently Asked Questions about maintenance-planning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate OEE and identify the Six Big Losses for equipment uptime?

To calculate Overall Equipment Effectiveness (OEE) and identify the Six Big Losses, you analyze equipment availability, performance, and quality metrics. This Skill processes historical failure data using Python to support Total Productive Maintenance initiatives and improve equipment uptime.

What is the best way to determine optimal preventive maintenance intervals?

The best way to determine optimal preventive maintenance intervals is by analyzing equipment reliability metrics like MTBF and MTTR. This Skill leverages statistical analysis and time-series forecasting to recommend schedules that reduce operational costs and unplanned downtime.

Can I use Python for predictive maintenance and Remaining Useful Life estimation?

Yes, you can use Python for predictive maintenance and Remaining Useful Life (RUL) estimation. This Skill analyzes sensor data for anomalies using libraries like numpy and scipy to detect early signs of failure and estimate RUL.

How does condition monitoring work for predicting equipment failure?

Condition monitoring predicts equipment failure by analyzing time-series sensor data to detect anomalies. This Skill uses statistical analysis to identify early signs of degradation, enabling predictive maintenance that prevents costly unplanned breakdowns.

Do I need pandas and matplotlib to analyze equipment reliability metrics?

Yes, you need pandas and matplotlib to analyze equipment reliability metrics. This Skill depends on pandas for data manipulation of failure records and matplotlib for data visualization, alongside numpy and scipy for statistical analysis.