dashboard-preview
Open the session preview in the browser. Shows all charts currently in .session/charts.json at http://localhost:5173/d/<slug>/preview.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Open the session preview in the browser. Shows all charts currently in .session/charts.json at http://localhost:5173/d/<slug>/preview.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Start a new dashboard session. Define a datasource, generate an adapter, build charts, and promote to the dashboard. Claude does the reasoning; the human approves proposals.
Promote the current .session/ to the dashboard. Shows a summary and asks for confirmation before running bin/promote.
Edit an existing chart or its adapter. Opens a session targeting the chart, makes changes, and promotes back to the dashboard.
Re-run data adapters to pull fresh data into dashboards/*/data/*.json. Optionally target a specific dashboard or adapter by slug.
| name | dashboard-preview |
| description | Open the session preview in the browser. Shows all charts currently in .session/charts.json at http://localhost:5173/d/<slug>/preview. |
Open the session preview in the browser.
Read .session/context.json if it exists to get the active dashboard slug.
Run bin/start --preview.
bin/start auto-reads it and opens /d/<slug>/preview./preview (fallback).Read .session/charts.json if it exists.
Report to the user:
The preview polls .session/charts.json every 2 seconds. As you update charts during a session, the browser refreshes automatically without needing to rerun this skill.