What problem does it solve?
Developers extending the Webiny Headless CMS admin application often struggle to locate the correct abstraction, hook, or component and its exact import path across a large monorepo. This Skill provides a single lookup catalog of 56 admin/cms abstractions so you can find the right symbol and import it correctly on the first try.
Core Features & Use Cases
- Abstraction Lookup: Lists 56 abstractions including content entry form presenters, bulk action features, GraphQL field selections, and Lexical rich-text editor utilities.
- Exact Import Paths: Each entry provides the precise import statement (e.g.,
import { useModel } from "webiny/admin/cms") plus the underlying source file in @webiny/app-headless-cms.
- Type vs Runtime Distinction: Marks type-only exports (like
CmsModel, CmsContentEntry) separately from runtime classes, hooks, and components.
- Use Case: When building a custom content entry editor extension, look up
ContentEntryFormPresenter and useContentEntryFormPresenter, read the referenced source file for exact interfaces, and import them directly.
Quick Start
Ask the AI to find the Webiny admin CMS abstraction and import path for customizing the content entry list view.