your-skill-name

Create new Skill units with standardized SKILL.md frontmatter and plain-text body.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/enoch-robinson/agent-skill-collection --skill your-skill-name-enoch-robinson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: your-skill-name
Source: https://github.com/enoch-robinson/agent-skill-collection/tree/main/template
Command: npx skills add https://github.com/enoch-robinson/agent-skill-collection --skill your-skill-name-enoch-robinson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized framework for creating new Skill units defined by a SKILL.md frontmatter.

Core Features & Use Cases

  • Standardized entry: Ensures every Skill has a consistent frontmatter with name and description.
  • Template-driven: Serves as a starting point for creating new Skills with operational instructions in the body.
  • Discovery-ready: Facilitates easy indexing and search within the Skill registry.

Quick Start

  1. Create a new directory under skills, add a SKILL.md with a name and description frontmatter, and populate the body with usage guidelines.

Frequently Asked Questions about your-skill-name

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

FAQPage Schema
How do I create a custom AI skill with standardized frontmatter?

To create a custom AI skill, you define a SKILL.md file containing required frontmatter fields like name and description, then populate the body with operational instructions to activate it within a centralized registry.

What is a SKILL.md frontmatter used for in skill creation?

A SKILL.md frontmatter enforces a standardized entry point for new skills, ensuring each unit has a consistent name and description for easy indexing, validation, and discovery within a centralized skill registry.

How do I make custom AI skills discoverable in a registry?

Making custom AI skills discoverable requires adding standardized frontmatter with a name and description to a SKILL.md file, which facilitates easy indexing and search validation within a centralized skill registry.

Can I include optional scripts and assets when building a skill template?

Yes, you can include optional components like scripts, references, and assets alongside the required frontmatter, while using the plain-text body of the SKILL.md file for operational guidelines during skill activation.

Do I need dependencies to automate skill discovery and validation?

No dependencies are required to automate skill discovery and validation. You only need to create a directory with a SKILL.md file featuring the required frontmatter and a plain-text body for the registry to index it.