example-skill

Generate a minimal skill directory template with SKILL.md frontmatter.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/liueggy/my_mini_skills --skill example-skill-liueggy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/liueggy/my_mini_skills/tree/main/example-skill
Command: npx skills add https://github.com/liueggy/my_mini_skills --skill example-skill-liueggy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a minimal, ready-to-use template and guidance for creating new Minis/OpenMini skills by standardizing directory structure and SKILL.md frontmatter.

Core Features & Use Cases

  • Standardized skill template with SKILL.md frontmatter (name, description) and optional folders for scripts, references, and assets.
  • Quick-start onboarding: copy the example-skill directory, rename, and customize fields.
  • Clear guidance on what to include in SKILL.md to ensure discoverability and consistency.

Quick Start

Copy this directory to create your own skill, then rename the folder and update the SKILL.md frontmatter.

Frequently Asked Questions about example-skill

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

FAQPage Schema
How do I create a standardized skill directory template for onboarding?

To create a standardized skill directory template, you copy the example directory, rename the folder, and customize the SKILL.md frontmatter to ensure consistent discovery across new skills.

What is YAML frontmatter and why is it needed in SKILL.md?

YAML frontmatter in SKILL.md is required metadata containing name and description fields, needed to enforce compatibility, standardize discovery, and enable search indexing for your skill.

How do I structure folders for scripts and examples when building a new skill?

To structure folders for scripts and examples, you organize your skill directory by including separate directories for templates, scripts, and examples alongside your SKILL.md file for consistent layout.

What optional resources and metadata fields can I include in a skill template?

You can include optional resources and metadata fields in a skill template to define compatibility and search indexing, allowing customization beyond the required name and description YAML frontmatter.

Can I use this template to bootstrap a skill without any dependencies?

Yes, you can bootstrap a skill without dependencies, as this template requires no external dependencies to generate and organize a minimal skill directory structure for onboarding.