用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/webiny/webiny-js --skill webiny-admin-form-catalog命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Adding a new feature flag to the Webiny system. Use this skill when creating a new feature flag (simple boolean or nested group), gating a feature at the config/admin/API level, or wiring a flag into the WCP license system. Covers IFeatureFlagsDto, KnownFeatureFlag, Zod schema, FeatureFlag.CanUse components, useFeatureFlags().isEnabled(), the API FeatureFlags abstraction, toDto(), and the LICENSE_CHECKS decorator pattern.
Customizing the Webiny Admin UI -- white-labeling, custom data list columns, page-type forms, named dialogs, named drawers, and Lexical editor plugins. Use this skill when the developer wants to change branding (logo, title, theme colors), add custom columns to content entry list views, create custom forms for Website Builder page types, register named dialogs or drawers that can be opened from anywhere with params, or extend the Lexical rich text editor. Covers AdminConfig, ContentEntryListConfig, useDialog, useDrawer, useOpenDialog, useOpenDrawer.
api/graphql — 7 abstractions.
正在显示 SKILL.md
基于 SOC 职业分类
| name | webiny-admin-form-catalog |
| description | admin/form — 26 abstractions. |
import { Name } from "<importPath>";Name: Bind
Import: import { Bind } from "webiny/admin/form"
Source: @webiny/form/index.ts
Name: createFieldRenderer
Import: import { createFieldRenderer } from "webiny/admin/form"
Source: @webiny/app-admin/features/formModel/createFieldRenderer.tsx
Name: createObjectFieldRenderer
Import: import { createObjectFieldRenderer } from "webiny/admin/form"
Source: @webiny/app-admin/features/formModel/createFieldRenderer.tsx
Name: FieldBuilder
Import: import { FieldBuilder } from "webiny/admin/form"
Source: @webiny/app-admin/features/formModel/FieldBuilder.ts
Description: Base FieldBuilder with fluent API.
Each method mutates this and returns this for chaining.
Name: FieldType
Import: import { FieldType } from "webiny/admin/form"
Source: @webiny/app-admin/features/formModel/abstractions.ts
Name: Form
Import: import { Form } from "webiny/admin/form"
Source: @webiny/form/index.ts
Name: FormAPI
Kind: type
Import: import type { FormAPI } from "webiny/admin/form"
Source: @webiny/form/index.ts
Name: FormErrors
Import: import { FormErrors } from "webiny/admin/form"
Source: @webiny/app-admin/features/formModel/index.ts
Name: FormModel
Kind: type
Import: import type { FormModel } from "webiny/admin/form"
Source: @webiny/app-admin/features/formModel/index.ts
Name: FormModelFactory
Import: import { FormModelFactory } from "webiny/admin/form"
Source: @webiny/app-admin/features/formModel/abstractions.ts
Name: FormOnSubmit
Kind: type
Import: import type { FormOnSubmit } from "webiny/admin/form"
Source: @webiny/form/index.ts
Name: FormView
Import: import { FormView } from "webiny/admin/form"
Source: @webiny/app-admin/features/formModel/index.ts
Description: Generic form view that walks layout nodes and renders fields.
This component is stateless — it reads from the FormVM and delegates to renderers.
Name: GenericFormData
Kind: type
Import: import type { GenericFormData } from "webiny/admin/form"
Source: @webiny/form/index.ts
Name: IFieldBuilderRegistry
Kind: type
Import: import type { IFieldBuilderRegistry } from "webiny/admin/form"
Source: @webiny/app-admin/features/formModel/abstractions.ts
Name: IFieldRendererRegistry
Kind: type
Import: import type { IFieldRendererRegistry } from "webiny/admin/form"
Source: @webiny/app-admin/features/formModel/abstractions.ts
Name: IFieldVM
Kind: type
Import: import type { IFieldVM } from "webiny/admin/form"
Source: @webiny/app-admin/features/formModel/abstractions.ts
Name: IObjectFieldItemVM
Kind: type
Import: import type { IObjectFieldItemVM } from "webiny/admin/form"
Source: @webiny/app-admin/features/formModel/abstractions.ts
Name: IObjectFieldVM
Kind: type
Import: import type { IObjectFieldVM } from "webiny/admin/form"
Source: @webiny/app-admin/features/formModel/abstractions.ts
Name: UnsetOnUnmount
Import: import { UnsetOnUnmount } from "webiny/admin/form"
Source: @webiny/form/index.ts
Name: useBind
Import: import { useBind } from "webiny/admin/form"
Source: @webiny/form/index.ts
Name: useBindPrefix
Import: import { useBindPrefix } from "webiny/admin/form"
Source: @webiny/form/index.ts
Name: useForm
Import: import { useForm } from "webiny/admin/form"
Source: @webiny/form/index.ts
Name: useGenerateSlug
Import: import { useGenerateSlug } from "webiny/admin/form"
Source: @webiny/form/index.ts
Description: This hook is designed to be used with the useForm hook.
When generateSlug is called, it will generate a slug using the from form field, and set it into the to form field.
Name: validation
Import: import { validation } from "webiny/admin/form"
Source: @webiny/validation/index.ts
Name: Validation
Import: import { Validation } from "webiny/admin/form"
Source: @webiny/validation/index.ts
Name: ValidationError
Import: import { ValidationError } from "webiny/admin/form"
Source: @webiny/validation/index.ts