no-frontmatter

Represent a skill unit lacking YAML frontmatter in its SKILL.md file.

1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/az9713/oh-my-pi --skill no-frontmatter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: no-frontmatter
Source: https://github.com/az9713/oh-my-pi/tree/main/packages/coding-agent/test/fixtures/skills/no-frontmatter
Command: npx skills add https://github.com/az9713/oh-my-pi --skill no-frontmatter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill is a placeholder and does not solve a specific problem as it lacks essential configuration.

Core Features & Use Cases

  • Demonstration: Illustrates a skill unit structure without functional definition.
  • Use Case: This skill cannot be practically used due to missing metadata.

Quick Start

This skill cannot be used.

Frequently Asked Questions about no-frontmatter

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

FAQPage Schema
What does missing YAML frontmatter in a skill configuration test?

A skill with missing YAML frontmatter cannot be practically used because it lacks the essential name and description metadata required for functional definition. The skill serves purely as a structural example for testing purposes, offering no practical application.

Why does a skill need frontmatter metadata in its SKILL.md file?

A skill requires frontmatter metadata in its SKILL.md file to define its essential configuration, specifically the name and description needed for functional operation. Without this metadata, the skill's functionality remains undefined and it cannot be practically used.

Can I use a skill example without functional definition for testing?

Yes, you can use a skill example without functional definition for testing structural validation and parsing logic. This skill serves as a placeholder demonstrating a unit structure without functional definition, making it suitable only for testing purposes.

How do I fix a skill unit that lacks essential configuration?

To fix a skill unit that lacks essential configuration, you must add YAML frontmatter to the SKILL.md file, including the required name and description metadata. This restores the skill's functional definition and enables practical use.

What are the limitations of testing a skill with no frontmatter?

The limitations of testing a skill with no frontmatter include the inability to execute any practical tasks due to missing configuration. The skill cannot be practically used and only serves as a structural example for testing validation logic.

When do I need a structural example of a skill without metadata?

You need a structural example of a skill without metadata when testing how your system handles missing configuration and parses incomplete SKILL.md files. It helps verify validation logic and error handling for improperly defined skill units.