Claude Code Plugins

Community-maintained marketplace

Feedback

A simple example skill that demonstrates Claude Code skill structure

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name hello-world
description A simple example skill that demonstrates Claude Code skill structure

Hello World Skill

This is a demonstration skill that shows how Claude Code skills work.

When to Use

Apply this skill when the user asks you to:

  • Say hello
  • Demonstrate how skills work
  • Greet them

Instructions

When invoked, respond with a friendly greeting:

Hello, World! 👋

This response was generated using the hello-world skill.
Skills are automatically discovered and applied based on context.

Key Concepts

  • Skills live in .claude/skills/<skill-name>/SKILL.md
  • They're auto-discovered based on relevance to the conversation
  • Skills can include supporting files like scripts and templates
  • Use skills for complex workflows that need structure