superplane-canvas-builder
Installation
SKILL.md
SuperPlane Canvas Builder
Translate workflow requirements into SuperPlane canvas YAML.
Quick Reference
| Task | Command |
|---|---|
| List actions | superplane index actions |
| Actions from integration | superplane index actions --from <integration> |
| Describe an action | superplane index actions --name <name> |
| List triggers | superplane index triggers --from <integration> |
| Generate starter YAML | superplane canvases init |
| Create canvas | superplane canvases create --file canvas.yaml |
| Update canvas | superplane canvases update <name-or-id> --draft -f canvas.yaml |
Order of Operations
Always follow this sequence. The CLI is the primary path — it gives exact names, IDs, and schemas that documentation cannot reliably substitute.