Agent skill
hello-skill
Prints a greeting message
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/hello-skill
SKILL.md
What I do
I'm the simplest skill possible. I just print a hello message using the bash tool.
How to use me
Run this command:
bash
echo "Hello from Tier 1 skill! 🎉"
That's it! This demonstrates:
- ✅ How a skill loads
- ✅ How the bash tool executes commands
- ✅ Basic skill structure
Didn't find tool you were looking for?