一键导入
hello-greet
Use when user says hello, wants a greeting, or asks about environment context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when user says hello, wants a greeting, or asks about environment context
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when user asks to analyze, transform, or process text
Use when user wants a personalized greeting, says "hello my name is", wants to introduce themselves, or asks to be greeted by name. Also use when user invokes with a first name argument for a quick personalized hello.
Use when user wants a developer quiz or coding style assessment
| name | hello-greet |
| description | Use when user says hello, wants a greeting, or asks about environment context |
| allowed-tools | Bash(git:*), Bash(pwd:*), Bash(date:*) |
Gather the following context using bash commands:
pwdgit branch --show-current 2>/dev/null || echo "not a git repo"date "+%A, %B %d, %Y at %I:%M %p"Using the gathered context, greet the user warmly. Include:
Then ask the user an open-ended question like "What are you working on today?" or "How can I help you today?" to start a conversation.
Keep the greeting brief and natural — no more than 3-4 sentences.