What problem does it solve?
Developers extending the Webiny API often struggle to locate the correct system-level abstractions for installation workflows. This Skill provides a curated catalog of the System feature's abstractions so you can quickly find the right interface, its import path, and its source file.
Core Features & Use Cases
- Abstraction Catalog: Lists the
InstallSystemUseCase and SystemInstalledEventHandler abstractions with exact import paths and source file locations.
- Implementation Guidance: Points to related pattern skills (
webiny-use-case-pattern, webiny-event-handler-pattern) for correct implementation.
- Use Case: When building a Webiny extension that must run logic after the system is installed, look up
SystemInstalledEventHandler, read its source at @webiny/api-core/features/system/InstallSystem/index.ts, and implement the handler using the documented pattern.
Quick Start
Ask the AI to show you the Webiny system installation abstractions and how to implement a handler that runs after the system is installed.