example-skill

Create Claude Code plugin skill templates with SKILL.md frontmatter.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Leap0920/Clean-Portfolio --skill example-skill-leap0920
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: example-skill
Source: https://github.com/Leap0920/Clean-Portfolio/tree/main/%25USERPROFILE%25/.openclaude/plugins/marketplaces/claude-plugins-official/plugins/example-plugin/skills/example-skill
Command: npx skills add https://github.com/Leap0920/Clean-Portfolio --skill example-skill-leap0920

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates confusion about how to structure a Claude Code plugin skill by providing a ready-made template reference for skill formatting and activation logic.

Core Features & Use Cases

  • Skill template guidance: Shows the required SKILL.md entry point and recommended folder layout so your skill is discoverable and consistent.
  • Activation-oriented descriptions: Explains how the frontmatter description should define trigger phrases/keywords for reliable invocation.
  • Operational structure for authoring: Provides best practices for keeping skills focused and adding optional supporting resources (like references or examples) for complex domains.

Quick Start

Use this skill reference to create a new skill folder with a root SKILL.md that includes name and description frontmatter, then adapt the body to your specific trigger conditions and instructions.

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 Claude Code plugin skill using a template?

To create a Claude Code plugin skill, start with a root SKILL.md file containing YAML frontmatter with at least the name and description fields, then add your specific trigger conditions and instructions in the body. You can also include optional subdirectories like references or scripts for richer authoring.

What is the required format for a SKILL.md file in Claude Code?

The required format for a SKILL.md file includes YAML frontmatter with at least the name and description fields. The description should define trigger phrases or keywords for reliable skill invocation, followed by the body containing your operational instructions.

How do I write activation descriptions for Claude Code skills?

To write activation descriptions for Claude Code skills, define trigger phrases and keywords directly in the frontmatter description field. This ensures reliable invocation when users ask questions that match the skill's intended operational scope.

Can I add supporting files and folders to a Claude Code skill?

Yes, you can add optional subdirectories like references or scripts to a Claude Code skill folder. These supporting resources help manage complex domains and provide examples while keeping the main SKILL.md focused on core activation logic.

What is the best way to structure a Claude Code skill for discoverability?

The best way to structure a Claude Code skill for discoverability is using a root SKILL.md entry point with clear YAML frontmatter, an activation-oriented description with trigger phrases, and a recommended folder layout with optional supporting subdirectories for complex domains.