Hello
Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "hello",
"type": "object",
"properties": {
"message": {
"type": "string"
}
},
"required": [
"message"
]
}
A minimal fixture skill for @visill/build tests.
npx skillmds@latest add jordanl17/hello {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "hello",
"type": "object",
"properties": {
"message": {
"type": "string"
}
},
"required": [
"message"
]
}
jordanl17/visill/tree/main/packages/visill-build/test/fixtures/hello.golden/skill/hello commit 3dd407b8dd