Mac / Linux
curl -fsSL https://antigravity.google/cli/install.sh | bashWindows PowerShell
irm https://antigravity.google/cli/install.ps1 | iex
git clone https://github.com/10xroadmap/agent-skills-using-google-antigravity-cli
cd agent-skills-using-google-antigravity-cliRun the command below in your terminal to start the CLI.
agy- This will initiate Google Authentication, if you are not already authenticated.
- To start using the Antigravity CLI, you need to authenticate with Google. You can typically log in using your standard Google account.
- Once antigravity terminal is activated, you may start giving prompt:
How many files are there in current folder
Which file is last modified
- Create .agents folder
mkdir .agents
- Create .agents/skills folder
mkdir .agents/skills
- Create folder for your skill
mkdir .agents/skills/funny-names folder
- Create SKILL.md
touch .agents/skills/funny-names/SKILL.md
After Skill is written and saved, you may test skill inside agy terminal
agy -p ""
-
To test skill
funny-names, type:Suggest a funny name for Dennis Ritchie -
To test skill
public-repo-count, type:Find the number of public repositories created by user 10xroadmap -
To test skill
fotd, type:Generates forecast for Smith who is male and is 23 years old
funny-namesis a simple skillpublic-repo-countdemonstrates how we can use bash script inside skill. You may customize it for Windows PoerShellfotd(forecast of the day) demonstrates how we can use python script inside skill.
https://github.com/10xroadmap/agent-skills-using-google-antigravity-cli
This project is open-source. However, no part of the source code may be republished, modified, or distributed for commercial or public purposes without giving appropriate credit to the original author.