website-building

Route ambiguous website-building requests to the narrowest matching child skill.

28|2|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/thompson0012/agents-stack --skill website-building-thompson0012
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: website-building
Source: https://github.com/thompson0012/agents-stack/tree/main/skills-optional/website-building
Command: npx skills add https://github.com/thompson0012/agents-stack --skill website-building-thompson0012

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when this router when the request is about building a website or browser-based experience and more than one web child could fit.

Core Features & Use Cases

  • Router selects the most specific website-building child (informational, webapp, or game) for ambiguous requests.
  • Ensures the correct domain guidance is applied and prevents misrouting to broader capabilities.
  • Validates metadata and references to maintain alignment across nested skills.

Quick Start

Start by routing an ambiguous request to the most specific website-building child based on the subject matter and intended output.

Frequently Asked Questions about website-building

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

FAQPage Schema
How do I route an ambiguous website-building request to the right web child?

Routing ambiguous website-building requests requires evaluating the subject against defined child boundaries to select the narrowest match among informational, webapp, or game categories. The router applies domain guidance to prevent misrouting to broader capabilities.

What is the difference between informational, webapp, and game website categories?

The difference between informational, webapp, and game website categories lies in their defined child boundaries and intended output. The router uses subject matter analysis to select the narrowest matching category, applying domain-specific guidance to each.

When do I need to use a website-building router instead of building directly?

You need the website-building router when a request could fit more than one web child. It applies when ambiguous requests span multiple categories, ensuring the narrowest child is selected and correct domain guidance is enforced.

How does the router validate internal references and metadata consistency?

The router validates internal references and metadata by enforcing frontmatter consistency and checking that all linked targets exist within the skill's scope. This maintains alignment across nested skills and prevents broken references during routing.

Can I use this router for requests that clearly fit only one web child category?

For requests clearly matching a single category like informational or webapp, direct routing to that child is appropriate. The router specifically handles ambiguous requests where more than one web child could fit, applying domain guidance to select the narrowest match.

What happens if a website-building request falls outside all defined child boundaries?

When a request falls outside defined child boundaries, the router cannot select a valid target among informational, webapp, or game categories. The routing logic requires requests to match at least one defined child scope to apply domain guidance correctly.