Skip to main content

Setup

Install the FormBnB skill in your project:
This creates a SKILL.md file in .agents/skills/ (or ~/.cursor/skills/ for global install) that Cursor loads automatically.

Verify Installation

You should see formbnb listed under Cursor.

Usage

Once installed, Cursor’s AI knows how to create FormBnB forms. Use it in Chat, Composer, or inline edits:

In Chat

In Composer

Inline Edit (Cmd+K)

Select an existing form and ask:

Examples

Ask Cursor to build a contact page:

Ask Cursor to add file uploads:

Ask Cursor to set up webhooks:

Tips

  • The skill activates when you’re editing form-related files (.html, .tsx, .jsx, .vue, .svelte, .astro)
  • Works in both Chat and Composer modes
  • For global installation: npx skills add formbnb/agent-skills -a cursor -g
  • Cursor also supports skills via .cursor/rules/ — the skills CLI handles the correct path automatically