living-ui-creator
Installation
SKILL.md
Living UI Creator
A Living UI is a self-contained local web app: one PocketBase process (data, auth, realtime, custom verbs) serving a React frontend built from a preset kit. You declare schema, compose UI, wire verbs — the platform owns the rest.
Step 0: Have a registered project (MANDATORY FIRST)
- Task instruction contains
Project ID+Project Path→ the project is already scaffolded. Use those values. Skip scaffolding. - No Project ID in your instruction (user asked in a regular chat) → call
living_ui_scaffold(name, description, auth_mode)— it scaffolds AND dispatches the build to the project's dedicated session. Tell the user the build started, then end your turn. Do NOT build in the chat session.
Pick auth_mode from requirements: none (personal local tool — default) or
multi-user (accounts; the kit's LoginGate wraps the app automatically).