Back to skills
extension
Category: Development & EngineeringNo API key required

openwebf-host-controller-manager

Manage WebF controllers safely with WebFControllerManager (lifecycle, reuse, pre-render, multiple controllers). Use when the user mentions WebFControllerManager, controller lifecycle, pre-render controller, or multi-page WebF integration.

personAuthor: jakexiaohubgithub

OpenWebF Host: Controller Management

Instructions

  1. Detect current controller strategy (ad-hoc vs manager) and the navigation pattern.
  2. Prefer WebFControllerManager when you have:
    • multiple WebF screens/subviews
    • preloading/pre-render needs
    • complex lifecycle requirements
  3. Use MCP docs to confirm best practices and safe defaults.
  4. Provide minimal code changes and verification steps.

More: