SkillAgentSearch skills...

industry-4-predictive-maintenance

Reusable Windsurf rules and Cursor agent skill files for cross-project AI-assisted development

Install / Use

npx skills add Ryukijano/agent-skills

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

57/100

Supported Platforms

Universal

Industry 4.0, Predictive Maintenance, and Digital Twins

Description

RAPIDS, NVIDIA Omniverse, XGBoost, anomaly detection, and digital twins for manufacturing.

When to use

You are applying ML to manufacturing: predictive maintenance, defect detection, process optimization.

Key concepts

  • Predictive maintenance: RUL estimation, anomaly detection, vibration/sensor data.
  • Defect detection: computer vision for quality control.
  • Digital twins: NVIDIA Omniverse, OpenUSD, PEGAVERSE for factory simulation.
  • Time-series: LSTM, TCN, transformers for sensor data.

Code pattern

import xgboost as xgb
import cudf

X = cudf.read_csv("sensors.csv")
model = xgb.XGBRegressor(tree_method="hist", device="cuda")
model.fit(X, y)

Tuning notes

  • Use imbalanced learning techniques for rare failures.
  • Digital twins need CAD/3D models and real-time sensor feeds.
  • Combine physics-based degradation models with ML.

Verification

  1. Train an RUL model and evaluate on a held-out test set.
  2. Run anomaly detection on sensor data and compare to known failures.
  3. Build a small digital twin and verify it mirrors real process behavior.

References

  • https://developer.nvidia.com/blog/accelerating-predictive-maintenance-in-manufacturing-with-rapids-ai/
  • https://developer.nvidia.com/blog/pegatron-simulates-and-optimizes-factory-operations-with-ai-enabled-digital-twins/
  • https://www.mdpi.com/2076-3417/15/6/3166

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low