/greet
Greet the user by name in their preferred language. Use when the user asks for a greeting or a one-line introduction message.
$ npx -y skills add serpro69/claude-toolbox --skill greet --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/greet
Context preview
The summary Claude sees to decide when to auto-load this skill.
Greet the user by name in their preferred language. Use when the user asks for a greeting or a one-line introduction message.
SKILL.md
greet.SKILL.mdname: greet description: Greet the user by name in their preferred language. Use when the user asks for a greeting or a one-line introduction message.
Greet
Overview
Produces a single-line greeting addressed to the user by name, in the language they prefer. Defaults to English when no language is given.
Workflow
1. If the name or language is missing, ask for it in one message. 2. Emit exactly one line: the greeting, the name, and nothing else.
<div align="center" claude-toolbox is a collection of "tools" for all your agentic workflows — pre-configured MCP servers, skills, sub-agents, commands, hooks, statuslines with themes, and more - everything you need for AI-powered development workflows, used
Repo: serpro69/claude-toolbox
Other skills on claude-toolbox.
alpha
Alpha links a shared instruction directly, delegates to a peer skill, and spawns a review agent. Together these exercise the markdown-link, symlink (via the…
beta
Beta reaches shared resources through the plugin-root variable, which exercises the template-ref (concrete suffix) and parameterized-nav (`<name>` expansion)…
chain-of-verification
Apply Chain-of-Verification (CoVe) prompting to improve response accuracy through self-verification. Use when complex questions require fact-checking,…

