| name | hello-world |
| description | A trivial test skill that confirms the Antigravity plugin loader is wired correctly. Use only when explicitly asked to verify the plugin system itself. |
hello-world
This is a no-op skill whose only purpose is to prove that the Antigravity plugin loader finds, validates, and lists this plugin correctly.
What this skill does
Nothing functional. If you've been invoked with this skill loaded, the loader is working.
What it doesn't do
- Make any tool calls
- Touch any MCP server
- Output structured data
- Anything heat-safety related — that's a separate plugin (
heat-scribe) shipped as part of Saturday's I/O Hackathon submission
How this validates the loader
If agy plugin validate <path> returns [ok] and reports skills: 1 processed, the schema is correct. If agy plugin list (or whatever surfaces installed plugins) shows this entry, the loader sees us. That's the entire goal.