example-skill

Load YAML frontmatter and Markdown instructions from a skill file.

4|1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/sfmskywalker/agentskillsdotnet --skill example-skill-sfmskywalker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/sfmskywalker/agentskillsdotnet/tree/main/fixtures/skills/example-skill
Command: npx skills add https://github.com/sfmskywalker/agentskillsdotnet --skill example-skill-sfmskywalker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill demonstrates the standard structure and metadata loading for a typical skill, useful for testing and documentation.

Core Features & Use Cases

  • Metadata loading: reads YAML frontmatter for configuration.
  • Markdown body: loads the instructions from the Skill's body.
  • Resources guide: describes optional folders like scripts/, references/, and assets/.

Quick Start

Review fixtures/skills/example-skill/SKILL.md and activate the skill to render its instructions.