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.
Builds and tests Vizro dashboards from design specs by copying example app, fetching model schemas, and running Playwright tests. For Python-based dashboard implementation.
Opens a read-only web UI to explore the kongcode memory graph via dashboard, memory/concept browsers, and graph explorer. Use for visualizing and inspecting stored data.