What problem does it solve?
Developers extending Webiny's Headless CMS on the API side struggle to discover which of the 137 available abstractions (use cases, event handlers, types) fits their task and where to import it from. This Skill provides a searchable catalog mapping each abstraction to its import path and source file.
Core Features & Use Cases
- Abstraction Discovery: Browse 137 cataloged abstractions covering content entries, models, and groups, each with its exact import statement and source file location.
- Lifecycle Event Handlers: Find before/after event handlers for entry create, update, delete, publish, unpublish, move, and revision operations, plus model and group lifecycle hooks.
- Use Case References: Locate use cases such as CreateEntryUseCase, ListEntriesUseCase, GetPublishedRevisionByEntryIdUseCase, and DeleteModelUseCase for programmatic CMS operations.
- Use Case: When you need to run custom logic after a content entry is published, look up EntryAfterPublishEventHandler, read its source file for the exact interface, and implement it following the referenced event handler pattern.
Quick Start
Ask the AI to find the Webiny CMS abstraction for hooking into entry lifecycle events and show its import path and source file.