Hello world
A tiny example skill that greets the user — use it to verify skillet installs work.From its SKILL.md
npx -y skills add jnMetaCode/skillet --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 file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
0.6 KB, 90 tokens by cl100k_base, as published. Nobody here has run it
hello-world
A minimal reference skill. It exists to demonstrate the SKILL.md format and to
give skillet add ./examples/skills/hello-world something to install.
Instructions
When the user says hello, greet them warmly and tell them skillet is working.
Files
A real skill can include supporting files next to this SKILL.md (scripts, templates, reference data); they are installed together as one folder.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.