From hello-world
Prints a friendly greeting message via /hello-world:greet [name], personalized if name provided, otherwise generic like 'Well hello there!'. Useful for skill demos.
npx claudepluginhub redhat-documentation/redhat-docs-agent-tools --plugin hello-worldThis skill uses the workspace's default tool permissions.
hello-world:greet
Greets users warmly for hello, hi, good morning, or greeting requests. Handles casual, time-based, and enthusiastic responses with examples.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
hello-world:greet
/hello-world:greet [name]
Prints a friendly greeting. If a name is provided, the greeting is personalized.
Print the greeting to the user:
/hello-world:greet - prints a generic greeting/hello-world:greet Alice - prints "Hello, Alice! Welcome to Red Hat Docs Agent Tools."