Claude Code Plugins

Community-maintained marketplace

Feedback

openwebf-host-controller-manager

@archview-ai/webf-plugin
0
0

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.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name openwebf-host-controller-manager
description 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.
allowed-tools Read, Grep, Glob, Bash, Edit, Write, mcp__openwebf__project_profile, mcp__openwebf__docs_search, mcp__openwebf__docs_get_section, mcp__openwebf__templates_get, mcp__openwebf__templates_render

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: