A minimal example skill demonstrating "The Antigravity Way". Use this as a reference when creating your own skills.
Scanned 2/12/2026
Install via CLI
openskills install ydnikolaev/antigravity-factory---
name: hello-world
description: A minimal example skill demonstrating "The Antigravity Way". Use this as a reference when creating your own skills.
---
# Hello World Example
This is a **Gold Standard** example of a concise, effective skill.
## When to use this skill
- **Trigger**: When the user wants to see a simple greeting or test skill functionality.
- **Trigger**: When you need to understand how to structure a good skill.
## Workflow
1. **Run the Script**:
```bash
# Always use absolute paths!
python3 .agent/skills/skill-creator/examples/hello-world/scripts/greet.py --name "Friend"
```
2. **Verify**:
- Check the terminal output.
- Ask the user if they feel greeted.
## Resources
- `scripts/greet.py`: A simple Python script that prints a CLI greeting.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.