Claude-skill-registry hello-antigravity
A simple "Hello World" skill to test your OMA installation
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/hello-antigravity" ~/.claude/skills/majiayu000-claude-skill-registry-hello-antigravity && rm -rf "$T"
manifest:
skills/data/hello-antigravity/SKILL.mdsource content
Hello Antigravity Skill
This is a demonstration skill for Oh My Antigravity. It shows the basic structure of a skill (plugin) that Antigravity can understand.
Usage
When you need a friendly greeting or want to test if OMA is working correctly, just mention "hello antigravity" or ask me to use this skill.
What This Skill Does
- Greets the user with a warm welcome message
- Confirms installation is working correctly
- Demonstrates skill structure for developers creating their own plugins
Example Output
🎉 Hello from Oh My Antigravity! Your OMA installation is working perfectly. This skill was loaded from: ~/.gemini/antigravity/skills/hello-antigravity/ Keep building amazing things!
Creating Your Own Skills
To create a new skill:
- Create a folder in
(e.g.,plugins/
)plugins/my-skill/ - Add a
file with YAML frontmatterSKILL.md - Optionally add supporting files in
,scripts/
, orexamples/resources/ - Run
oma install my-skill
That's it! Antigravity will now be able to use your custom skill.