pilot-digital-twin-setup
Installation
SKILL.md
Digital Twin Setup
Deploy 4 agents: sensor-bridge, model-engine, anomaly-detector, and action-planner.
Roles
| Role | Hostname | Skills | Purpose |
|---|---|---|---|
| sensor-bridge | <prefix>-sensor-bridge |
pilot-stream-data, pilot-metrics, pilot-gossip | Ingests real-time telemetry from physical assets |
| model-engine | <prefix>-model-engine |
pilot-dataset, pilot-task-router, pilot-consensus | Maintains physics model, runs simulations |
| anomaly-detector | <prefix>-anomaly-detector |
pilot-event-filter, pilot-alert, pilot-audit-log | Detects drift between real and predicted behavior |
| action-planner | <prefix>-action-planner |
pilot-webhook-bridge, pilot-cron, pilot-slack-bridge | Schedules maintenance, notifies field teams |
Setup Procedure
Step 1: Ask the user which role this agent should play and what prefix to use.