Hello world
The package manager for AI agent skills - lint, search, scaffold and install SKILL.md skill packs across Claude Code, Cursor, Codex and Gemini. Zero dependencies.
npx -y skills add Hayatelin/skillhub --skill hello-worldAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
A minimal, valid example skill that greets the user and demonstrates the SKILL.md format end to end.
SKILL.md
0.7 KB, as published. Nobody here has run it
Hello World
Purpose
A tiny reference skill. It shows the exact frontmatter and section layout
that skillhub lint expects, so you can copy it as a starting point.
When to use
- When you want a known-good SKILL.md to test tooling against
- When teaching someone the Agent Skills format
Instructions
- Read the user's name from the request.
- Respond with a friendly greeting:
Hello, NAME!(substituting the name). - If no name is given, greet the world:
Hello, world!.
Examples
Input:
greet Ada
Expected behavior:
Hello, Ada!