From foundation
Launch the Foundation dashboard UI in the browser. Starts the local server on port 3333 showing Demerzel snapshots, Gaia memories, and session history. Trigger: /foundation:foundation-ui
How this skill is triggered — by the user, by Claude, or both
Slash command
/foundation:foundation-uiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch the Foundation dashboard.
Launch the Foundation dashboard.
node ${CLAUDE_PLUGIN_ROOT}/ui/server.mjs &
This runs the server in the background on port 3333.npx claudepluginhub sashabogi/foundation-plugin --plugin foundationBuilds UI pages and extensions for Falcon Foundry apps using React or Vue with the Shoelace design system and Foundry-JS. Scaffolds pages, extensions, and navigation via the Foundry CLI.
Opens a local read-only web UI to explore the laqrumcode memory graph (dashboard, memory/concept browsers, graph explorer). Use to visualize or inspect stored data.
Builds generative UI with OpenUI: define Zod-schematized components, stream LLM output as OpenUI Lang, render progressively in React, Vue, or Svelte. Works with any LLM provider and backend.