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-skillsInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Skill content
View source on GitHubIndustry 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
- Train an RUL model and evaluate on a held-out test set.
- Run anomaly detection on sensor data and compare to known failures.
- 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
momen-cursurrules-prompt-file
40.6kCursor rules for building custom frontends with Momen.app as headless BaaS with GraphQL API, actionflows, AI agents, and Stripe integration.
pyspark-etl-best-practices-cursorrules-prompt-file
40.6kCursor rules for PySpark ETL development with code style, joins, window functions, map operations, and Iceberg patterns.
semiotic-react-dataviz-cursorrules-prompt-file
40.6kCursor rules for Semiotic data visualization library with 30+ chart types, MCP server, and AI-assisted chart generation.
Agent-Reach
73.0kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Security Score
Audited on Invalid Date
