worldcrafter-skill-selector

Map ambiguous user requests to appropriate WorldCrafter skills via decision trees.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/hopeoverture/worldcrafter-v2 --skill worldcrafter-skill-selector
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: worldcrafter-skill-selector
Source: https://github.com/hopeoverture/worldcrafter-v2/tree/main/.claude/skills/worldcrafter-skill-selector
Command: npx skills add https://github.com/hopeoverture/worldcrafter-v2 --skill worldcrafter-skill-selector

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Meta-Skill analyzes user requests and directs Claude to the most appropriate WorldCrafter skill, enabling efficient task orchestration across feature-building, database setup, testing, routing, authentication, visualizations, and MCP setup.

Core Features & Use Cases

  • Decision Tree Guidance: Maps user intents to the correct skill(s)
  • Orchestration: Chains multiple skills when an request spans multiple domains
  • Ambiguity Resolution: Asks clarifying questions for unclear requests
  • Trigger Matching: Detects keywords that map to route-creation, feature-building, or testing

Quick Start

Tell Claude: "Help me decide which WorldCrafter skill to use for adding an about page." The selector will recommend route-creator and suggest subsequent steps if needed.

Frequently Asked Questions about worldcrafter-skill-selector

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

FAQPage Schema
How do I route user requests to the right skill when I'm building multiple features?

Skill selector maps ambiguous requests to appropriate WorldCrafter skills using decision trees and trigger matching. It orchestrates across feature-builder, database-setup, test-generator, route-creator, auth-guard, and other skills, automating the process of determining which tool fits your task.

When should I use a decision tree to automate skill selection instead of choosing manually?

Decision trees are useful when requests span multiple domains, contain ambiguous intent, or map to overlapping skills. The selector applies trigger matching to detect keywords and automatically chain skills together, reducing manual coordination overhead in complex workflows.

Can skill orchestration handle requests that need multiple skills at once?

Yes. The selector detects when requests require orchestration across multiple skills—for example, building a feature that needs both route-creation and authentication—and chains execution accordingly, handling ambiguity resolution through clarifying questions when necessary.

How do I know which WorldCrafter skill applies to my task?

Tell the selector what you're building or what problem you're solving. It analyzes your request against trigger keywords and decision logic, then recommends the appropriate skill from feature-builder, database-setup, test-generator, route-creator, auth-guard, visualization, and chatgpt-setup.

What happens if my request matches multiple skills?

The selector asks clarifying questions to resolve ambiguity, then recommends the primary skill or chains multiple skills if your task genuinely spans domains. It guides you through the correct sequence rather than forcing a single choice.

Does the skill selector work with existing WorldCrafter features like authentication and routing?

Yes. The selector orchestrates across all WorldCrafter skills including route-creator for routing, auth-guard for authentication, feature-builder, database-setup, test-generator, visualization, and chatgpt-setup, coordinating them based on your request intent.