sample-skill

Validate SKILL.md loading and frontmatter parsing within a plugin.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/OlegHQ/agent-configs --skill sample-skill-oleghq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sample-skill
Source: https://github.com/OlegHQ/agent-configs/tree/main/plugins/sample-plugin/skills/sample-skill
Command: npx skills add https://github.com/OlegHQ/agent-configs --skill sample-skill-oleghq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This minimal sample helps teams validate skill discovery within a plugin by confirming that SKILL.md is recognized and can be loaded.

Core Features & Use Cases

  • Lightweight sample to test skill discovery workflows within a plugin.
  • Validates that SKILL.md frontmatter is parsed correctly and that the skill can be activated.
  • Use Case: during plugin development, quickly verify that /sample-skill is recognized and returns an acknowledgment.

Quick Start

Invoke the sample-skill through the plugin's skill path to verify that it loads and responds.

Frequently Asked Questions about sample-skill

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

FAQPage Schema
How do I validate plugin skill discovery and confirm SKILL.md is loading?

To validate plugin skill discovery, invoke the sample-skill through the plugin's skill path to confirm SKILL.md is recognized, parsed correctly, and returns a deterministic acknowledgment response.

What is the best way to test if a plugin's YAML frontmatter parsing is correct?

Testing YAML frontmatter parsing is done by invoking the skill through the plugin path to ensure the metadata is parsed correctly and the skill activates successfully during local plugin iteration.

Can I use a sample skill to debug skill activation paths during local staging?

Yes, you can use this sample skill to debug activation paths during local staging by confirming the skill loads, verifying the SKILL.md file recognition, and checking the acknowledgment response.

Why does my plugin-discovered skill fail to load during local iteration?

A plugin-discovered skill may fail to load if the SKILL.md file is not recognized or the YAML frontmatter is parsed incorrectly, which this skill helps diagnose by validating the activation path.

Does this skill discovery validation tool require any external dependencies?

No, this skill discovery validation tool requires no external dependencies, functioning as a lightweight sample to quickly verify skill recognition and activation within your development workflow.