用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/webiny/webiny-js --skill webiny-admin-router-catalog命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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 职业分类
| name | webiny-admin-router-catalog |
| description | admin/router — 6 abstractions. |
import { Name } from "<importPath>";Name: LinkComponent
Import: import { LinkComponent } from "webiny/admin/router"
Source: @webiny/app/presentation/router/components/SimpleLink.tsx
Name: RedirectComponent
Import: import { RedirectComponent } from "webiny/admin/router"
Source: @webiny/app/presentation/router/components/Redirect.tsx
Name: Route
Import: import { Route } from "webiny/admin/router"
Source: @webiny/app/features/router/Route.ts
Name: RouteLinkComponent
Import: import { RouteLinkComponent } from "webiny/admin/router"
Source: @webiny/app/presentation/router/components/RouteLink.tsx
Name: useRoute
Import: import { useRoute } from "webiny/admin/router"
Source: @webiny/app/presentation/router/index.ts
Name: useRouter
Import: import { useRouter } from "webiny/admin/router"
Source: @webiny/app/presentation/router/index.ts