hellolisted
Install: claude install-skill jordanl17/visill
# Hello
## Schema
```json
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "hello",
"type": "object",
"properties": {
"message": {
"type": "string"
}
},
"required": [
"message"
]
}
```