openwebf-app

Route WebF app task requests to focused openwebf-app skills.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/archview-ai/webf-plugin --skill openwebf-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openwebf-app
Source: https://github.com/archview-ai/webf-plugin/tree/main/webf-plugin/skills/openwebf-app
Command: npx skills add https://github.com/archview-ai/webf-plugin --skill openwebf-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deprecated umbrella; use focused openwebf-app-* Skills for task-specific workflows (dev loop, debugging, testing, release).

Core Features & Use Cases

  • Route to focused skills like webf-go, devserver-network, debugging-devtools, testing-vitest, performance-js

Quick Start

If active, route to the most relevant focused Skill based on the user’s trigger terms.

Frequently Asked Questions about openwebf-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route WebF app tasks across development, debugging, testing, and release workflows?

This Skill routes cross-cutting WebF app requests to focused skills like openwebf-app-webf-go, openwebf-app-devserver-network, openwebf-app-debugging-devtools, openwebf-app-testing-vitest, and openwebf-app-performance-js based on trigger terms, ensuring requests reach the most relevant specialized workflow.

What happens when I don't have repo context for a WebF app task?

The Skill provides a /webf:doctor fallback when repo context is missing, allowing you to proceed without full repository information while still accessing appropriate task routing.

Is this Skill still actively maintained for WebF app workflows?

This is a deprecated umbrella Skill. Use the focused openwebf-app-* Skills directly for task-specific workflows in development loop, debugging, testing, and release tasks instead.

How does task routing minimize orchestration overhead?

The Skill implements immediate delegation to the most relevant focused skill based on trigger terms, ensuring minimal orchestration changes and direct routing to specialized handlers.

Can I use this for performance optimization in WebF apps?

Yes, the Skill routes performance-related requests to openwebf-app-performance-js, which handles JavaScript performance analysis and optimization tasks within WebF app workflows.

Related Skills