Miravo

AI-assisted Authoring

Draft twins and templates with the `model-author` skill, then review the generated schema before you run it.

Draft a model or template with an agent when you need a structured first pass.

Technical details

Install the skill in your agent

npx skills add amine-amaach/miravo/skills/model-author
ln -s /path/to/miravo/skills/model-author ~/.claude/skills/model-author
ln -s /path/to/miravo/skills/model-author ~/.codex/skills/model-author

Prompt for the asset or template you need

Create a twin model for a variable frequency drive controlling an industrial fan.
Include control members, thermal lag, lifecycle stages, and named faults.
Write a Miravo template for a water treatment facility with intake pumps,
clarifiers, and distribution pumps. Use enterprise/site namespace fields.

Review the output

Treat AI output as a draft. The Miravo runtime accepts or rejects the file by schema rules, not by prompt confidence.

Reference

What to specify in the promptWhy it matters
Asset class and operating contextSets the twin boundary and member set
Control members and writable actionsDecides whether methods or writable members are needed
Process signals and unitsShapes generator choice and eu_range
Lifecycle and named faultsDefines wear progression and failure surfaces
Plant topology for templatesShapes areas, lines, and twin assignments

Was this page useful?

Last updated on