using-agent-skills

Discover and invoke agent skills using SKILL.md metadata to guide task execution.

1|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Borisserz/FoodTracker --skill using-agent-skills-borisserz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-agent-skills
Source: https://github.com/Borisserz/FoodTracker/tree/main/.agents/skills/skills/using-agent-skills
Command: npx skills add https://github.com/Borisserz/FoodTracker --skill using-agent-skills-borisserz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discovers and invokes agent skills to guide task execution across sessions, enabling a structured way to select and apply the appropriate skill for the current task.

Core Features & Use Cases

  • Discovers the applicable agent skill based on the task context.
  • Orchestrates the sequence of skills in a lifecycle when starting or reassessing a task.
  • Serves as the meta-skill to govern how all other skills are discovered and invoked.

Quick Start

Describe your task and let the system map it to the appropriate agent skill automatically.

Frequently Asked Questions about using-agent-skills

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

FAQPage Schema
How do I discover and invoke the right agent skill for a task?

You can trigger agent skill discovery by describing your task, allowing the system to map the context to the appropriate skill and orchestrate its use across subsequent steps automatically.

What is a meta-skill for orchestrating agent workflows?

A meta-skill governs how other agent skills are discovered and invoked, providing a structured way to select and apply the appropriate skill for the current task across a session lifecycle.

Do I need a SKILL.md frontmatter to use agent skill orchestration?

Yes, agent skill orchestration requires a SKILL.md frontmatter with a name and description, plus a Markdown body providing operational instructions for the system to execute.

How do agent skills handle task discovery when a new task arrives?

Task discovery applies when a new task arrives to determine which skill fits the context, orchestrating the sequence of skills to guide execution across subsequent steps of the session.

Can I include optional resources in scripts or references for an agent skill?

Yes, agent skills support optional resources placed in scripts/, references/, and assets/ directories, providing supplementary operational materials alongside the core Markdown body.

What's the best way to manage multiple agent skills in a single workflow?

Use a meta-skill to orchestrate the sequence of agent skills in a lifecycle, applying it at session start or when reassessing a task to govern how all subsequent skills are invoked.