greeting

Address the user by configured name at the start of every conversation.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/csackrider/AI-DLC --skill greeting-csackrider
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: greeting
Source: https://github.com/csackrider/AI-DLC/tree/main/plugins/ai-dlc-skills/skills/greeting
Command: npx skills add https://github.com/csackrider/AI-DLC --skill greeting-csackrider

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill ensures consistent, respectful greetings by automatically addressing the user with the configured name at the start of every interaction, reducing miscommunication and cognitive load.

Core Features & Use Cases

  • Automatically address the user with the configured name at the start of conversations.
  • Maintain a consistent persona across all channels and contexts.
  • Use Case: In a new chat, greet the user with "Hello Chad" to set a friendly, professional tone.

Quick Start

Address the user with the configured name at the start of the first message in every chat.

Frequently Asked Questions about greeting

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

FAQPage Schema
How do I automatically address a user by name at the start of every conversation?

To automatically address a user by name at the start of every conversation, configure a personalized greeting using frontmatter metadata and SKILL.md body guidance to enforce consistent persona application across all interaction contexts.

How do I maintain a consistent persona across all chat channels?

You can maintain a consistent persona across all channels by applying a user-specific greeting automatically at the start of every interaction, using frontmatter configuration to determine when and how the greeting is deployed.

How do I configure a custom greeting for new chat interactions?

Configure a custom greeting for new chat interactions by setting the user's name in the frontmatter metadata, which the system reads to automatically generate a personalized salutation like "Hello Chad" in the first message.

Does the personalized greeting apply automatically across all interaction contexts?

Yes, the personalized greeting applies automatically across all interaction contexts, reading the frontmatter metadata to consistently address the configured user name at the start of every new conversation.