router

Route the /vibe-test command to present plugin identity and six subcommands.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/estevanhernandez-stack-ed/vibe-test --skill router-estevanhernandez-stack-ed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: router
Source: https://github.com/estevanhernandez-stack-ed/vibe-test/tree/main/packages/vibe-test/skills/router
Command: npx skills add https://github.com/estevanhernandez-stack-ed/vibe-test --skill router-estevanhernandez-stack-ed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The router serves as the bare-entry point for the Vibe Test plugin, greeting builders, resolving the plugin version, and clarifying the six subcommands in plain language without performing scans or classifications.

Core Features & Use Cases

  • Presents the plugin identity and available commands when users type /vibe-test.
  • Detects first-run vs returning-builder state to tailor the banner and prompts.
  • Opens a natural-language, open-ended next-step prompt to guide discovery and onboarding.

Quick Start

Type /vibe-test to view the six commands and be guided toward your starting action.

Frequently Asked Questions about router

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

FAQPage Schema
What is the Vibe Test plugin entry point and how does it work?

The Vibe Test entry point is a routing command that presents the plugin identity, detects whether you are a first-run or returning builder, and lists six subcommands. It renders a neutral banner with an open-ended prompt to guide discovery.

How do I list available Vibe Test subcommands when starting?

To list available Vibe Test subcommands, type the bare command to trigger the router. It displays the six subcommands in plain language and provides a natural-language next-step prompt to guide your onboarding without performing scans.

Does the Vibe Test router perform code scans or project classifications?

No, the Vibe Test router does not perform scans or classifications. It strictly serves as a friendly entry point that greets builders, resolves the plugin version, and clarifies the six subcommands in plain language.

Can I get a personalized banner as a returning builder using Vibe Test?

Yes, Vibe Test detects first-run versus returning-builder state to tailor the banner and prompts accordingly. It derives version and persona adaptation from installed plugin metadata and optional profile configuration files.

What's the best way to onboard with the Vibe Test plugin?

The best way to onboard with the Vibe Test plugin is to invoke the bare command. The router opens a natural-language, open-ended next-step prompt that guides you toward your starting action based on your first-run or returning context.

Why does the Vibe Test router need installed plugin metadata?

The Vibe Test router needs installed plugin metadata to derive version resolution and persona adaptation. It uses this metadata alongside optional profile and config files to correctly render the neutral banner for your specific builder context.