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-authorln -s /path/to/miravo/skills/model-author ~/.claude/skills/model-authorln -s /path/to/miravo/skills/model-author ~/.codex/skills/model-authorPrompt 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 prompt | Why it matters |
|---|---|
| Asset class and operating context | Sets the twin boundary and member set |
| Control members and writable actions | Decides whether methods or writable members are needed |
| Process signals and units | Shapes generator choice and eu_range |
| Lifecycle and named faults | Defines wear progression and failure surfaces |
| Plant topology for templates | Shapes areas, lines, and twin assignments |
Related pages
Twin models
Review the generated .twin.yaml.
Templates
Review the generated .miravo.yaml.
Custom content
Run generated files locally.
Model catalog
Compare the draft to built-in models.
Was this page useful?
Last updated on
Miravo