hello-world
A minimal example skill demonstrating "The Antigravity Way". Use this as a reference when creating your own skills.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
A minimal example skill demonstrating "The Antigravity Way". Use this as a reference when creating your own skills.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Your project awareness buddy. Knows current state, reads docs, analyzes code, answers "where are we?" questions. Activate with "bro" or "project-bro".
Systematic debugging skill. 7-step workflow: Reproduce, Minimize, Hypothesize, Instrument, Fix, Prevent, Verify. Activate when troubleshooting errors.
Expert on Model Context Protocol (MCP) servers. Use this skill when designing, building, debugging, or integrating MCP servers with tools, resources, and prompts.
Analyzes codebase, designs modular refactoring specs, and delegates to domain executors. Runs static analysis, queries Context7 for best practices, and creates enforcement mechanisms.
Expert in Docker, CI/CD, and delivering Go/Nuxt apps.
Quality Assurance Lead. Tests E2E, API, and UI.
| name | hello-world |
| description | A minimal example skill demonstrating "The Antigravity Way". Use this as a reference when creating your own skills. |
This is a Gold Standard example of a concise, effective skill.
Run the Script:
# Always use absolute paths!
python3 .agent/skills/skill-creator/examples/hello-world/scripts/greet.py --name "Friend"
Verify:
scripts/greet.py: A simple Python script that prints a CLI greeting.