skill-navigator

Route tasks to domain skills via keyword detection with orchestrator priority.

1|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/prashsub/vibe_coding_lakehouse_starter_repo --skill skill-navigator-prashsub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-navigator
Source: https://github.com/prashsub/vibe_coding_lakehouse_starter_repo/tree/main/data_product_accelerator/skills/skill-navigator
Command: npx skills add https://github.com/prashsub/vibe_coding_lakehouse_starter_repo --skill skill-navigator-prashsub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines agent operations by intelligently routing tasks to the most appropriate specialized skill, ensuring efficient context management and task completion.

Core Features & Use Cases

  • Orchestrator-First Routing: Prioritizes orchestrator skills for complex, multi-stage tasks.
  • Keyword-Based Detection: Accurately identifies the user's intent based on keywords to select the correct skill.
  • Tiered Loading: Manages context efficiently by loading only necessary skill information, keeping within token limits.
  • Use Case: When a user asks to "build a data platform from scratch," this skill identifies it as a new project and routes it to the gold/00-gold-layer-design skill, initiating the entire data product development pipeline.

Quick Start

Use the skill-navigator to find the best skill for building a new data platform.

Frequently Asked Questions about skill-navigator

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

FAQPage Schema
How does intelligent skill routing improve context management for agents?

Intelligent skill routing improves context management by using tiered loading to retrieve only necessary skill information, keeping agent operations efficient and within token limits. It ensures tasks are directed to the correct domain skill.

How do I route a complex multi-stage task to a specific agent skill?

You can route complex multi-stage tasks using orchestrator-first routing. This mechanism prioritizes orchestrator skills to coordinate and initiate entire pipelines, such as building a data platform from scratch.

Can I use keyword detection to find the right skill for building a data platform?

Yes, you can use keyword-based detection to identify user intent and find the right skill. For example, asking to build a data platform triggers routing to the gold layer design skill to start development.

What is the best way to orchestrate multi-stage data platform tasks without exceeding token limits?

The best way to orchestrate multi-stage tasks without exceeding token limits is using tiered loading. This approach loads only essential skill information during routing, maintaining efficient context management.

Why does orchestrator-first routing prioritize certain skills over others?

Orchestrator-first routing prioritizes certain skills because it identifies complex, multi-stage tasks that require high-level coordination. This ensures the agent initiates the correct multi-step pipeline rather than isolated actions.