Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/webiny/webiny-js --skill webiny-admin-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.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | webiny-admin-catalog |
| description | admin — 28 abstractions. |
import { Name } from "<importPath>";Name: AdminConfig
Import: import { AdminConfig } from "webiny/admin"
Source: @webiny/app-admin/config/AdminConfig.tsx
Name: BaseError
Import: import { BaseError } from "webiny/admin"
Source: @webiny/feature/admin/index.ts
Name: BuildParam
Import: import { BuildParam } from "webiny/admin"
Source: @webiny/app-admin/features/buildParams/index.ts
Name: BuildParams
Import: import { BuildParams } from "webiny/admin"
Source: @webiny/app-admin/features/buildParams/index.ts
Name: BulkActionButton
Import: import { BulkActionButton } from "webiny/admin"
Source: @webiny/app-admin/components/BulkActions/index.ts
Name: Command
Import: import { Command } from "webiny/admin"
Source: @webiny/app-admin/presentation/commandPalette/index.ts
Name: CommandPalettePresenter
Import: import { CommandPalettePresenter } from "webiny/admin"
Source: @webiny/app-admin/presentation/commandPalette/index.ts
Name: createAbstraction
Import: import { createAbstraction } from "webiny/admin"
Source: @webiny/feature/admin/index.ts
Name: createFeature
Import: import { createFeature } from "webiny/admin"
Source: @webiny/feature/admin/index.ts
Name: createProvider
Import: import { createProvider } from "webiny/admin"
Source: @webiny/app/core/createProvider.tsx
Description: Creates a Higher Order Component which wraps the entire app content.
This is mostly useful for adding React Context providers.
Name: createProviderPlugin
Import: import { createProviderPlugin } from "webiny/admin"
Source: @webiny/app/core/createProviderPlugin.tsx
Description: Creates a component, which, when mounted, will register an app provider.
This is particularly useful for wrapping the entire app with custom React Context providers.
For more information, visit https://www.webiny.com/docs/admin-area/basics/framework.
Name: createReactiveComponent
Import: import { createReactiveComponent } from "webiny/admin"
Source: @webiny/app-admin/index.ts
Name: DevToolsSection
Import: import { DevToolsSection } from "webiny/admin"
Source: @webiny/app-admin/components/index.ts
Description: Registers a named section in the Webiny DevTools extension.
Renders nothing — purely a data registration side-effect.
When the component unmounts (e.g., route change), the section is automatically removed from DevTools.
Name: FormModelFactory
Import: import { FormModelFactory } from "webiny/admin"
Source: @webiny/app-admin/features/formModel/abstractions.ts
Name: LexicalContext
Import: import { LexicalContext } from "webiny/admin"
Source: @webiny/app-admin/features/tools/index.ts
Name: MainGraphQLClient
Import: import { MainGraphQLClient } from "webiny/admin"
Source: @webiny/app/features/mainGraphQLClient/index.ts
Name: NetworkErrorEventHandler
Import: import { NetworkErrorEventHandler } from "webiny/admin"
Source: @webiny/app/errors/index.ts
Name: Notifications
Import: import { Notifications } from "webiny/admin"
Source: @webiny/app-admin/features/notifications/abstractions.ts
Name: Plugin
Import: import { Plugin } from "webiny/admin"
Source: @webiny/app/core/Plugin.tsx
Name: Provider
Import: import { Provider } from "webiny/admin"
Source: @webiny/app/core/Provider.tsx
Description: Register a new React context provider.
Name: RegisterFeature
Import: import { RegisterFeature } from "webiny/admin"
Source: @webiny/app-admin/components/RegisterFeature.tsx
Name: Routes
Import: import { Routes } from "webiny/admin"
Source: @webiny/app-admin/routes.ts
Name: Tool
Import: import { Tool } from "webiny/admin"
Source: @webiny/app-admin/features/tools/index.ts
Name: ToolPipelineRunner
Import: import { ToolPipelineRunner } from "webiny/admin"
Source: @webiny/app-admin/features/tools/index.ts
Name: ToolsFeature
Import: import { ToolsFeature } from "webiny/admin"
Source: @webiny/app-admin/features/tools/index.ts
Name: useBuildParams
Import: import { useBuildParams } from "webiny/admin"
Source: @webiny/app-admin/presentation/buildParams/useBuildParams.ts
Name: useBulkActionDialog
Import: import { useBulkActionDialog } from "webiny/admin"
Source: @webiny/app-admin/components/BulkActions/index.ts
Name: useFeature
Import: import { useFeature } from "webiny/admin"
Source: @webiny/app/shared/di/useFeature.ts