Skip to main content

Setup

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

Verify Installation

You should see formbnb listed under GitHub Copilot.

Usage

Once installed, GitHub Copilot knows how to create FormBnB forms. Use it in VS Code’s Copilot Chat:

Copilot Chat

Copilot Edits

Open a file and ask Copilot to add a form:

Inline Suggestions

When you start typing a form element, Copilot will suggest FormBnB-compatible code:

Examples

Contact form in React:

Form with file upload:

Webhook receiver:

Tips

  • Works with Copilot Chat, Copilot Edits, and inline completions
  • The skill activates on form-related files (.html, .tsx, .jsx, .vue, .svelte, .astro)
  • For global installation: npx skills add formbnb/agent-skills -a github-copilot -g