antigravity-cli-nix-config

Automate Antigravity CLI configuration declaratively via Nix.

2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/joegoldin/agent-skills --skill antigravity-cli-nix-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: antigravity-cli-nix-config
Source: https://github.com/joegoldin/agent-skills/tree/main/skills/antigravity-cli-nix-config
Command: npx skills add https://github.com/joegoldin/agent-skills --skill antigravity-cli-nix-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the complexity and management challenges associated with using the Antigravity CLI by leveraging Nix for declarative configuration, allowing users to streamline their workflow.

Core Features & Use Cases

  • Declarative Configuration: Uses Nix for declarative configuration, reducing complexity in managing the Antigravity CLI.
  • Cross-Platform Support: Facilitates smooth setup and usage on multiple platforms.
  • Plugin Management: Manages multiple plugins through Nix derivations and home-manager.

Quick Start

Configure your Antigravity CLI by executing: nix build .#antigravity-plugin, inspect the results, and switch to apply it to your system.

Frequently Asked Questions about antigravity-cli-nix-config

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

FAQPage Schema
How do I manage the Antigravity CLI declaratively using Nix?

You can manage the Antigravity CLI declaratively using Nix by building the configuration with `nix build .#antigravity-plugin` and switching to apply it to your system, reducing manual configuration complexity.

What does declarative configuration for the Antigravity CLI solve?

Declarative configuration for the Antigravity CLI solves the complexity of managing multiple plugins by using Nix derivations and home-manager, allowing you to define your entire CLI setup reproducibly instead of managing it manually.

Can I use Nix and home-manager to manage Antigravity CLI plugins across different platforms?

Yes, you can use Nix and home-manager to manage Antigravity CLI plugins across different platforms, as the setup is designed for cross-platform management and integrates various plugins into your workflows.

What is the best way to configure multiple Antigravity CLI plugins with Nix?

The best way to configure multiple Antigravity CLI plugins with Nix is through home-manager, using Nix derivations to declaratively define and manage your plugins, ensuring a reproducible and streamlined workflow.

Do I need home-manager to use Nix for Antigravity CLI configuration?

Yes, you need home-manager to manage Antigravity CLI plugins declaratively via Nix, as it handles the integration of various plugins through Nix derivations and applies the configuration to your user environment.

Why should I use Nix for Antigravity CLI plugin management instead of manual setup?

You should use Nix for Antigravity CLI plugin management instead of manual setup because it provides declarative configuration, which reduces complexity, ensures reproducibility across platforms, and streamlines the management of multiple plugins.