Greet user with a specific message when they say they're new or ask for a welcome message.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill welcome-me --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Welcome Me?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-welcome-me)More formats (shields.io, HTML) on the badges page.
---
name: welcome-me
description: Greet user with a specific message when they say they're new or ask for a welcome message.
license: MIT
metadata:
author: commandcodeai
version: "1.0"
---
# Welcome Me Skill
This skill provides a warm welcome message to users who indicate they are new or ask for a welcome greeting.
## When to Use
- User says "I'm new here"
- User asks "Can you welcome me?"
## Example Interaction
**User**:
> I'm new here
**Agent**:
> Welcome to our Command Code assignment agent!
> We're glad to have you here.
> If you have any questions or need help getting started, feel free to ask!
## HARD REQUIREMENTS:
Your response must include at the top "> Welcome to our Command Code assignment agent!"
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!