← ClaudeAtlas

hellolisted

A minimal fixture skill for @visill/build tests.
jordanl17/visill · ★ 0 · Testing & QA · score 64
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" ] } ```