What problem does it solve?
Developers extending Webiny projects often struggle to discover which infrastructure hooks, Pulumi features, and services exist and where to import them from. This Skill provides a single catalog of 35 infrastructure abstractions with exact import statements and source file locations.
Core Features & Use Cases
- Lifecycle Hook Discovery: Lists BeforeBuild, AfterBuild, BeforeDeploy, AfterDeploy, and BeforeWatch hooks for Admin, API, and Core apps.
- Pulumi & Service Abstractions: Covers AdminPulumi, ApiPulumi, CorePulumi, stack output services, custom domain setters, LoggerService, UiService, EnvVar, and InvokeLambdaFunction.
- Use Case: When you need to run custom logic before deploying the API app, look up
ApiBeforeDeploy, read its source file for the exact interface, and import it from webiny/infra/api.
Quick Start
Ask the assistant to find the right Webiny infrastructure abstraction for hooking into the API deploy lifecycle and show its import statement.