What problem does it solve?
Developers extending Webiny's serverless CMS backend struggle to discover which abstractions, use cases, and event handlers exist and where to import them from. This Skill provides a searchable catalog of 34 core API abstractions with exact import paths and source file locations.
Core Features & Use Cases
- Abstraction Discovery: Lists core Webiny API abstractions such as Ai, EventPublisher, KeyValueStore, Logger, Encryption, and Websockets use cases with their import statements.
- Source Mapping: Each entry links to its source file in packages like @webiny/api-core, @webiny/api-websockets, and @webiny/feature so you can read exact interfaces and types.
- Use Case: When building a custom Webiny API extension, look up the EventPublisher abstraction, copy its import from "webiny/api", then read the referenced source file to implement a domain event handler correctly.
Quick Start
Ask the AI to find the Webiny API abstraction for publishing domain events and show its import path and source file.