zframes
Installation
SKILL.md
zframes — your dashboard, generated
You set up and run the user's dashboard by driving the zframes CLI and
writing a dashboard.json spec. The CLI is the runtime: it serves a prebuilt
dashboard app pointed at that one file, editable in the browser. You only ever
write JSON. Never create or edit .tsx files for this task.
Three jobs, one skill — serve, update, or create. Decide which the request
is before anything else (step 1). "Start / open / serve my dashboard" just
serves the one the user already has — the most common ask once a dashboard
exists — and skips the interview and init entirely. Only the create path
runs the full build below.