All skills
Agent Workflow
Anti-Gravity Skill Installer
Install any agent skill into Anti-Gravity IDE with 100% fidelity, automated YAML frontmatter validation, dual-root provisioning, security scanning, and slash command integration.
What this skill adds
Install any skill or multi-skill collection into Anti-Gravity IDE 2.0 with **100% fidelity**. Zero truncation, zero omitted subfolders, zero broken dependencies.
Overview
- Anti-Gravity IDE requires skills to be structured with valid YAML frontmatter, dual-root placement (~/.gemini/config/skills and .agents/skills), and sanitized telemetry/tracking to ensure slash commands (/agy-skill-installer) index properly in the editor UI.
Operating Protocol
- **Source Parsing**: Accept GitHub URL (https://github.com/user/repo), skill monorepo, or local path.
- **Clone & Extract**: Clone complete repository into a temporary directory. Never scrape partial snippets.
- **YAML Frontmatter Normalization & Repair**:
- - Parse SKILL.md frontmatter.
- - Fix unquoted colons and formatting issues that crash the Anti-Gravity YAML parser.
- - Ensure name: matches the directory name exactly.
Reusable Automation Scripts
- **Windows (PowerShell):**
- powershell
- powershell -ExecutionPolicy Bypass -File "skills/agy-skill-installer/scripts/install-skill.ps1" -SourceUrlOrPath "<REPO_URL>"
- **Linux / macOS (Bash):**
- bash
- bash skills/agy-skill-installer/scripts/install-skill.sh "<REPO_URL>"
Default agent prompt
Use $agy-skill-installer to install, validate, and provision an agent skill for Anti-Gravity IDE.