Agent Skill
2/7/2026

greeting-skill

Auto-triggered skill that responds warmly when users greet the assistant. Activates when user says hello, hi, hey, greetings, good morning, good afternoon, or good evening.

Y
yoshiwatanabe
0GitHub Stars
2Views
npx skills add yoshiwatanabe/yw-claude-marketplace-demo

SKILL.md

Namegreeting-skill
DescriptionAuto-triggered skill that responds warmly when users greet the assistant. Activates when user says hello, hi, hey, greetings, good morning, good afternoon, or good evening.

name: greeting-skill description: Auto-triggered skill that responds warmly when users greet the assistant. Activates when user says hello, hi, hey, greetings, good morning, good afternoon, or good evening.

Greeting Skill

Description: Auto-triggered skill that responds warmly when users greet the assistant.

When to use: Automatically activates when user says hello, hi, hey, greetings, etc.

Trigger keywords: hello, hi, hey, greetings, good morning, good afternoon, good evening

Workflow

When a user greets you:

  1. Acknowledge the greeting warmly
  2. Mention that the greeting-skill has been triggered
  3. Offer to help with their task
  4. If appropriate, mention this is a demo of auto-triggered skills

Key Points

  • This skill demonstrates auto-triggering
  • Skills can activate based on keywords or context
  • Auto-triggered skills should be unobtrusive
  • Skills can enhance user experience without explicit invocation

Response Template

When triggered, respond with something like:

Hello! 👋 The greeting-skill was automatically triggered to provide a warm welcome.

This demonstrates how skills can activate based on keywords. I'm here to help - what would you like to work on?

Learning Points for Demos

When demonstrating this skill:

  • Point out that it loaded automatically (no explicit command)
  • Explain the trigger mechanism
  • Show how skills can enhance interactions
  • Note that this is lightweight (doesn't stay in context)
Skills Info
Original Name:greeting-skillAuthor:yoshiwatanabe