cube-build-content

Installation
SKILL.md

Build Cube content

Writes state. Reports and dashboards are what people see, so a mistake here is visible to more than the person who made it.

Preflight

command -v cube >/dev/null || echo "Cube CLI not installed: curl -fsSL https://raw.githubusercontent.com/cube-js/cube/master/install-cli.sh | sh"
cube whoami || echo "Not authenticated. Interactive: cube login. Headless: set CUBE_API_URL + CUBE_API_KEY."
cube context list

Order of operations

Content hangs off a workbook, so build outward from one:

Installs
10
GitHub Stars
1
First Seen
Aug 19, 2026
cube-build-content — cube-js/cube-agent-skills