example-skill

Create new Claude plugin Skills using a SKILL.md template with YAML frontmatter.

Updated Oct 15, 2025
One-click install
npx skills add https://github.com/odeciojunior/claude-play --skill example-skill-odeciojunior
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/odeciojunior/claude-play/tree/main/plugins/_template/skills/example-skill
Command: npx skills add https://github.com/odeciojunior/claude-play --skill example-skill-odeciojunior

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a clear scaffold and authoring guidance so contributors can create consistent, discoverable Skill units without guessing file structure or required metadata.

Core Features & Use Cases

  • Skill Template: Includes a SKILL.md entry with frontmatter placeholders for name and description to jumpstart new skill creation.
  • Author Guidance: Documents expected workflow, output format, and where to add scripts, references, or assets.
  • Use Case: Use this Skill when adding a new plugin skill to the marketplace to ensure consistent metadata and activation instructions.

Quick Start

Create a new skill by copying this template folder, updating the SKILL.md frontmatter with the skill name and description, and writing the body instructions for use.

Frequently Asked Questions about example-skill

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

FAQPage Schema
How do I scaffold a new Claude plugin skill?

To scaffold a new Claude plugin skill, copy the template folder and update the SKILL.md file with YAML frontmatter containing the skill name and description. This provides a consistent file structure and metadata baseline for authoring.

What metadata is required in a SKILL.md file?

A SKILL.md file requires YAML frontmatter with at minimum the name and description fields. You may also include directories for scripts, references, or assets to support the skill's execution and documentation.

How do I document a Claude Code skill for the marketplace?

Document a Claude Code skill by writing the body instructions within the SKILL.md file after the frontmatter. This ensures consistent metadata and activation instructions for users discovering the skill in the marketplace.

Can I add custom scripts and assets to a skill template?

Yes, the skill template supports adding custom scripts and assets by utilizing the designated scripts, references, and assets directories within the scaffolded folder structure.

What is the best way to ensure consistent skill metadata across a repository?

The best way to ensure consistent skill metadata is to use a standardized scaffold that provides frontmatter placeholders and author guidance for every new skill unit created within the plugin repository.

Why do I need a SKILL.md file when creating Claude plugins?

You need a SKILL.md file because it provides the entry point for the skill, containing the required YAML frontmatter for activation and the body instructions that define the skill's processing logic and workflow.