superset-automate

Installation
SKILL.md

Superset Automate

Turn "I keep doing X every morning" into an automation that does X on a schedule.

1. Understand the chore

Pin down: the outcome, the cadence, the inputs it reads, and what "done" looks like. Then draft the automation prompt — write it as instructions for an agent with zero context, and if the task has rules that will evolve (triage criteria, formats), put them in a document the automation reads at runtime so they can be edited without touching the prompt.

2. Pick the target

  • superset projects list — a project target creates a fresh workspace per run (most tasks)
  • superset workspaces list — a workspace target reuses the same workspace every run (stateful tasks)

3. Confirm before creating

Show the user (use the ask_user tool if available): the name, the schedule as an RRULE, the agent, and the target — plus the exact command you will run. Never create without explicit confirmation.

4. Create and shake down

Installs
67
GitHub Stars
2
First Seen
Aug 5, 2026
superset-automate — superset-sh/skills