skill-name

Parse and validate SKILL.md frontmatter and Markdown body to instantiate a Skill Unit.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/HuxleyMc/Android-Skills --skill skill-name-huxleymc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-name
Source: https://github.com/HuxleyMc/Android-Skills/tree/main/template
Command: npx skills add https://github.com/HuxleyMc/Android-Skills --skill skill-name-huxleymc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template-based Skill Unit provides a standard blueprint for defining modular AI skills using SKILL.md frontmatter and body content, enabling consistent discovery and activation across agents.

Core Features & Use Cases

  • Extracts required metadata from YAML frontmatter (name, description, tags, difficulty, category, version, last_updated) and preserves it for indexing and activation.
  • Parses the Markdown body to collect operational instructions, examples, and usage patterns that are loaded into context when the skill activates.
  • Supports optional resources via scripts/, references/, and assets/ directories to extend or document the skill.

Quick Start

Create a new skill folder named after your skill (e.g., my-skill). Add a SKILL.md at its root with a valid YAML frontmatter including at least name and description, then provide the operational instructions in the Markdown body. Optionally, include scripts/, references/, and assets/ to enrich the skill.

Frequently Asked Questions about skill-name

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

FAQPage Schema
How do I parse SKILL.md frontmatter to instantiate a modular AI skill?

To parse SKILL.md frontmatter, extract required YAML metadata like name and description, then parse the Markdown body for instructions to instantiate a ready-to-use Skill Unit. This enables consistent discovery and activation across AI agents.

What is the best way to structure a repository collection for AI skill discovery?

The best way to structure a repository collection for AI skill discovery is using template-based SKILL.md files. Each skill requires a dedicated folder with YAML frontmatter and Markdown body content to enable automated parsing and activation.

How does YAML frontmatter parsing work for AI prompt templates?

YAML frontmatter parsing for AI prompt templates extracts required fields such as name, description, tags, difficulty, category, version, and last_updated. This metadata is preserved for indexing and activating the modular skill.

Do I need scripts, references, and assets directories to use SKILL.md?

You do not need scripts, references, and assets directories to use SKILL.md, as they are completely optional. These directories are used to extend or document the skill with additional resources if required by your specific workflow.

Can I use this template-based Skill Unit for repository collections without dependencies?

Yes, you can use this template-based Skill Unit for repository collections without dependencies. It operates independently to parse and validate SKILL.md frontmatter and Markdown bodies for AI agent activation.

What are the limitations of using Markdown parsing for AI skill activation?

The main limitation of using Markdown parsing for AI skill activation is that it relies on strict YAML frontmatter validation. If the required fields are missing or improperly formatted, the skill cannot be successfully instantiated or discovered.