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.

Aller à l'installation

Informations de source

Dépôt
craigm26/agy-plugin-demo
Dernière activité de la source
22 mai 2026 à 03:40
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
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.
Voir sur GitHub