using-agent-skills

Route tasks to the correct agent skill using deterministic verification.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hodinhtuankiet/screening-resume-recruitment --skill using-agent-skills-hodinhtuankiet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-agent-skills
Source: https://github.com/hodinhtuankiet/screening-resume-recruitment/tree/main/.claude/skills/using-agent-skills
Command: npx skills add https://github.com/hodinhtuankiet/screening-resume-recruitment --skill using-agent-skills-hodinhtuankiet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps an agent automatically identify and apply the appropriate workflow skill for a given task, reducing guesswork and enabling consistent task routing.

Core Features & Use Cases

  • Skill discovery and routing: determine which sub-skill to apply based on task context.
  • Meta-skill orchestration: governs discovery and invocation of other skills.
  • Session-started context loading: ensures the right context for subsequent tasks.

Quick Start

Provide the task context and I will route it to the most applicable agent skill using the discovery flow.

Frequently Asked Questions about using-agent-skills

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

FAQPage Schema
How do I automate routing tasks to different agent skills based on context?

Automating agent skill routing requires a deterministic discovery flow that evaluates task context to identify and invoke the correct sub-skill. This approach reduces guesswork by governing discovery and orchestration of subsequent skills with verification to ensure correct invocation.

What is meta-skill orchestration in LLM workflows?

Meta-skill orchestration is a mechanism that governs the discovery and invocation of other agent skills. It enables an agent to automatically identify and apply the appropriate workflow skill for a given task, ensuring consistent task routing across session initiation and subsequent execution.

How do I load the right context for an LLM agent when a session starts?

Loading the right context at session start involves evaluating task context inputs to determine the most applicable agent skill. This ensures the correct context is established for subsequent tasks, enabling deterministic routing and proper orchestration of the required workflow skills.

Can I enforce a specific skill execution order for multi-step agent tasks?

Yes, you can enforce a specific skill execution order by providing a defined skill order alongside the task context. The deterministic routing mechanism uses this defined order and verification steps to ensure the correct agent skill is invoked at each stage of the orchestration.

Does deterministic skill discovery work without predefined task context inputs?

No, deterministic skill discovery requires a task context input to accurately identify and apply the appropriate agent skill. Without this context, the routing mechanism cannot evaluate the task requirements or verify that the correct sub-skill is being invoked for the workflow.