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.