mira.db and can be exported as self-contained JSON files for sharing, backup, or use across multiple MIRA installations.
Exporting a Skill
1
Open Skills Studio
Press ⌘2 to open the Skills view.
2
Select the skill to export
Click the skill in the list, then click ⋮ → Export.
3
Save the file
Choose a location and save as
[skill-name].json. The file is self-contained and contains all
configuration — no secrets are included.Importing a Skill
1
Open Skills Studio
Press ⌘2.
2
Click Import
Click the Import button at the top of the Skills list.
3
Select the JSON file
Pick the
.json file exported from another MIRA instance. The skill appears in the list
immediately.Skill JSON format
Exported skills are human-readable JSON. All fields are required unless marked optional.Field reference
category valid values: "Research" · "Coding" · "Domain Expert" · "Creative" · "Deterministic" · "Custom"
scope valid values:
"session"— skill is applied only to the current session and is not persisted across sessions"global"— skill is automatically available across all sessions
modelOverrides fields:
Version history
Every time you save a skill, MIRA creates a new version automatically. To view and restore previous versions:- Open the skill in the editor
- Click ⋮ → Version History
- A panel shows all saved versions with timestamps
- Click any version to preview it
- Click Restore to make that version current