Sample Google Antigravity Skills
npx skills add https://github.com/rominirani/antigravity-skills --skill json-to-pydanticInstala esta habilidad con la CLI y comienza a usar el flujo de trabajo SKILL.md en tu espacio de trabajo.
This repository contains a collection of example Skills for Google Antigravity and Gemini CLI. These examples demonstrate the "Agentic Command Line" concept, showing how to package expertise, workflows, and tools into modular units that an AI agent can use.
Read the blog post: https://medium.com/google-cloud/tutorial-getting-started-with-antigravity-skills-864041811e0d
Do a codelab: https://codelabs.developers.google.com/getting-started-with-antigravity-skills?hl=en#0
Check out Google Antigravity Community Hub too for resources, articles and more on Antigravity.
Antigravity Skills allow you to define how an agent should behave, what tools it should use, and what context it should reference. This project breaks down skill development into 5 levels of complexity.
The skills_tutorial/ directory contains the following examples:
git-commit-formatter
SKILL.mdlicense-header-adder
resources/ folder.SKILL.md, resources/HEADER_TEMPLATE.txtjson-to-pydantic
SKILL.md, examples/database-schema-validator
SKILL.md, scripts/validate_schema.pyadk-tool-scaffold
SKILL.md, scripts/scaffold_tool.py, resources/ToolTemplate.py.hbs, examples/WeatherTool.pyTo use these skills in your Antigravity environment:
skills_tutorial/ into your workspace's .agent/skills/ directory (or your global ~/.gemini/antigravity/skills/ directory).The gemini-cli-skills/ directory contains the following examples:
always-verify-gcp
ask_user tool to provide a list of questions that the user needs to answer to ensure that all required parameters and their values needed to execute the said Google Cloud command, are provided and reviewed by the user.SKILL.mdApache 2.0