delegate

delegate is a skill for Claude Code from presidentrice/supergravity-mcp. It costs 129 tokens per session (1,428 once invoked), scanned A, original, MIT.

A method for sending tasks to Antigravity, Google’s separate AI desktop application, where other supported AI models can handle the work.

In plain words
What is it for?
Delegating named tasks, choosing an appropriate model, running parallel work, and checking Antigravity’s quota.
Why use it?
It is useful when the user wants another model’s opinion, wants work offloaded, or needs several tasks handled in parallel.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the supergravity plugin — 1 skill, 1 MCP server shipped together

Good fit Delegating named tasks, choosing an appropriate model, running parallel work, and checking Antigravity’s quota.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/presidentrice/supergravity-mcp/delegate
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add presidentrice/supergravity-mcp --skill delegate
Clone the repo
git clone --depth 1 https://github.com/presidentrice/supergravity-mcp

Made for: Claude Code.

Or install supergravity, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for delegate

README.md
[![agentmods](https://agentmods.dev/badge/skills/presidentrice/supergravity-mcp/delegate.svg)](https://agentmods.dev/skills/presidentrice/supergravity-mcp/delegate)
Your own site
<a href="https://agentmods.dev/skills/presidentrice/supergravity-mcp/delegate"><img src="https://agentmods.dev/badge/skills/presidentrice/supergravity-mcp/delegate.svg" alt="Measured on agentmods" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,428 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00129 $0.01428
Opus 5 $0.00064 $0.00714
Sonnet 5 $0.00026 $0.00286
Haiku 4.5 $0.00013 $0.00143

Measured 6d ago against content hash ee71f62581e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

delegate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/delegate/SKILL.md · 116 lines

How it starts

The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.

delegate

Antigravity is a separate AI desktop app (Google's). This skill runs tasks through it via the supergravity MCP server's tools, instead of answering yourself — useful when the user explicitly asks to use it, wants a second opinion from a different model family, or wants to offload work.

When to trigger

Any explicit ask to use Antigravity or one of the models it hosts: "use gemini", "ask antigravity", "get claude opus to do this", "offload this to gpt-oss", "check antigravity's quota". Don't trigger on generic requests that don't name Antigravity or one of its models — just answer normally.

Load this skill before calling either tool the first time in a conversation, not after something already went wrong — the model-picking and quota-pool guidance below changes which tool call you should even make.

You don't need to check if Antigravity is running

delegate_to_antigravity launches Antigravity itself if it isn't already open, and waits for its chat UI to finish loading before typing anything — you don't need to check first or tell the user to open it. Just call the tool. The only implication: the very first call in a session can take 15-30+ seconds longer than normal (cold app launch) before anything visible happens. If a call fails specifically because the app couldn't be found at all, the error names the exact env var (ANTIGRAVITY_APP_PATH) to fix it — that's a real install problem, not something to retry.

Picking a model

If the user names a specific model ("use claude opus", "use gemini flash"), match it to the closest entry in delegate_to_antigravity's model enum. If they just say "use gemini" or "use antigravity" with no specifics, default to Gemini 3.1 Pro (High) — solid all-around reasoning, and Gemini models are the reliable pool (see below).

The tool's own schema carries a cost/strength cheat sheet per model (MODEL_GUIDE) — read it before picking if the task has a clear profile (cheap/fast vs. deep reasoning vs. coding-heavy).

Read the full file on GitHub · 116 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 116 lines · 129 tokens per session scan A ee71f62581e7

Subscribe to this mod's changes

delegate is a skill published in the GitHub repository presidentrice/supergravity-mcp (1 stars, last pushed 1mo ago), licensed MIT. It adds 129 tokens to every session and 1,428 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

agent-self-scheduling

Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.

sickn33/agentic-awesome-skills · 24 tokens

auto-research

Research uncertain questions with an explicit, user-approved web search or ChatGPT consultation, then present options and wait for implementation approval.

sickn33/agentic-awesome-skills · 29 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

ComposioHQ/awesome-claude-skills · 59 tokens

Ashby Automation

Automate recruiting and hiring workflows in Ashby -- manage candidates, jobs, applications, interviews, and notes through natural language commands.

ComposioHQ/awesome-claude-skills · 30 tokens

anthropic_administrator-automation

Automate Anthropic Admin tasks via Rube MCP (Composio): API keys, usage, workspaces, and organization management. Always search tools first for current schemas.

ComposioHQ/awesome-claude-skills · 42 tokens

artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

ComposioHQ/awesome-claude-skills · 63 tokens