Skip to main content

Setup

Install the FormBnB skill in your project:
This creates a SKILL.md file in .kiro/skills/ that Kiro loads automatically.

Verify Installation

You should see formbnb listed under Kiro CLI.
After installing, if you’re using Kiro’s custom agents, add the skill to your agent’s resources in .kiro/agents/<agent>.json:

Usage

Once installed, Kiro knows how to create FormBnB forms. Use it in chat or let it work through specs:

In Chat

With Specs

When building a feature with Kiro’s spec system, mention FormBnB in your requirements:
Kiro will generate the implementation tasks with FormBnB integration built in.

Autopilot Mode

In autopilot mode, Kiro can build entire form flows end-to-end:

Examples

React form with hooks:

Form with file uploads:

Full-stack form flow:

Tips

  • The skill activates on form-related files (.html, .tsx, .jsx, .vue, .svelte, .astro)
  • Works in both chat and spec-driven development
  • Kiro’s steering files can reference FormBnB docs for consistent form patterns across your project
  • For global installation: npx skills add formbnb/agent-skills -a kiro-cli -g