simulation-telemetry-schema

Validate simulation telemetry event payloads against immutable schema contracts.

1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Seth-arc/myelin-platform --skill simulation-telemetry-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: simulation-telemetry-schema
Source: https://github.com/Seth-arc/myelin-platform/tree/main/primary_build_source/docs/skills/1/mnt/user-data/outputs/simulation-telemetry-schema
Command: npx skills add https://github.com/Seth-arc/myelin-platform --skill simulation-telemetry-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures consistency and accuracy in simulation event logging, preventing downstream data corruption and enabling reliable KPI calculations.

Core Features & Use Cases

  • Immutable Event Schema: Enforces a strict contract for all simulation events (SimStepEvent, SimCompleteEvent, SimPerfEvent).
  • Data Reproducibility: Guarantees that KPIs and evidence exports can be reliably reconstructed from the event log.
  • Use Case: When developing new simulation features that generate telemetry, use this Skill to ensure all emitted events conform to the platform's data contract, preventing costly data errors.

Quick Start

Use the simulation-telemetry-schema skill to validate the structure of a new SIM_STEP event payload before logging it.

Frequently Asked Questions about simulation-telemetry-schema

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

FAQPage Schema
How do I enforce a strict data contract for simulation telemetry events?

To prevent downstream data corruption, you apply immutable schema contracts to simulation telemetry events. This enforces strict payload validation rules for step, completion, and performance events to guarantee data integrity.

Why do I need immutable event schemas for simulation telemetry logging?

Immutable event schemas are required to ensure accurate simulation telemetry logging and prevent downstream data corruption. They guarantee reliable reproducibility for KPI calculations and evidence exports from the event log.

How do I validate a simulation step event payload before logging it?

To validate a simulation step event payload before logging, you check its structure against the defined telemetry schema contract. This verifies that all required fields in the SimStepEvent payload conform to the platform's validation rules.

Does simulation telemetry schema validation guarantee KPI reproducibility?

Yes, telemetry schema validation guarantees KPI reproducibility by enforcing immutable event contracts. Ensuring that all step, completion, and performance events conform to strict payload structures allows reliable reconstruction of calculations.

Can I use this schema validation for custom simulation performance events?

Yes, you can validate custom simulation performance events using the defined telemetry schema. The schema enforces immutable contracts specifically for SimPerfEvent payloads, ensuring performance telemetry conforms to required data integrity rules.

What happens if emitted simulation telemetry events do not conform to the data contract?

If emitted simulation telemetry events do not conform to the data contract, they risk causing downstream data corruption. Failing validation rules compromises the ability to reliably reconstruct KPIs and export evidence from the event log.