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.

Ir a la instalación

Datos de origen

Repositorio
craigm26/agy-plugin-demo
Última actividad en el origen
22 de mayo de 2026 a las 03:40
Idioma detectado de SKILL.md
inglés
Estrellas
0
Forks
0

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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.
Ver en GitHub