AI SummaryA simple greeting skill that generates basic hello/greeting messages for testing and basic greeting requests. Useful primarily for skill testing and demonstrations rather than production use cases.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "hello-world" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/hello-world-skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/hello-world-skill/SKILL.md "https://raw.githubusercontent.com/smallnest/hello-world-skill/master/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
A greeting skill that ONLY generates simple hello/greeting messages. NOT for calculations, data processing, or code execution. Use ONLY for greeting requests like "say hello", "greet someone", or similar.
How It Works
This skill generates a simple greeting message in the format "Hello, [name]!" where [name] can be: • A name provided by the user • "World" as the default if no name is specified
Hello World Skill
This skill ONLY generates simple greeting messages. It is NOT suitable for calculations, data processing, or any code execution tasks.
When to Use This Skill
ONLY use this skill when: • The user explicitly asks to "say hello" or "greet" someone • The user wants a simple greeting message • Testing basic greeting functionality DO NOT use this skill for: • Mathematical calculations (use calculator-skill instead) • Data processing or analysis • Code execution • Any task requiring computation
Instructions
• Check if the user has provided a name to greet • If no name is provided, use "World" as the default • Generate the greeting message: "Hello, [name]!" • Optionally include a timestamp IMPORTANT: This skill should NOT invoke any tools for calculations or code execution. It only returns a simple text greeting.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster