antigravity-cli-nix

joegoldin/antigravity-cli-nix
★ 0 stars Nix 🤖 AI/LLM Updated today
Declarative Antigravity CLI plugins, skills, agents, rules, hooks, and MCP servers for Nix
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "antigravity-cli-nix": {
      "command": "npx",
      "args": [
        "-y",
        "joegoldin/antigravity-cli-nix"
      ]
    }
  }
}

README Excerpt

Declarative [Antigravity CLI](https://antigravity.google/docs/cli-overview) plugins, skills, agents, rules, hooks, and MCP servers for Nix. Successor to [gemini-nix](https://github.com/joegoldin/gemini-nix), which is archived (it targeted the deprecated `gemini-cli`). Add as a flake input: ```nix inputs.antigravity-cli-nix = {

Tools (1)

writeShellScriptBin