antigravity

仓库创建 2026年1月2日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由

便于把复杂重构交给可视化与多代理协同工具,加快编辑效率。

▸ 风险提示

会启动本地或远端子进程并打开文件,需注意权限与代码泄露风险

这个 Skill 做什么

连接 Google Antigravity IDE,支持可视化编辑与多文件协同重构。

把工作接到 Google Antigravity IDE 做可视化编辑和多文件协同重构:可以打开文件到 visual editor、触发 visual diff、启动浏览器子代理并委派复杂改造任务。适合需要可视化审阅、多文件大改或跨 agent 协作的场景。特别在于与 Knowledge Items 和多模型编排结合,支持交互式、可视化的开发与重构流程。

▸ 展开 SKILL.md 英文原文

Bridge to Google Antigravity IDE — open files in visual editor, launch browser subagent, trigger visual diff, delegate complex multi-file refactoring and architecture tasks. Use when task needs visual editing, browser automation, or multi-agent workspace coordination.

开发编程IDE 桥接可视化编辑多代理协作通用
2
Stars
0
Forks
33
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Balizero1987/Teman2/main/apps/nuzantara-mcp/skills/antigravity/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Balizero1987/Teman2/main/apps/nuzantara-mcp/skills/antigravity/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Antigravity IDE Bridge

## What is Antigravity?

Google's agent-first IDE with visual editor, browser subagent, Knowledge Items (persistent memory), and multi-model orchestration. It runs locally on Pro as a standalone app.

## Commands

### Open file in visual editor

```bash
antigravity "/Users/nuzantara/Desktop/nuzantara/path/to/file.py"
```

### Visual diff between files

```bash
antigravity -d file1.py file2.py
```

### Open workspace

```bash
antigravity "/Users/nuzantara/Desktop/nuzantara"
```

## When to Delegate to Antigravity

Use Antigravity (via bridge) when the task requires:

- **Visual architecture review** — complex multi-file relationships
- **Browser subagent** — visual Q
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有