example-command

Document frontmatter fields and SKILL.md layout for slash-command skills.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/SOLEROM/cldlab --skill example-command-solerom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-command
Source: https://github.com/SOLEROM/cldlab/tree/main/login/tildaClaude_cleanAfterAcceptKey/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/skills/example-command
Command: npx skills add https://github.com/SOLEROM/cldlab --skill example-command-solerom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly illustrate how a skill is structured and invoked via a frontmatter-based layout for user commands.

Core Features & Use Cases

  • Demonstrates frontmatter fields like name, description, argument-hint, and allowed-tools
  • Provides guidance on how a skills/<name>/SKILL.md layout is loaded for activation
  • Serves as a template for building real user-invoked skills

Quick Start

Invoke the example-command with a sample-arg to see the layout in action.

Frequently Asked Questions about example-command

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

FAQPage Schema
How do I structure a slash-command skill using frontmatter?

A slash-command skill requires a skills/<name>/SKILL.md file containing frontmatter fields like name, description, argument-hint, and allowed-tools to define its metadata and guide activation. The body should explain arguments, instructions, and provide a Quick Start example.

What is the SKILL.md layout used for activating user commands?

The SKILL.md layout is a file structure loaded for skill activation that contains frontmatter metadata and a body with instructions. It demonstrates how a frontmatter-based layout is structured to quickly illustrate and invoke user commands.

How do I define allowed-tools and arguments in a skill frontmatter?

You define allowed-tools and arguments within the skill's frontmatter section. The example-command skill demonstrates specifying these fields alongside name and description to document the skills/<name>/SKILL.md layout for practical usage.

Can I use this frontmatter-based layout as a template for building real skills?

Yes, the example-command serves as a template for building real user-invoked skills. It provides guidance on how a skills/<name>/SKILL.md layout is loaded for activation and showcases the frontmatter fields needed for a minimal, self-contained command.

How do I invoke a slash-command skill to see the layout in action?

To see the layout in action, invoke the example-command with a sample-arg. This Quick Start action illustrates how the frontmatter fields and the skills/<name>/SKILL.md layout process arguments during activation.