superset
Installation
SKILL.md
Superset CLI
The superset command provides fast access to spawning subagents and creating copies of projects in isolated workspaces.
If the CLI is not installed, you can install it using curl -fsSL https://superset.sh/cli/install.sh | sh.
Core Workflow
- Pick a project and host:
superset projects listandsuperset hosts list. - Create a Workspace:
superset workspaces create --project <id> --host <id> --name "..." --branch <branch>(or--pr <number>, or--localinstead of--host). - Spawn an agent:
superset agents create --workspace <id> --agent claude --prompt "...". - Plan work:
superset tasks create --title "..."thentasks update <id-or-slug>as work progresses.
Runtime Context
When invoked from inside a Superset workspace or terminal, these environment variables are set and can provide you with context about your session:
$SUPERSET_WORKSPACE_ID— current workspace id (use directly withagents create --workspace,automations create --workspace, etc.)$SUPERSET_TERMINAL_ID— current terminal session id