·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