superset

Solid

Create workspaces, spawn agents, schedule automations, and manage Superset projects/tasks/hosts via the `superset` CLI. Use to orchestrate coding agents across devices from the terminal.

AI & Automation 14,079 stars 1259 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 86/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 1. **Pick a project and host**: `superset projects list` and `superset hosts list`. 2. **Create a Workspace**: `superset workspaces create --project <id> --host <id> --name "..." --branch <branch>` (or `--pr <number>`, or `--local` instead of `--host`). 3. **Spawn an agent**: `superset agents create --workspace <id> --agent claude --prompt "..."`. 4. **Plan work**: `superset tasks create --title "..."` then `tasks 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 with `agents create --workspace`, `automations create --workspace`, etc.) - `$SUPERSET_TERMINAL_ID` — current terminal session id If `$SUPERSET_WORKSPACE_ID` is unset, you're not inside a Superset workspace — follow the Core Workflow above to create one. ## Workspaces ```bash superset workspaces create --project <id> --host <id> --name "..." --branch <branch> superset workspaces create --project <id> --local --name "..." --pr <number> superset workspaces list [--host <id> | --local] superset workspaces update <id> --name "..." super...

Details

Author
superset-sh
Repository
superset-sh/superset
Created
10 months ago
Last Updated
today
Language
TypeScript
License
NOASSERTION

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

superset-orchestration

Coordinate multiple terminal coding agents through the Superset CLI by creating isolated workspaces, launching workers, sending follow-ups, reading terminal output, tracking dependencies, and collecting structured results. Use when asked to delegate or parallelize coding work, coordinate agents across workspaces or hosts, hand work between agents, monitor worker progress, or run a multi-agent workflow with Superset. Do not use for ordinary single-agent workspace, task, or automation management.

14,079 Updated today
superset-sh
AI & Automation Solid

orchestrate

Coordinate several coding agents in parallel through Superset, each in its own workspace, with follow-ups, progress reads, dependency tracking, and structured results. Use when the user asks to delegate, parallelize, fan out, or split up coding work across agents, workspaces, or hosts, hand work between agents, or monitor workers, including "spin up agents for each of these", "run these in parallel", "what are my workers doing". Not for ordinary single-agent workspace, task, or automation management.

14,079 Updated today
superset-sh
AI & Automation Solid

automate

Turn a recurring chore into a Superset automation. Drafts the agent prompt, confirms schedule and target, creates it with the CLI, and reviews the first run together. Use when the user wants a scheduled or recurring agent, a daily or weekly job, or says things like "every morning do X", "automate this", "set up a cron agent", "run this on a schedule".

14,079 Updated today
superset-sh