example-skill

Package a Skill Unit with SKILL.md frontmatter and Markdown structure.

1|Updated Jun 30, 2024
One-click install
npx skills add https://github.com/DigiBanks99/menlo --skill example-skill-digibanks99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/DigiBanks99/menlo/tree/main/.claude/skills/example-skill
Command: npx skills add https://github.com/DigiBanks99/menlo --skill example-skill-digibanks99

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill demonstrates the proper structure for agentskills.io compatible skills, serving as a reusable template for new Skill Units.

Core Features & Use Cases

  • Required YAML frontmatter with name and description
  • Optional frontmatter fields (license, compatibility, metadata)
  • Proper Markdown structure in the body
  • Reference materials via references/, assets/ and scripts/

Quick Start

Use this template to create a new skill by copying the directory structure and updating the YAML frontmatter and body as described in the usage guide.

Frequently Asked Questions about example-skill

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

FAQPage Schema
How do I structure a markdown template for agent skills?

To structure a markdown template for agent skills, package a self-contained Skill Unit with valid YAML frontmatter, including required name and description fields, followed by a three-section Markdown body.

What frontmatter fields are required for a valid skill unit?

Required frontmatter fields for a valid skill unit include a clear name and description. Optional fields like license, compatibility, metadata, dependencies, components, keywords, category, and complexity enable discovery and safe execution.

How do I add reference materials and scripts to a skill package?

You add reference materials and scripts to a skill package by placing them in the references/, assets/, and scripts/ directories, linking these resources within the Markdown body to provide supplementary execution context.

What is the best way to package a reusable template for new agentskills.io units?

The best way to package a reusable template for new agentskills.io units is to copy the directory structure, update the YAML frontmatter with your skill's metadata, and modify the three-section Markdown guide.

Does my skill need dependencies and components metadata to run?

Your skill does not need dependencies to run if it has none, but specifying components like scripts, references, and assets, along with keywords and category, ensures proper discovery and safe execution.

Why specify complexity and toxicity metadata in skill documentation?

You specify complexity and toxicity metadata in skill documentation to enable safe execution and accurate discovery, allowing users to evaluate the skill's operational impact and implementation depth before use.