example-skill

Define Claude Code plugin skill directory templates with SKILL.md frontmatter.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/julianobarbosa/.claude --skill example-skill-julianobarbosa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/julianobarbosa/.claude/tree/main/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/skills/example-skill
Command: npx skills add https://github.com/julianobarbosa/.claude --skill example-skill-julianobarbosa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you understand and reproduce the correct structure for Claude Code plugin skills, so you can create new skills without guessing file layout or metadata requirements.

Core Features & Use Cases

  • Provides a skill template reference: Shows the expected directory structure under a skill’s root (including the mandatory SKILL.md entry point).
  • Guides on effective frontmatter: Explains how to write the required name and description fields, plus optional metadata like version and license.
  • Clarifies when and how skills are invoked: Helps you define clear activation conditions and scope so Claude can select the skill appropriately.

Quick Start

Ask Claude to generate a new Claude Code plugin skill skeleton that matches the required SKILL.md frontmatter and directory structure for your intended feature.

Frequently Asked Questions about example-skill

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

FAQPage Schema
What is the required directory structure for a Claude Code plugin skill?

A Claude Code plugin skill requires a root directory containing a mandatory SKILL.md entry point with YAML frontmatter, alongside optional subdirectories for scripts, references, and examples to organize skill components.

How do I create a new skill template for Claude Code?

To create a new skill template, ask Claude to generate a skeleton matching the required SKILL.md frontmatter and directory structure, ensuring you include the mandatory name and description fields in the YAML metadata for proper activation.

What frontmatter fields are mandatory when building a Claude Code skill?

The mandatory frontmatter fields for a Claude Code skill are name and description within the YAML metadata block of the SKILL.md file, while optional fields like version and license can be added for additional context.

How does Claude select the right skill to invoke during a conversation?

Claude selects a skill based on clear activation conditions and scope defined in the SKILL.md description field, so writing precise triggers ensures the appropriate Claude Code plugin is matched to the user's request.

Do I need external dependencies to develop a Claude Code plugin skill?

No external dependencies are required to develop a Claude Code plugin skill; the structure relies on standard YAML frontmatter and markdown files, allowing you to define scripts and references in optional subdirectories without additional packages.