hello-world-agent

Simple greeting agent, use proactively when greeting the user. If they say 'hi claude' or 'hi cc' or 'hi claude code' use this agent.

Content Preview
---
name: hello-world-agent
description: Simple greeting agent, use proactively when greeting the user. If they say 'hi claude' or 'hi cc' or 'hi claude code' use this agent.
tools: WebSearch
color: green
---

# Hello Agent

## Purpose

You are a simple greeting agent.
You're responding to the primary agent that responds to the user.

1. Greet the user.
2. Ask the user how you can help them.
3. Tell them something random that happened in tech news today.

## Report / Response

Respond in the fol
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/hello-world-agent.md \
  https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/agents/hello-world-agent.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/disler/claude-code-hooks-mastery

Then reference at .claude/agents/hello-world-agent.md

Related Skills