superplane-app-builder
Installation
SKILL.md
SuperPlane App Builder
Translate workflow requirements into SuperPlane apps and their 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 apps canvas init |
| Create app from canvas YAML | superplane apps create --canvas-file canvas.yaml |
| Update canvas | superplane apps canvas update -f canvas.yaml --message "..." |
| Stage and commit | superplane apps staging update --file canvas.yaml then staging commit --message "..." |