Antigravity Skill Porter banner
Pranav-Nexus Pranav-Nexus

Antigravity Skill Porter

Development community

Description

Port, convert, and optimize Claude Code & Cursor skills into Google Antigravity native multi-agent plugins.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

🚀 Antigravity Skill Porter & Optimizer

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Python 3.8+](https://img.shields.io/badge/Python-3.8%2B-brightgreen.svg)](https://www.python.org/) [![Google Antigravity](https://img.shields.io/badge/Antigravity-Compatible-4285F4.svg)](https://antigravity.google) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-orange.svg)](http://makeapullrequest.com) [![GitHub Stars](https://img.shields.io/github/stars/Pranav-Nexus/antigravity-skill-porter?style=social)](https://github.com/Pranav-Nexus/antigravity-skill-porter)

**Bridge the AI Agent Ecosystem:** The ultimate transpiler and optimizer that imports, converts, and elevates agent skills from **Claude Code**, **Cursor**, and **OpenAI** into high-performance, native **Google Antigravity (AGY)** plugins and multi-agent workflows.


💡 Why This Exists

The AI agent community is experiencing rapid innovation, with developers publishing thousands of open-standard `SKILL.md` workflows for Claude Code and Cursor.

However, running external skills inside Google Antigravity naively creates severe friction:

  • Tool Hallucinations: External skills hardcode Claude-specific tools (Bash, Glob, Read, Edit, StrReplaceEditor) which fail or cause confusion in Antigravity.
  • Context Blindness: They search for CLAUDE.md, ignoring Antigravity's GEMINI.md, AGENTS.md, and hierarchical .agents/rules/.
  • Single-Agent Bottlenecks: Claude skills are serialized for linear chat loops. They fail to tap Antigravity's native parallel subagent dispatch (invoke_subagent) with non-blocking Reactive Wakeup.
  • Missing Packaging: They lack plugin.json manifests, preventing toggling and management via Antigravity's UI.

**`antigravity-skill-porter` solves this in one command.** It deterministically maps tools, synthesizes plugin manifests, injects multi-agent parallelism, and delivers ready-