using-agent-skills

Route tasks to the most appropriate installed skill using SKILL.md references.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/zxyycom/docnav --skill using-agent-skills-zxyycom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-agent-skills
Source: https://github.com/zxyycom/docnav/tree/main/.codex/skills/using-agent-skills
Command: npx skills add https://github.com/zxyycom/docnav --skill using-agent-skills-zxyycom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

In environments with multiple installed skills, selecting the right one and keeping its routing metadata consistent is error-prone. This skill acts as a routing navigator to identify, route to, and maintain installed project skills, along with their metadata and references, ensuring predictable execution and simplifying maintenance.

Core Features & Use Cases

  • Determine the most appropriate installed skill for a given task signal and context.
  • Load the target skill's SKILL.md and the necessary reference materials for accurate routing decisions.
  • Provide guidance when no suitable skill is installed and support skill maintenance workflows.

Quick Start

Identify the best matching installed skill and load its SKILL.md to begin guided routing.

Frequently Asked Questions about using-agent-skills

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

FAQPage Schema
How do I route tasks to the correct installed skill in a multi-skill project?

To route tasks to the correct installed skill, this navigator identifies the most appropriate skill based on current task signals, reads the target's SKILL.md, and loads only the necessary routing references for predictable execution.

What happens when no suitable installed skill matches my current task?

When no suitable installed skill matches your task, the routing navigator provides a clear fallback, enforces routing rules, and guides you through the minimal required skill set or maintenance workflow.

How do I manage routing metadata for installed project skills?

You manage routing metadata by using this skill to maintain installed project skills and their references, ensuring metadata consistency and simplifying maintenance across multiple installed skills.

How does skill routing decide which references to load during execution?

Skill routing decides which references to load by reading the target skill's SKILL.md and extracting only the necessary routing references, minimizing overhead while ensuring accurate routing decisions.

Do I need to manually load all installed skills before routing a task?

No, you do not need to manually load all installed skills. The navigator identifies the best matching skill from task signals and loads only its SKILL.md and required references, guiding you through the minimal required skill set.

Why does my installed skill routing fail when multiple skills have overlapping signals?

Installed skill routing can fail with overlapping signals if routing metadata is inconsistent. This navigator enforces routing rules and maintains metadata to ensure predictable execution and clear fallbacks during conflicts.