From RavenClaude Core
Launch the fully-functioning comfort-posture dashboard (Save & apply works) in your browser.
How this command is triggered — by the user, by Claude, or both
Slash command
/ravenclaude-core:dashboardThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /dashboard Open the **fully-functioning** comfort-posture dashboard — the point-and-click editor for your permission rules and command-review toggles, where the **Save & apply** button actually writes `.ravenclaude/comfort-posture.yaml` and re-runs the translator for you (no Copy/Download step). > **Disambiguation:** an unqualified "open the dashboard" resolves to **this** RavenClaude > comfort-posture dashboard (the `rc dashboard` front door). Don't surface a chooser unless the > user *named* a different dashboard (e.g. a Power Platform admin / maker portal) — guessing wrong > there co...
Open the fully-functioning comfort-posture dashboard — the point-and-click editor
for your permission rules and command-review toggles, where the Save & apply button
actually writes .ravenclaude/comfort-posture.yaml and re-runs the translator for you (no
Copy/Download step).
Disambiguation: an unqualified "open the dashboard" resolves to this RavenClaude comfort-posture dashboard (the
rc dashboardfront door). Don't surface a chooser unless the user named a different dashboard (e.g. a Power Platform admin / maker portal) — guessing wrong there cost a needless menu prompt in a prior session.
This launches a small local server (serve-dashboards.py) bundled inside the plugin.
It serves the version-matched dashboard.html and exposes only /__save, /__read
(allow-listed to .ravenclaude/ files), /__saga (read-only Review-log feed from
.ravenclaude/runs/thing/), and /__classify (read-only). It binds
127.0.0.1 and is single-user/local — there is no /__run, no auth, no multi-user mode.
rc dashboard is the one-verb front door — a real launcher shipped at
${CLAUDE_PLUGIN_ROOT}/bin/rc. It runs the bundled server, and on a
local/desktop machine the browser opens automatically. In a Codespace, VS Code's
onAutoForward: openBrowser wiring opens the forwarded URL in a real browser tab the
moment the port comes up — no copy-paste required in either case.
rc works the same in any host (Claude Code, GitHub Copilot CLI, a bare terminal) —
it preserves your cwd as the project root, so .ravenclaude/ is written where you run it.
To call it as a bare rc dashboard, put the plugin's bin/ on your PATH:
export PATH="$PATH:<your-ravenclaude-clone>/plugins/ravenclaude-core/bin"
Otherwise run it by path: bash <clone>/plugins/ravenclaude-core/bin/rc dashboard. In a
Copilot session you don't need either — just ask Copilot to "open the dashboard" and
its AGENTS.md grounding (copilot/AGENTS.md) tells it the command.
To launch it manually (e.g. from Claude with the Bash tool), run the bundled server
in the background, from the user's project root (so it writes .ravenclaude/ into
their project). ${CLAUDE_PLUGIN_ROOT} resolves to the plugin's install location:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/serve-dashboards.py" --port 8000
--no-open to suppress the browser auto-open in scripts/CI./dashboard.html; in a Codespace
the forwarded tab opens automatically via onAutoForward. If it doesn't, use the URL the
server prints. Bare / 302-redirects to the dashboard, so a hand-typed
localhost:8000 lands on the dashboard rather than a file listing..ravenclaude/comfort-posture.yaml and applies it to .claude/settings.json in one step./__save writes files and
runs the posture translator, so it must not be public.| You want… | Use |
|---|---|
| The full point-and-click experience with one-click Save & apply | /dashboard (this command) |
| To just look / pick rules and copy the YAML yourself | the hosted dashboard link in the plugin README, then save the YAML and run /set-posture |
To apply an already-saved .ravenclaude/comfort-posture.yaml headlessly (CI) | /set-posture |
${CLAUDE_PLUGIN_ROOT}/dashboard.html${CLAUDE_PLUGIN_ROOT}/scripts/serve-dashboards.py${CLAUDE_PLUGIN_ROOT}/scripts/apply-comfort-posture.py (also /set-posture)npx claudepluginhub mcorbett51090/ravenclaude --plugin ravenclaude-core/dashboardGenerates a monitoring dashboard configuration JSON for project metrics including build health, code velocity, quality, performance, and dependencies.
/dashboardOpens the claude-smart dashboard in the browser, starting the backend and dashboard server if not already running.
/dashboardOpens the claudetop web dashboard in the browser, displaying spending charts, cost breakdowns by project/model/branch, efficiency trends, and session history.
/dashboardDisplays KARIMO CLI dashboard with system health score, critical alerts, execution velocity, resource usage, and recent activity. Supports flags like --active, --blocked, --prd, --json.
/dashboardLaunches the claude-tutor learning dashboard web UI at http://localhost:3847 for viewing and editing plans, progress, and spaced repetition data.
/dashboardDisplays execution status dashboard for the current Plan Cascade task, showing detected mode (MEGA/HYBRID), state files, and progress. Supports --verbose and --json output flags.