antigravity-extension-install

Install Antigravity/VS Code extensions via VSIX, copy, or scripts and configure status bar buttons.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/qdouble/stack-contracts --skill antigravity-extension-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antigravity-extension-install
Source: https://github.com/qdouble/stack-contracts/tree/main/.agent/skills/antigravity-extension-install
Command: npx skills add https://github.com/qdouble/stack-contracts --skill antigravity-extension-install

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of installing custom extensions into the Antigravity editor and configuring status bar buttons for specific workspaces, enhancing developer productivity and customization.

Core Features & Use Cases

  • Extension Installation: Supports installing extensions via VSIX packages or direct folder copying.
  • Status Bar Customization: Enables the creation of custom clickable buttons in the status bar via .vscode/status-buttons.json.
  • Use Case: You need to install a new debugging extension into your Antigravity environment. This Skill can guide you through the exact CLI commands or file copy operations required, ensuring the extension is correctly placed and recognized.

Quick Start

Install the 'cross-agent-bridge' extension from its VSIX package using the Antigravity CLI.

Frequently Asked Questions about antigravity-extension-install

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install a VSIX extension in the Antigravity editor?

To install a VSIX extension in Antigravity, you can use the Antigravity CLI to install the package directly, or manually copy the extension folder into the correct directory to ensure it is recognized by the editor.

How do I configure custom status bar buttons in VS Code or Antigravity?

You can configure custom clickable status bar buttons by creating a `.vscode/status-buttons.json` file in your workspace, which enables workspace-specific status bar customization for your development environment.

Can I deploy VS Code extensions to a remote machine using Antigravity?

Yes, you can deploy VS Code extensions to a remote machine by utilizing custom scripts and direct folder copying operations, ensuring the extension is correctly placed and recognized on the remote system.

What is the best way to manage custom Antigravity extensions across different workspaces?

Managing custom Antigravity extensions is best handled by combining CLI installation for VSIX packages with workspace-specific `.vscode/status-buttons.json` configuration to tailor your environment per project.

Why is my directly copied VS Code extension not recognized by Antigravity?

If a directly copied VS Code extension is not recognized, it is likely due to an incorrect extension identity format or improper folder placement, which this Skill provides detailed guidance on to resolve.

Do I need the Antigravity CLI to install custom extensions?

You do not strictly need the Antigravity CLI to install custom extensions, as the Skill also supports direct folder copying and custom scripts as alternative methods for placing extensions correctly.