replace-with-skill-name-using-hyphens

Define modular skill blueprints with SKILL.md frontmatter for open-agent-hub.

947|163|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/guanyang/open-agent-hub --skill replace-with-skill-name-using-hyphens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: replace-with-skill-name-using-hyphens
Source: https://github.com/guanyang/open-agent-hub/tree/main/template
Command: npx skills add https://github.com/guanyang/open-agent-hub --skill replace-with-skill-name-using-hyphens

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a reusable blueprint for defining new modular skills in the open-agent-hub ecosystem, enabling consistent discovery, activation, and governance of capabilities.

Core Features & Use Cases

  • Defines a YAML frontmatter schema with mandatory fields (name and description) to ensure discoverability.
  • Specifies a Markdown body for operational instructions loaded into context upon activation.
  • Supports optional directories (scripts/, references/, assets/) for extensibility when needed.

Quick Start

Create a new skill directory with SKILL.md frontmatter and a descriptive body to enable discovery and execution by the AI assistant.

Frequently Asked Questions about replace-with-skill-name-using-hyphens

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

FAQPage Schema
How do I create modular AI skills for agents in the open-agent-hub ecosystem?

To create modular AI skills, define a new skill directory containing a SKILL.md file with YAML frontmatter and a descriptive body to enable discovery and execution by the AI assistant. You must include mandatory name and description fields to ensure proper activation.

What is the required format for a SKILL.md file to ensure skill discovery?

Skill discovery requires a SKILL.md file with YAML frontmatter containing mandatory name and description fields, followed by a Markdown body with operational instructions loaded into context at runtime.

Can I add custom scripts and references when building a modular skill?

Yes, you can add custom scripts and references. The skill blueprint optionally supports scripts/, references/, and assets/ directories to provide extensibility when building capabilities for the AI assistant.

How do I activate a newly defined capability for an AI assistant?

Activating a capability requires adding the skill to the Skills, Agents, or Commands directories. The system reads the SKILL.md frontmatter and loads the Markdown operational instructions into the runtime context.

Are there limitations when using YAML frontmatter for skill definition?

The limitation is that YAML frontmatter must contain both name and description fields for the skill to be discoverable. Without these mandatory fields, the runtime cannot activate the capability.