Personalized audit that teaches advanced Superset features the user isn't using yet — automations, parallel agents, tasks, multi-host, terminals, custom commands, MCP.
Personalized audit that teaches advanced Superset features the user isn't using yet — automations, parallel agents, tasks, multi-host, terminals, custom commands, MCP.
Use when the user wants to get more out of Superset, learn advanced Superset features, or 10x their Superset workflow.
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars2
LicenseLICENSE.md
Default branchmain
Open issues0
Status
Active
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md3,489 B
docsSUMMARY.md308 B
History
First seen on skills.sh
First recorded snapshot · 67 installs
SKILL.md
Superset 10x
Teach the user the advanced Superset features they aren't using yet — grounded in their real usage, not a lecture. If they named a topic after the command, skip the audit and go straight to that topic.
1. Audit (read-only)
Run in parallel and tolerate individual failures (prefer --json where supported):
superset auth whoami
superset automations list
superset workspaces list
superset agents list
superset hosts list
superset tasks list
If the CLI is missing, offer to install it: curl -fsSL https://superset.sh/cli/install.sh | sh. If unauthenticated, superset auth login. If the audit is impossible, ask the user what their current workflow looks like and proceed from their answer.
2. Scorecard
Compare their usage against the catalog below and present a short scorecard: the 3-5 highest-impact features they aren't using, one line each on the payoff. No walls of text.
3. Walk through one at a time
For each recommendation in order: a two-sentence pitch, then ask (use the ask_user tool if available) with options Set it up now / Tell me more / Skip. "Set it up now" means actually doing it — create the real automation, spawn the real workspace — after confirming the specifics (name, schedule, prompt) with the user. Never print instructions as a substitute for doing it.
Catalog
Feature
Why it 10x's you
Live setup
Automations
Scheduled agents — triage, changelogs, standups run while you sleep
superset automations create, then superset automations logs to review runs
Parallel workspaces
Every task gets an isolated worktree; run several agents at once instead of queueing
superset workspaces create --project <id> then superset agents create --workspace <id> --agent claude --prompt "..."
PR review workspaces
Check out any PR into its own workspace in one command
superset workspaces create --pr <number>
Tasks
A shared queue agents can pick up; track work across sessions