skill-two

Define a test Skill Unit with SKILL.md frontmatter for discovery.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bradleydwyer/equip --skill skill-two
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-two
Source: https://github.com/bradleydwyer/equip/tree/main/tests/fixtures/multi-skill-repo/skill-two
Command: npx skills add https://github.com/bradleydwyer/equip --skill skill-two

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a minimal, self-contained Skill Unit example to verify discovery, activation, and metadata parsing within a multi-skill repository.

Core Features & Use Cases

  • Self-contained Skill Unit with a root SKILL.md frontmatter defining name and description.
  • Lightweight Markdown body used as the operational instructions during activation.
  • Supports optional resources (scripts/, references/, assets/) for on-demand enhancements.

Quick Start

Describe how to locate this skill's SKILL.md frontmatter and verify the name and description are present.

Frequently Asked Questions about skill-two

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

FAQPage Schema
How do I define Skill Unit metadata in a multi-skill repository?

Skill Unit metadata is defined by creating a root SKILL.md file with YAML frontmatter containing at least the name and description fields. This enables proper discovery and activation of the skill within the repository.

What is a SKILL.md frontmatter file used for?

A SKILL.md frontmatter file is used to parse metadata for a Skill Unit, providing a concrete name and description. This solves the problem of undefined metadata in multi-skill repositories by enabling discovery and activation.

How do I verify that a Skill Unit is discoverable in a multi-skill repo?

To verify Skill Unit discovery in a multi-skill repo, locate the root SKILL.md file and check that its YAML frontmatter contains the required name and description fields. This confirms the metadata parsing is valid.

Do I need external dependencies to set up a skill with YAML frontmatter?

No external dependencies are required to set up a skill with YAML frontmatter. The Skill Unit is self-contained, relying only on a root SKILL.md file with name and description fields, plus optional scripts, references, and assets directories.

What optional resources can I include in a Skill Unit directory?

Optional resources in a Skill Unit directory include scripts, references, and assets directories. These provide on-demand enhancements to the lightweight Markdown body, which serves as the operational instructions during skill activation.

Why does my multi-skill repository fail to activate a Skill Unit?

A multi-skill repository fails to activate a Skill Unit when the root SKILL.md file lacks proper YAML frontmatter. Ensure the frontmatter contains at least the required name and description fields to resolve the undefined metadata issue.