Hello World Agent banner
Mandalorian007 Mandalorian007

Hello World Agent

Development community

Description

--- 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: yellow --- # 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

Installation

Installs to ~/.claude/agents/mandalorian007-claude-code-toolkit-hello-world-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Mandalorian007/claude-code-toolkit/HEAD/.claude/agents/hello-world-agent.md -o ~/.claude/agents/mandalorian007-claude-code-toolkit-hello-world-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository