A minimal example skill demonstrating "The Antigravity Way". Use this as a reference when creating your own skills.
Installation
$npx agent-skills-cli install @ydnikolaev/hello-world
Claude Code
Cursor
Copilot
Codex
Antigravity
Details
Repositoryydnikolaev/antigravity-factory
Path.agent/skills/skill-creator/examples/hello-world/SKILL.md
Branchmain
Scoped Name@ydnikolaev/hello-world
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill Instructions
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
-
Run the Script:
# Always use absolute paths! python3 .agent/skills/skill-creator/examples/hello-world/scripts/greet.py --name "Friend" -
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.
More by ydnikolaev
View allworkflow-creator
8Meta-skill for designing and creating Antigravity workflows. Interviews user, proposes optimal structure, checks for duplicates, and ensures workflows integrate with existing skills.
skill-creator
8Defines the philosophy and process for creating high-quality Antigravity skills. Use this skill when asked to create a new skill or standardize an existing one.
debugger
8name: debugger
qa-lead
8Quality Assurance Lead. Tests E2E, API, and UI.
