name: hello-skill description: Prints a greeting message
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:
echo "Hello from Tier 1 skill! ๐"
That's it! This demonstrates:
- โ How a skill loads
- โ How the bash tool executes commands
- โ Basic skill structure