Agent Plugins Marketplace
All plugins

lagrange

v0.8.1

Delegate to Google Antigravity CLI (agy) as an autonomous subagent: planning, adversarial review, evidence-based audits, cited web research and session summaries. Optional voice narration (local Voicebox) and push notifications to your own Telegram bot, both inactive until you add credentials. Unofficial; not affiliated with Google.

Claude Code3 Skills1 MCP serverstdio

By KZvilla1 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 2, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install lagrange for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install lagrange@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/KZvilla/claude-plugin-antigravity

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

lagrange/
├── .claude-plugin/plugin.json
├── skills/adversarial-review/SKILL.md
├── skills/agy-cli/SKILL.md
├── skills/session-summary/SKILL.md
└── .mcp.json

Included Skills3

adversarial-reviewskills/adversarial-review/SKILL.md

[skill, loads itself] Background knowledge for hostile audits; /lagrange:audit is the explicit trigger. Runs a skeptical, concise, evidence-based audit of either (a) an already-built implementation, checked against what the plan/spec/ticket actually required, or (b) a proposed plan/design, checked against the flows, business rules, data model, tests, and conventions that already exist in the project, including an explicit check for over-engineering. Use proactively whenever the user asks to audit, review, do a hostile/adversarial code review, verify whether the agent followed the plan, check if this plan fits the current system, spot over-engineering, or hands over a PR/diff/commit alongside the original plan, or a plan/RFC alongside repo access, expecting the two to be checked against each other. This is not a style review or a friendly summary: it is a skeptical audit that actively looks for evidence that should block approval.

agy-cliskills/agy-cli/SKILL.md

[skill, loads itself] Reference for working with the Antigravity CLI. Use this skill when delegating tasks to Google Antigravity CLI (agy), running Antigravity as an autonomous subagent, requesting architectural planning with Gemini reasoning, performing second-opinion code reviews, configuring ALLOW/DENY permissions, generating structured session summaries, delegating deep web research, or when the user mentions "ask agy", "run in agy", "delegate to agy", "antigravity plan", or "cross-check with agy".

session-summaryskills/session-summary/SKILL.md

[skill, loads itself] Background knowledge for session summaries; /lagrange:summary is the explicit trigger. Use this skill when the user wants to create a session summary, document what was done in a session, preserve context before compaction, generate a handoff document, or mentions "summarize session", "session summary", "what did we do", "document this session", or "save session notes".

MCP servers1

lagrangestdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/mcp-server/index.js

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "lagrange",
  "version": "0.8.1",
  "description": "Delegate to Google Antigravity CLI (agy) as an autonomous subagent: planning, adversarial review, evidence-based audits, cited web research and session summaries. Optional voice narration (local Voicebox) and push notifications to your own Telegram bot, both inactive until you add credentials. Unofficial; not affiliated with Google.",
  "author": {
    "name": "KZvilla",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/KZvilla/claude-plugin-antigravity",
  "keywords": [
    "antigravity",
    "agy",
    "subagent",
    "gemini",
    "pair-programming",
    "code-review",
    "planning",
    "tdd",
    "session-summary",
    "research"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[lagrange on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lagrange)