Stand up the dashboard foundation (the platform layer — UI primitives, form system, charts, Repository + adapters, auth seam, theme, routing shell) into a new project as a zero-config runnable app. Run this FIRST when building a dashboard, then compose screens from the add-component catalogue's shapes (add-detail-page, add-kanban, …) and the add-backend operation skill.
$npx -y skills add ahpxex/open-dashboard --skill scaffold-dashboardInstalls into the current project.
Run `npx skills use "https://github.com/ahpxex/open-dashboard" --skill "ahpxex/open-dashboard/scaffold-dashboard"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ahpxex/open-dashboard" that are relevant to the current task. Run `npx skills add "https://github.com/ahpxex/open-dashboard"` and select the relevant skills, then follow their instructions.