بنقرة واحدة
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 ويثبّتها لك.
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
استنادا إلى تصنيف SOC المهني
| 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.