{skill-name}

Load and validate SKILL.md frontmatter metadata for agent discovery.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/DeDuva/squad --skill skill-name-deduva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {skill-name}
Source: https://github.com/DeDuva/squad/tree/main/.squad
Command: npx skills add https://github.com/DeDuva/squad --skill skill-name-deduva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill unit provides a formal template and frontmatter-driven metadata to enable discovery, loading, and governance of agent capabilities within a squad.

Core Features & Use Cases

  • Frontmatter-based metadata for discovery and routing
  • Contextual body content for runtime instructions
  • Optional dependencies on scripts/references/assets for on-demand use

Quick Start

Attach a SKILL.md with a YAML frontmatter to an agent to enable loading of its operational instructions.

Frequently Asked Questions about {skill-name}

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

FAQPage Schema
How do I load agent skills using SKILL.md frontmatter metadata?

To load agent skills, you attach a SKILL.md file with YAML frontmatter to an agent, enabling the extraction of domain, dependencies, and tools for operational routing and loading.

What is skill metadata used for in agent routing and discovery?

Skill metadata drives agent behavior by exposing domain, dependencies, and components to support reliable discovery, validation, and integration across automated tooling and squads.

How do I structure a SKILL.md file to enable agent skill discovery?

You structure a SKILL.md file by adding YAML frontmatter containing metadata for discovery and routing, followed by contextual body content for runtime instructions.

Can I include dependencies and components in agent frontmatter for on-demand use?

Yes, you can specify optional dependencies on scripts, references, and assets within the frontmatter metadata to support on-demand loading and integration by automated tooling.

Why do agents need frontmatter metadata to validate skills for safety?

Agents need frontmatter metadata to ensure skills can be discovered, loaded, and validated for safety by automated tooling, providing formal governance of capabilities within a squad.