Skills Registry
Curated skills for Claude Code
First-party skills you can drop into any project. Each is a single SKILL.md Claude reads automatically. Add any one with a single command.
Forms
form-builder-canvas
v1.0.0Build the form authoring surface — a field palette, a drag-and-drop canvas that packs fields into rows, and an inspector for the selected field. Trigger when implementing the editor where someone assembles a form.
formsdrag-and-dropbuilderform-definition
v1.0.0Define the form document an author edits and a renderer draws — field catalog, widths, submission keys, steps, and conditional rules. Trigger when modeling forms, adding a field type, or sharing one form shape across a builder and a public embed.
formsschemafieldsform-integrations
v1.0.0Deliver a saved form submission to outside systems through a catalog of connectors. Trigger when adding a destination such as a spreadsheet, email list, CRM, or webhook, or when wiring what happens after someone submits.
formsintegrationswebhooksform-preview
v1.0.0Show the in-progress form in a preview panel using the same renderer the published page uses, including unsaved edits, conditional visibility, and multi-step navigation. Trigger when adding or changing the builder's preview.
formspreviewweb-componentsform-web-component
v1.0.0Publish a form as framework-free custom elements that fetch their configuration and post submissions. Trigger when embedding a form on a page the builder does not control — a storefront, a CMS page, or any other host.
formsweb-componentsembed