formio/ai

The Form.io Agentic Coding Toolset — MCP server, Claude Code plugin, and AI skills library for building Form.io applications

6Stars on the repository
26Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

formio-actions

01

formio/ai

Skill Claude CodeCodex

Deep reference for configuring Form.io actions — the server-side behavior layer that powers email notifications, authentication, webhooks, role assignment, and form-to-form saves. Use this skill whenever the user wants to add, configure, or troubleshoot an action on a form, choose the right action type for a use case…

6 yesterday A 212 tokens original MIT

formio-angular

02

formio/ai

Skill Claude CodeCodex

Angular framework implementor for the Form.io skill library — turns an approved template.json plus a target Form.io project into a working Angular application using @formio/angular, via a five-phase gated flow (setup, bootstrap, config, auth, resources). Invoked as the handoff from formio-application, or directly when…

6 yesterday A 236 tokens original MIT

formio/ai

Skill Claude CodeCodex

Angular-explicit extension sub-skill for the Form.io skill library — adds, regenerates, or repairs one resource NgModule in an Angular workspace whose AppModule already has FormioAppConfig wired. Invoked by user phrasing that names Angular verbatim, or by handoff from formio-angular (itself possibly invoked by…

6 yesterday A 243 tokens original MIT

formio-api

04

formio/ai

Skill Claude CodeCodex

Comprehensive Form.io API reference — every endpoint in the Form.io API Postman collection across platform admin, project admin, runtime/end-user, and PDF scopes. Use when the user asks to call, script, inspect, or document any Form.io REST endpoint: platform/project auth; projects, stages, tenants, teams; forms…

6 yesterday A 209 tokens original MIT

formio-application

05

formio/ai

Skill Claude CodeCodex

Default "build me an app" orchestrator — builds a new application backed by a Form.io project from a plain-language idea, or extends an existing app with a new feature; the user never needs framework or Form.io terminology. Use whenever the user wants to build, create, spin up, or stand up an app, tool, portal…

6 yesterday A 221 tokens original MIT

formio-auth

06

formio/ai

Skill Claude CodeCodex

Form.io authentication and authorization specialist — resource-backed login (Login plus Role Assignment Actions), role-based access control and group permissions, SSO via OIDC/OAuth/SAML/LDAP with provider role mapping, Token Swap, Custom JWT for Enterprise/on-prem (signed with JWTSECRET), email-token (passwordless)…

6 yesterday A 247 tokens original MIT

formio-form-builder

07

formio/ai

Skill Claude CodeCodex

Default "build me a form" orchestrator — builds a single Form.io form end to end: determines the form type (webform, wizard, or PDF form), delegates schema authoring to formio-schema, saves the form via the MCP server, and optionally hands off to embedding. Use when the user asks to "build a form", "create a form"…

6 yesterday A 259 tokens original MIT

formio-form

08

formio/ai

Skill Claude CodeCodex

Embed and render Form.io forms in any web application with the Vanilla JS renderer @formio/js — render by URL or JSON, pre-fill with submissions, JavaScript control, renderer options, conditional fields, calculated values, JSON Logic validation, cascading selects, and conditional wizard pages. The library's default…

6 yesterday A 238 tokens original MIT

formio-mcp-setup

09

formio/ai

Skill Claude CodeCodex

Connects the Form.io MCP server (@formio/mcp) to whatever coding agent is running, so the Form.io skills have tools to call. Use when a Form.io skill's preflight finds the MCP tools missing, when Form.io tool calls fail because no Form.io tools are available, or when the user asks to install, connect, configure, or…

6 yesterday B 222 tokens original MIT

formio/ai

Skill Claude CodeCodex

Plan the Resource structure, field configurations, and access/permission model for a Form.io application, then emit a ready-to-import project template.json (Phase A: a human-readable Resource Map for approval; Phase B: the full template with roles, resources, forms, and actions). Interview-driven — infers resources…

6 yesterday A 231 tokens original MIT

formio-schema

11

formio/ai

Skill Claude CodeCodex

Form.io JSON schema reference covering the document shapes for projects, forms (and resources), and submissions. Use whenever constructing, editing, or interpreting Form.io JSON — form definitions returned by formget / formcreate / formupdate; submission bodies (decoding data, row-level access, draft state, metadata)…

6 yesterday A 221 tokens original MIT

formio-sdk

12

formio/ai

Skill Claude CodeCodex

Source-derived reference for the Form.io JavaScript SDK (@formio/js), the Utilities (@formio/js/utils), and the @formio/core-only helpers — authored from the Form.io source code. Covers static methods (setBaseUrl, setProjectUrl, setToken, currentUser, logout), instance methods on new Formio(url) (forms, submissions…

6 yesterday A 247 tokens original MIT