·constructive-meta-forms
*

constructive-meta-forms

在任何构造性应用程序公共数据库上使用 _meta GraphQL 端点在运行时内省表架构,并以零静态字段配置呈现完全动态的 CRUD 表单。涵盖 DynamicFormCard(创建/编辑/删除)、上下文中锁定的 FK 预填充(defaultValues + defaultValueLabels)以及 O2M/M2M 相关记录模式。在为任何构造性配置的表构建创建/编辑/删除 UI 时使用。

11安装·1热度·@constructive-io

安装

$npx skills add https://github.com/constructive-io/constructive-skills --skill constructive-meta-forms

如何安装 constructive-meta-forms

通过命令行快速安装 constructive-meta-forms AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/constructive-io/constructive-skills --skill constructive-meta-forms
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:constructive-io/constructive-skills。

SKILL.md

查看原文

Build fully dynamic CRUD forms for any Constructive-provisioned table — zero static field configuration required. The meta query built into every Constructive app-public GraphQL endpoint tells you field names, types, required status, FK relationships, and mutation names — all at runtime.

meta.query.one returns the singular name (e.g. "contact") but the Constructive GraphQL root only exposes plural queries (e.g. contacts). Using query.one as the root field will fail.

Fix — always use query.all + condition: { id: $id }:

在任何构造性应用程序公共数据库上使用 _meta GraphQL 端点在运行时内省表架构,并以零静态字段配置呈现完全动态的 CRUD 表单。涵盖 DynamicFormCard(创建/编辑/删除)、上下文中锁定的 FK 预填充(defaultValues + defaultValueLabels)以及 O2M/M2M 相关记录模式。在为任何构造性配置的表构建创建/编辑/删除 UI 时使用。 来源:constructive-io/constructive-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/constructive-io/constructive-skills --skill constructive-meta-forms
分类
*创意媒体
认证
收录时间
2026-03-09
更新时间
2026-03-10

Browse more skills from constructive-io/constructive-skills

快速解答

什么是 constructive-meta-forms?

在任何构造性应用程序公共数据库上使用 _meta GraphQL 端点在运行时内省表架构,并以零静态字段配置呈现完全动态的 CRUD 表单。涵盖 DynamicFormCard(创建/编辑/删除)、上下文中锁定的 FK 预填充(defaultValues + defaultValueLabels)以及 O2M/M2M 相关记录模式。在为任何构造性配置的表构建创建/编辑/删除 UI 时使用。 来源:constructive-io/constructive-skills。

如何安装 constructive-meta-forms?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/constructive-io/constructive-skills --skill constructive-meta-forms 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/constructive-io/constructive-skills