using-agent-skills

Identify and route tasks to the appropriate agent skill for execution.

3|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/vtgiang-dotcom/Solo-Code-Harness --skill using-agent-skills-vtgiang-dotcom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-agent-skills
Source: https://github.com/vtgiang-dotcom/Solo-Code-Harness/tree/main/.gemini/antigravity/skills/using-agent-skills
Command: npx skills add https://github.com/vtgiang-dotcom/Solo-Code-Harness --skill using-agent-skills-vtgiang-dotcom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This meta-skill solves the problem of selecting the most appropriate agent skill for a given task and orchestrating its discovery and invocation.

Core Features & Use Cases

  • Skill discovery across development phases (interview-me, idea-refine, spec-driven-development, planning-and-task-breakdown, context-engineering, etc.) and automated routing to the matching skill.
  • Session-anchored orchestration: applies at session start or when context shifts to ensure the right skill handles the task.
  • Lifecycle-enforced verification: ensures the chosen skill is applied only after alignment and validation.

Quick Start

Identify the current task's development phase and apply the corresponding skill to proceed.

Frequently Asked Questions about using-agent-skills

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

FAQPage Schema
How do I orchestrate agent skills for different development phases?

You orchestrate agent skills by identifying the current development phase and routing the task context to the matching sub-skill. This enforces a deterministic skill-discovery lifecycle, ensuring verification before execution.

What is the best way to discover the right agent skill when task context changes?

The best way to discover the right agent skill during context shifts is session-anchored orchestration. It evaluates the new task requirements and applies deterministic mapping to route to the appropriate sub-skill.

How does skill discovery mapping work across development phases?

Skill discovery mapping works by maintaining a deterministic mapping between task contexts and specific sub-skills. It enforces lifecycle verification, ensuring the chosen skill is applied only after alignment and validation.

Do I need to manually select sub-skills like spec-driven-development or planning-and-task-breakdown?

You do not need to manually select sub-skills. The orchestration mechanism automatically routes tasks to the appropriate skill, such as planning-and-task-breakdown or spec-driven-development, based on the identified development phase.

Can I apply skill orchestration at the start of a new session?

Yes, you can apply skill orchestration at session start. It evaluates the initial task context to identify the correct development phase and routes the workflow to the appropriate matching skill.

Why should I enforce lifecycle verification before executing an agent skill?

You should enforce lifecycle verification to ensure the selected agent skill is strictly aligned with the task context. This prevents incorrect skill invocation and guarantees validation before execution.