example-skill

Provides a template for creating new skills with SKILL.md frontmatter and Markdown content.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill serves as a clear, actionable template for users looking to understand how to create and implement their own skills within the Claude Code environment.

Core Features & Use Cases

  • Skill Demonstration: Illustrates the structure and expected content of a functional skill.
  • Template for New Skills: Provides a copyable starting point for developers to build custom skills.
  • Use Case: A new user wants to build a skill to summarize meeting transcripts. They can copy this example-skill folder, rename it, update the SKILL.md frontmatter and body, and begin adding their specific summarization logic.

Quick Start

Use the example skill to demonstrate skills.

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 custom skill using a developer guide template?

To create a custom skill, copy a developer guide template folder, rename it, update the YAML frontmatter and Markdown body in the SKILL.md file, then add your specific processing logic. This provides a functional starting point for building custom AI functionalities.

What is the required structure for defining skills in Claude Code?

Defining skills requires understanding YAML frontmatter for metadata configuration and Markdown content for the skill body. This structure demonstrates expected formatting and enables automatic invocation based on user descriptions within the Claude Code environment.

Do I need YAML knowledge to build custom AI functionalities?

Yes, understanding YAML frontmatter is required to build custom AI functionalities. You must update the YAML metadata and Markdown content in the SKILL.md file to properly define and configure new skills.

How does automatic skill invocation work based on user descriptions?

Automatic skill invocation triggers based on user descriptions matching the skill's defined metadata. The example skill demonstrates this mechanism by showing how the YAML frontmatter and Markdown content configure the skill for contextual activation.

What's the best way to start building a skill to summarize meeting transcripts?

The best way to start building a meeting transcript summarization skill is to copy the example skill folder, rename it, update the SKILL.md frontmatter and body, then begin adding your specific summarization logic to the Markdown content.

Can I use Markdown content to demonstrate skill usage and format?

Yes, Markdown content is used to demonstrate skill usage and format. The skill body in the SKILL.md file serves as a copyable template that illustrates the structure and expected content of a functional skill.