bp-intent-create

Generate intent-mapping.yaml files with 3VL rules for gateway plugins.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a comprehensive intent-mapping.yaml for gateway routing by deriving triggers from skill descriptions and organizing 3VL keyword rules.

Core Features & Use Cases

  • Discovers all skills within a plugin and extracts trigger keywords from their descriptions
  • Detects keyword overlap and designs disambiguating negative keywords
  • Generates 3VL rules and a complete intent-mapping.yaml placed at commands/{plugin-name}/intent-mapping.yaml

Quick Start

Generate a new intent-mapping.yaml for the current plugin and place it under commands/{plugin-name}/intent-mapping.yaml.

Frequently Asked Questions about bp-intent-create

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

FAQPage Schema
How do I auto-generate an intent-mapping.yaml for gateway routing?

To auto-generate an intent-mapping.yaml for gateway routing, you can use a skill that discovers available skills, extracts trigger keywords from descriptions, detects overlaps, designs negative keywords, and outputs 3VL rules.

How does keyword disambiguation work for overlapping gateway skills?

Keyword disambiguation for overlapping gateway skills works by detecting trigger keyword overlaps from skill descriptions and designing negative keywords to create precise 3VL routing rules.

What is the best way to route user input to the correct plugin skill?

The best way to route user input to the correct plugin skill is by generating a complete intent-mapping.yaml that derives triggers from skill descriptions and organizes 3VL keyword rules.

How do I extract trigger keywords from skill descriptions for intent mapping?

You extract trigger keywords from skill descriptions for intent mapping by using an automated tool that discovers all skills within a plugin and parses their text to identify relevant routing triggers.

Where should the generated intent-mapping.yaml file be placed?

The generated intent-mapping.yaml file should be placed at the destination path commands/{plugin-name}/intent-mapping.yaml within your gateway plugin directory structure.

Does intent mapping support fallback handling for unmatched user input?

Yes, intent mapping supports fallback handling for unmatched user input. The generated intent-mapping.yaml includes fallback handling configurations alongside the plugin template and 3VL rules.