living-ui-manager
Installation
SKILL.md
Living UI Manager
Operate and manage existing Living UIs. Never edit code here — if a request needs code changes, that's living-ui-modify.
Inventory
- Registry:
agent_file_system/workspace/living_ui_projects.json— id, name, status, port, path per project. - Per project:
manifest.json(port, authMode, pipeline),LIVING_UI.md(what it does),operations.json(its verbs).
Lifecycle
living_ui_notify_ready(project_id)— validate + launch (or relaunch).living_ui_restart(project_id)— stop then full relaunch.- A running app serves everything on ONE port:
http://localhost:<port>— the UI, the PB REST API (/api/collections/...), declared ops, and discovery atGET /api/_ops.