space-index

Generate a structured skill routing index and direct users to the best matching skill.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/daddia/space --skill space-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: space-index
Source: https://github.com/daddia/space/tree/main/.agents/skills/space-index
Command: npx skills add https://github.com/daddia/space --skill space-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies the best matching skill for vague routing questions and directs the user to that skill.

Core Features & Use Cases

  • Generates a structured skill routing index from the available skills.
  • Picks a single best match by evaluating user intent and context.
  • Directs the user to the chosen skill and uses the skill's artefact to route effectively.

Quick Start

Ask space-index to identify the best skill for a vague user request.

Frequently Asked Questions about space-index

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

FAQPage Schema
How do I route vague user requests to the right AI assistant skill?

To route vague user requests to the right AI assistant skill, you need a routing index that evaluates user intent and context to pick a single best match. This generates a skill-routing artefact the agent acts on to direct the user.

What is the best way to identify which skill to use when a request matches several options?

The best way to identify which skill to use when a request matches several options is to evaluate user intent and context against a structured skill index. This resolves ambiguity by outputting a single, unambiguous skill-routing artefact.

How does AI assistant skill routing work for ambiguous questions?

AI assistant skill routing for ambiguous questions works by generating a structured index from available skills, then matching user intent to pick a single best skill. It outputs a routing artefact the agent uses to direct the user effectively.

Can I use an index to direct users when they ask what they can do with my AI workflow?

Yes, you can use a skill index to direct users when they ask what they can do with your AI workflow. It applies to vague routing questions and identifies the best matching skill to output an actionable routing artefact.

Do I need predefined components to start routing vague requests to matching skills?

No, you do not need predefined components to start routing vague requests to matching skills. The routing index generates its structure from the available skills and requires no dependencies to evaluate intent and direct users.