form-builder
Installation
SKILL.md
Rebyte Forms Builder
Build production-ready, Typeform-style forms using the Composer API.
⚠️ CRITICAL: Completion Requirements
A form task is NOT complete until:
- ✅ Form backend created (POST /api/forms/create)
- ✅ HTML file saved as
index.html - ✅ Invoke the
rebyte-app-builderskill to deploy the form - ✅ BOTH URLs shared with user: Form URL (from deployment) AND Admin URL (from form creation API)
NEVER tell the user the form is "done" without completing ALL steps.
Requires Rebyte API auth — $AUTH_TOKEN and $API_URL are set up per the agent's system prompt; use them as Bearer token and base URL.