living-ui-importer
Installation
SKILL.md
Living UI Importer
Bring existing apps into this CraftBot: marketplace installs (pre-built apps from the catalogue), Living UI project imports from a ZIP, a local folder path, or a git URL, and conversions of foreign (non-Living-UI) apps — which are REBUILDS: the original code becomes reference material and the behavior is re-implemented on this platform. Be honest about that cost before converting: nothing of the original code runs here.
Which path?
| The user has… | Do this |
|---|---|
| An app name / "what's in the marketplace?" | living_ui_marketplace_list → match by name → living_ui_marketplace_install(app_id=...) |
A .zip, a project folder path, or a git URL of a Living UI |
living_ui_import(source=...) — one door for all three |
| A foreign (non-Living-UI) codebase | living_ui_convert(source=...) — a full REBUILD; tell the user first |