Agent skill
hello-antigravity
A simple "Hello World" skill to test your OMA installation
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/hello-antigravity
SKILL.md
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
plugins/(e.g.,plugins/my-skill/) - Add a
SKILL.mdfile with YAML frontmatter - Optionally add supporting files in
scripts/,examples/, orresources/ - Run
oma install my-skill
That's it! Antigravity will now be able to use your custom skill.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?