Agent skill · Data & Analytics

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/.

wellwelwelgithub.com/wellwelwelGitHub ↗
claude-codecodexcopilotcursorMIT
Install
npx skills add wellwelwel/lagune --skill dashboard --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 12 KB
Bundled scripts: none
Path: .claude/skills/dashboard/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 89
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Consistency
  2. Spacing
  3. Tiles and icons
  4. Typography
  5. Run
  6. How it fits together
  7. Security context
  8. Routes
Commands it runs
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
More from lagune
All skills →
About this skill
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.

Keep going