dreamboard
Installation
SKILL.md
Dreamboard CLI
Goal
Create and iterate on a Dreamboard game locally, then sync authored changes, compile, run, and test against the current reducer-native scaffold.
Prereqs
- Dreamboard CLI installed and available as
dreamboardInstall withnpm install -g dreamboard - Authenticated via
dreamboard login
Source Of Truth
Use the generated reference files in references/ as the detailed reference
set. They are synced from the public docs with
pnpm --dir apps/dreamboard-cli run sync:skill-docs.
Related skills