silver

Route freeform user input to the appropriate Silver Bullet or GSD skill.

6|3|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alo-exp/silver-bullet --skill silver-alo-exp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: silver
Source: https://github.com/alo-exp/silver-bullet/tree/main/forge/skills/silver
Command: npx skills add https://github.com/alo-exp/silver-bullet --skill silver-alo-exp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes freeform user input to the most appropriate Silver Bullet or GSD skill, reducing manual routing and cognitive load.

Core Features & Use Cases

  • Intent classification and complexity triage to decide whether to route to silver:explore, silver:fast, or a specific skill.
  • Deterministic routing across multiple SB and GSD targets with a clear fallback path.
  • On-demand invocation of the chosen skill with the original user input.

Quick Start

Provide a freeform prompt and the system will route it to the most appropriate Silver Bullet or GSD skill.

Frequently Asked Questions about silver

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

FAQPage Schema
How do I route natural language prompts to the right skill automatically?

Smart skill routing automatically classifies freeform natural language prompts and triages complexity to route input to the most appropriate skill. It uses a routing table and frontmatter configuration to determine the target skill deterministically.

What is AI assistant intent classification for prompt routing?

Intent classification for prompt routing is the process of analyzing freeform user input to determine its goal and complexity. The system uses this triage to decide whether to route the prompt to a general explorer, a fast processor, or a specific skill.

How do I handle prompt disambiguation when routing to multiple skills?

Prompt disambiguation is handled by the routing system's intent classification and complexity triage logic. It evaluates freeform input against a routing table to ensure reliable routing across multiple skills and provides a clear fallback path.

Does the skill router require manual configuration for each new prompt?

The skill router does not require manual configuration for each new prompt. It relies on a predefined frontmatter configuration and a routing table to automatically classify intent and determine the target skill for freeform input.

What happens when a prompt doesn't match any specific skill?

When a prompt doesn't match a specific skill, the routing system uses a clear fallback path. The complexity triage evaluates the freeform input and routes it to a general exploration or fast processing skill instead of failing.

Can I use deterministic routing for AI assistants across different target skills?

Yes, deterministic routing across multiple target skills is supported. The system evaluates freeform user input, performs intent classification, and invokes the chosen skill on-demand with the original prompt to ensure reliable execution.