What problem does it solve?
Developers extending the Webiny Website Builder admin app struggle to discover which hooks, components, and editor utilities exist and where to import them from. This Skill provides a searchable catalog of 65 abstractions with exact import paths and source file locations.
Core Features & Use Cases
- Editor State Utilities: Lists document-level operations like $createElement, $deleteElement, $moveElement, and $updateElementInputs for programmatic page editing.
- React Hooks Index: Covers hooks such as useDocumentEditor, useActiveElement, useElementInputs, and useSelectFromDocument for building custom editor UI.
- Lexical Rich-Text Exports: Catalogs LexicalEditor, LexicalHtmlRenderer, and related hooks for rich text integration.
- Use Case: When building a custom page element or sidebar panel, look up the right hook (e.g., useElementInputs), read its source file for exact types, and import it from the documented path.
Quick Start
Ask the AI to find the right Webiny Website Builder abstraction and import path for programmatically updating a page element's inputs in the editor.