dashboard
Authoritative reference for the Lagune dashboard, a live view of a project's .lagune/ chain with a locked-down local action surface. Use before changing anything under src/dashboard/ or src/types/dashboard/.
npx skills add wellwelwel/lagune --skill dashboard --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Lagune dashboard A live view of a project's `.lagune/` chain: charter, findings, hardening, verification, and the applied sub-skills. It parses the real memory artifacts and tracking map on every request and pushes a browser reload whenever anything under `.lagune/` changes. Viewing is read-only. The one write path is the Settings action surface, which runs the CLI's own core in-process behind the guards described under Actions. Authored in strict TypeScript with Node APIs, runtime-agnostic across Node, Bun, and Deno. It ships as a self-contained static client plus a zero-dependency server, both bundled into `lib/` at build time. `src/` is never published. The product mission and workflow philosophy live in [CLAUDE.md](../../../CLAUDE.md). The toolchain, code conventions, and build path live in the [engineering](../engineering/SKILL.md) skill, the repository layout in the [architecture](../architecture/SKILL.md) skill, and design-engineering principles, including how to verify rendered output, in the [/interface](../interface/SKILL.md) skill. ## Consistency The client follows one visual system. Same-styled elements never carry their own local variants, and when two of them disagr
- Consistency
- Spacing
- Tiles and icons
- Typography
- Run
- How it fits together
- Security context
- Routes
npx lagune dashboard npm run dashboard:dev # Vite dev server with HMR, proxying data to the node server npm run dashboard:build # build the client into lib/dashboard npm run typecheck
What does the dashboard skill do?
Authoritative reference for the Lagune dashboard, a live view of a project's .lagune/ chain with a locked-down local action surface. Use before changing anything under src/dashboard/ or src/types/dashboard/.
How do I install it?
Run `npx skills add wellwelwel/lagune --skill dashboard --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From wellwelwel/lagune, a repository with 89 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
