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.
来源信息
- 仓库
- craigm26/agy-plugin-demo
- 最近来源活动
- 2026年5月22日 03:40
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 0
- 分支
- 0
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- 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.
在 GitHub 查看