greeter

Generate personalized greetings in formal, casual, or pirate styles.

1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/matantsach/snapeval --skill greeter-matantsach
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: greeter
Source: https://github.com/matantsach/snapeval/tree/main/test-skills/greeter
Command: npx skills add https://github.com/matantsach/snapeval --skill greeter-matantsach

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating greetings in the requested style is automated and consistent, saving you time and avoiding repetitive typing.

Core Features & Use Cases

  • Supports formal, casual, and pirate styles for personalized responses.
  • Defaults to casual when no style is specified and uses "friend" when no name is given.
  • Ensures exactly one greeting is returned per prompt, with simple style validation.

Quick Start

Greet a person by name in a chosen style, for example: "Greet Alex in formal style".

Frequently Asked Questions about greeter

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

FAQPage Schema
How do I generate personalized greetings in different styles automatically?▼

To generate personalized greetings automatically, you specify a target name and a style such as formal, casual, or pirate. The system validates the style input and returns a single concise greeting matching your requested style.

What happens if I don't specify a name or greeting style?▼

If no greeting style is specified, the system defaults to a casual style. When no name is provided, the greeting defaults to addressing the user as friend.

What greeting styles are supported for personalized responses?▼

The supported greeting styles are formal, casual, and pirate. This allows you to tailor personalized responses for professional settings, everyday interactions, or themed novelty contexts.

How do I ensure my greeting prompts return exactly one response?▼

To ensure exactly one response, the system enforces YAML frontmatter with a name and description and performs style validation. It returns a single concise greeting per prompt to avoid repetitive outputs.

Can I use a pirate style for casual personalized greetings?▼

Yes, you can use a pirate style for casual personalized greetings. The system explicitly supports pirate style alongside formal and casual, validating the input to return a matching themed response.