hello

Greet users and summarize current project status at session start.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/karohani/my-claude-friends --skill hello-karohani
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hello
Source: https://github.com/karohani/my-claude-friends/tree/main/plugins/hello-skill/skills/hello
Command: npx skills add https://github.com/karohani/my-claude-friends --skill hello-karohani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps initialize conversations by greeting users and providing a quick overview of the current project status, reducing friction at the start of a session.

Core Features & Use Cases

  • Friendly greeting: Responds in the user's language with a polite welcome.
  • Context summary: Provides a concise snapshot of the active project structure and goals.
  • Onboarding support: Sets expectations for what can be done in the session and suggests next steps.

Quick Start

Greet the user and summarize the current project status at the start of a Claude Code session.

Frequently Asked Questions about hello

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

FAQPage Schema
How do I set session context and greet users at the start of a Claude Code session?▼

To set session context and greet users at the start of a Claude Code session, use an onboarding skill that detects the user language and emits a friendly greeting alongside a concise project status overview.

Can I automatically detect user language for session onboarding greetings?▼

Yes, you can detect user language for session onboarding greetings. This skill automatically identifies the user language during session start and responds with a polite, multilingual welcome.

What is the best way to summarize current project status for new sessions?▼

The best way to summarize current project status for new sessions is to generate a concise snapshot of the active project structure and goals, reducing friction and setting clear expectations for next steps.

Does this session start greeting skill work without external dependencies?▼

Yes, the session start greeting skill works without external dependencies. It requires no additional components or libraries to detect user language and provide a project context summary during onboarding.

How do I provide onboarding support and suggest next steps in a Claude Code session?▼

To provide onboarding support and suggest next steps in a Claude Code session, configure a greeting skill to present a project overview and outline what can be accomplished during the current active session.