Loading your tools...
Loading your tools...
Create, customize, and download AI agent skills for Google Antigravity.
Enter a description and generate your custom Agent Skill.
Describe the task you want the agent to perform (e.g., 'Generate a React component with tests').
Optionally provide a unique name for the skill (e.g., 'react-gen').
Click 'Generate Skill' to instantly create the `SKILL.md` file with correct YAML frontmatter.
Review the generated instructions in the code preview.
Download the file and save it to your project's `.agent/skills/<skill-name>/` directory.
Restart your Antigravity IDE to activate the new skill.
Agent Skills are the building blocks of the Google Antigravity IDE experience. They define specific capabilities and workflows that your AI agent can execute. A skill consists of a SKILL.md file containing instructions, examples, and metadata.

Creating custom agents for Google's Antigravity IDE requires precise formatting. A single YAML error can prevent the agent from loading. This tool bridges the gap between your intent and the required technical specification.
| Feature | Manual Creation | Agent Skill Builder |
|---|---|---|
| Speed | 10-15 minutes per skill | < 10 seconds |
| Accuracy | Prone to syntax errors | 100% Valid Syntax |
| Complexity | Basic instructions | Multi-step reasoning chains |
| Format | Manual Markdown formatting | Auto-formatted YAML/MD |
| Cost | Developer time | 100% Free |
Expert Tip: For complex skills, try "Chain of Thought" prompting in the description. Instead of saying "write code," say "First, analyze the file structure, then plan the changes, and finally implement the solution." The builder will incorporate this logic into the agent's instructions.
SKILL.md temperature and model settings.