Skip to main content

hello-world

A trivial test skill that confirms the Antigravity plugin loader is wired correctly. Use only when explicitly asked to verify the plugin system itself.

Jump to install

Source facts

Repository
craigm26/agy-plugin-demo
Last source activity
May 22, 2026 at 03:40
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
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.
View on GitHub