APP_NAME
A sample Belt app that greets users. Use this as a starting point — the structure shows
how skills, scripts, agents, and app.json work together.
Command Parsing
Parse the user's first argument as the subcommand:
/__APP_NAME__ greet [name]
/__APP_NAME__ help
| Subcommand | Action |
|---|---|
greet [name] | Print a personalised greeting for name (defaults to "World") |
help | Print the command table above |
Execution Flow
- **Parse inp
[Description truncada. Veja o README completo no GitHub.]