hello-belt
A minimal example app showing how Belt skills, agents, and scripts fit together.
When invoked, it calls greet.py to produce a multilingual greeting — demonstrating
the skill → script delegation pattern that all Belt apps use.
Command Parsing
Parse the user's first argument as the subcommand:
/hello-belt greet [name] [--lang=en]
/hello-belt list-langs
/hello-belt help
| Subcommand | Action | Reference |
|---|---|---|
greet | Print a greetin |
[Description truncada. Veja o README completo no GitHub.]