bp-gateway-create

Generate a 3VL gateway with intent mapping and routing workflows for multi-skill plugins.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/hiivmind/hiivmind-blueprint --skill bp-gateway-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bp-gateway-create
Source: https://github.com/hiivmind/hiivmind-blueprint/tree/main/skills/_archived/bp-gateway-create
Command: npx skills add https://github.com/hiivmind/hiivmind-blueprint --skill bp-gateway-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes user intents to the correct skill within a multi-skill plugin by generating a 3VL gateway that acts as a unified entry point and router.

Core Features & Use Cases

  • Generates a gateway command markdown that acts as the plugin entrypoint
  • Produces an intent-mapping.yaml for 3VL intent detection
  • Creates a gateway workflow (workflow.yaml) to orchestrate routing
  • Provides an interactive main menu fallback when intent is ambiguous
  • Supports per-skill help and quick start examples

Quick Start

Invoke the gateway creation to generate gateway files for a multi-skill plugin.

Frequently Asked Questions about bp-gateway-create

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

FAQPage Schema
How do I route user requests to the correct skill in a multi-skill plugin?

Route user requests by generating a 3VL gateway that acts as a unified entry point, using automatic keyword-based routing for unambiguous intents and a guided menu for ambiguous ones.

What is three-valued logic intent detection for skill routing?

Three-valued logic intent detection maps user inputs to specific skills by evaluating intent as true, false, or unknown, triggering a fallback interactive main menu when intent is ambiguous or missing.

How do I create an intent-mapping.yaml file for a plugin gateway?

Create an intent-mapping.yaml file through the gateway generation phases of discovery, design, and validation, which defines the three-valued logic rules used to route user requests across plugin skills.

Can I use a guided menu fallback when user intent is ambiguous in a plugin?

Yes, the generated gateway workflow provides an interactive main menu fallback that automatically activates when user input is ambiguous or missing, offering per-skill help and quick start examples.

Does the gateway generation process overwrite existing workflow.yaml files?

The gateway generation process includes validation steps and optional overwriting protections, ensuring existing workflow.yaml, intent-mapping.yaml, and gateway markdown artifacts are safeguarded during creation.

What's the best way to unify multiple skills under a single plugin entry point?

Unify multiple skills by generating a gateway command markdown that serves as the plugin entrypoint, orchestrating routing through a generated workflow.yaml and intent-mapping.yaml structure.