public/iNNfo/app/0-1-1/skills/migration-wizard/SKILL.md
Specialized assistant for migrating legacy .nn.md files to the new distributed hierarchical .iNNfo.md format.
npx skillsauth add innv0/innv0.com Migration WizardInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The Migration Wizard helps users convert legacy .nn.md files to the new distributed hierarchical .iNNfo.md format with centralized metamodel.
.nn.md structure.iNNfo.md filesgraph_edges.nn.md filePresent migration plan:
Legacy file: my-model.nn.md
- Classes: 5
- Instances: 23
- Relationships: 45
Will create:
- Root file: model/.iNNfo.md (metamodel + relationships)
- Class folders: 5
- Instance folders: 23
Create Root File (model/.iNNfo.md):
graph_edgestype: model_rootCreate Folder Structure:
model/{ClassName}/ foldermodel/{ClassName}/{InstanceId}/ folderCreate Instance Files:
.iNNfo.md with:
type: instanceclass: {ClassName}last_updated: {timestamp}Migrate Relationships:
::syntax)graph_edgestask-management.nn.md---
version: "0.2.0"
metamodel:
classes:
Task:
lucideIcon: CheckSquare
color: blue
Person:
lucideIcon: User
color: green
relationships:
- from: Task
to: Person
label: assigned_to
widget: set
---
# Task Management
## Model
- [[Task]]
- [[Design Homepage]]
- [[Implement Login]]
- [[Person]]
- [[Alice]]
- [[Bob]]
## Relationships
[[Design Homepage]] :: assigned_to :: [[Alice]]
Root: model/.iNNfo.md
---
version: "0.3.0"
type: model_root
metamodel:
classes:
Task:
lucideIcon: CheckSquare
color: blue
Person:
lucideIcon: User
color: green
relationships:
- from: Task
to: Person
label: assigned_to
widget: set
graph_edges:
- from: Design Homepage
to: Alice
label: assigned_to
---
# Task Management
Instance: model/Task/Design-Homepage/.iNNfo.md
---
type: instance
class: Task
last_updated: "2026-01-22T19:00:00Z"
---
# Design Homepage
Instance: model/Person/Alice/.iNNfo.md
---
type: instance
class: Person
last_updated: "2026-01-22T19:00:00Z"
---
# Alice
graph_edges.iNNfo.md for all instancesUser: "Migrate my model to the new format"
Migration Wizard:
"I'll analyze your legacy .nn.md file and migrate it to the new hierarchical format.
Analysis:
Migration Plan:
model/.iNNfo.md with metamodel.iNNfo.md filesgraph_edgesProceed with migration?"
User: "Yes"
Migration Wizard: "Migrating...
✅ Created root file with metamodel ✅ Created class folders: Task, Person, Project ✅ Created 12 instance folders ✅ Migrated 18 relationships to graph_edges
Migration complete! Your model is now using the new hierarchical format."
After migration:
.nn.md file (after backup).nn.md format is no longer supporteddevelopment
Find quick facts, news, and real-world data directly from the internet.
data-ai
Visual explanations, Mermaid diagrams, and concept visualization.
tools
Learning assistance, knowledge reinforcement, and conceptual simplification.
testing
Specialist in extracting and structuring source documents from PDFs, images, and raw text.