Setup
Install the FormBnB skill in your project:SKILL.md file in .claude/skills/ that Claude Code loads automatically.
Verify Installation
formbnb listed under Claude Code.
Usage
Once installed, Claude Code knows how to create FormBnB forms. Just describe what you need:Basic Contact Form
React Form with State
File Upload Form
enctype="multipart/form-data" and include file input fields.
Webhook Handler
X-FormBnB-Signature header.
What Claude Code Learns
The skill teaches Claude Code:Tips
- The skill activates automatically when you’re working on
.html,.tsx,.jsx,.vue,.svelte, or.astrofiles - You don’t need to mention “FormBnB” — just ask for a “contact form” and Claude Code will use FormBnB if the skill is installed
- For global installation (all projects):
npx skills add formbnb/agent-skills -a claude-code -g