formio-uag
01MCP server Claude CodeCodexCursor +2
The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io. Runs locally from the @formio/uag npm package. Needs 15 environment variables to run.
MCP server Claude CodeCodexCursor +2
The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io. Runs locally from the @formio/uag npm package. Needs 15 environment variables to run.
MCP server Claude CodeCodexCursor +2
The Universal Agent Gateway (UAG) enables in-process agentic automation using Form.io. Runs locally from the @formio/uag npm package. Needs 15 environment variables to run.
Plugin Claude Code
Plugin marketplace listing 1 plugin: formio-ai.
Command Claude Code
Implement tasks from an OpenSpec change (Experimental).
Command Claude Code
Archive a completed change in the experimental workflow.
Command Claude Code
Enter explore mode - think through ideas, investigate problems, clarify requirements.
Command Claude Code
Propose a new change - create it and generate all artifacts in one step.
Settings file Claude Code
Agent settings configuring enabledPlugins, deny.
Command Cursor
Implement tasks from an OpenSpec change (Experimental).
Command Cursor
Archive a completed change in the experimental workflow.
Command Cursor
Enter explore mode - think through ideas, investigate problems, clarify requirements.
Command Cursor
Propose a new change - create it and generate all artifacts in one step.
Instructions file GitHub Copilot
Instructions for formio/ai: Do not read, reference, or include content from any .env files (except .env.example). These files contain secrets and must never appear in suggestions, completions, or chat responses.
Instructions file
Instructions for formio/ai, covering claude.md, project overview, repository info, skills library and iterating on skills.
Plugin Claude Code
Form.io MCP server + skill library. Bundles the Form.io MCP server and a skill library covering every endpoint in the Form.io API, plus form JSON schema guidance for generating and editing Form.io forms and resources.
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…
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…
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…
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…
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…
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)…
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"…
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…
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…