form-building
Installation
SKILL.md
Form Building
Creating a Form
Use the create-form script to create forms from natural language:
pnpm action create-form --title "Contact Form" --fields '[...]'
The script generates a unique ID, creates a URL slug, and stores the form in SQL as draft status.