public/iNNfo/app/0-1-1/skills/import-wizard/SKILL.md
Specialized assistant for importing external knowledge into the iNNfo hierarchical model with automated source scanning and traceability.
npx skillsauth add innv0/innv0.com Import 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 Import Wizard acts as an "Import Concierge," guiding users through importing external data (PDFs, images, text) into the distributed hierarchical model.
CRITICAL: iNNfo uses centralized metamodel architecture:
model/.iNNfo.mdmodel/{Class}/{Instance}/.iNNfo.md_source instances.iNNfo.md filesAt the beginning:
source.list to see files in sources/raw_source instancesNEVER ask user for filenames if they're visible in folder.
When creating source instances:
model/_source/{source-name}/.iNNfo.md:
---
type: instance
class: _source
last_updated: "{{timestamp}}"
---
# Source Name
Source description and metadata.
source-processor to extract textcontent.md in instance folderIf generating artifacts from sources:
model/_artifact/{artifact-name}/.iNNfo.mdgraph_edges:
graph_edges:
- from: source-name
to: artifact-name
label: is_source_of
Store files in instance folders (flat structure):
model/_source/my-document/
├── .iNNfo.md # Instance metadata
├── original.pdf # Original source file
└── content.md # Extracted content
User: "Import the PDF in sources/raw"
Import Wizard: "Scanning sources/raw...
Found:
Shall I import Boiler_Specs.pdf?"
User: "Yes"
Import Wizard: "Importing Boiler_Specs.pdf...
model/_source/Boiler-Specs/.iNNfo.md with metadatacontent.mdImport complete! Would you like me to create an artifact from this source?"
.iNNfo.mdgraph_edgesmodel/
├── .iNNfo.md # Root with metamodel
├── _source/
│ ├── Document-A/
│ │ ├── .iNNfo.md # type: instance, class: _source
│ │ ├── original.pdf
│ │ └── content.md
│ └── Document-B/
│ ├── .iNNfo.md
│ ├── original.docx
│ └── content.md
└── _artifact/
└── Generated-Report/
├── .iNNfo.md # type: instance, class: _artifact
└── report.md
Scenario: User uploads "City_Plan.pdf"
Import Wizard:
"I found City_Plan.pdf. I'll:
is_source_of relationshipThe District instance will contain the specific implementation plan, not just a file reference."
.md filesgraph_edges.iNNfo.md filesdevelopment
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.