agy-delegation

agy-delegation is a skill for Claude Code, Codex from Hydr0neFN/claude-bridges. It costs 55 tokens per session (255 once invoked), scanned A, a copy of agy-delegation, MIT.

A delegation guide for handing heavy coding-agent work to the Antigravity command-line tool through MCP. It covers large files, multi-file work, repository searches, web lookups, reviews, and follow-up sessions.

In plain words
What is it for?
Use it to delegate analysis of large files, searches across a repository, external research, adversarial reviews, or other substantial tasks, while continuing a previous delegation by session ID.
Why use it?
It keeps large or complex investigations from consuming the main agent’s working context.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to delegate analysis of large files, searches across a repository, external research, adversarial reviews, or other substantial tasks, while continuing a previous delegation by session ID.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hydr0nefn/claude-bridges/agy-bridge-vendored
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 Hydr0neFN/claude-bridges --skill agy-bridge-vendored
Clone the repo
git clone --depth 1 https://github.com/Hydr0neFN/claude-bridges

Made for: Claude Code, Codex.

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 agy-delegation

README.md
[![agentmods](https://agentmods.dev/badge/skills/hydr0nefn/claude-bridges/agy-bridge-vendored/github.svg)](https://agentmods.dev/skills/hydr0nefn/claude-bridges/agy-bridge-vendored)
Your own site
<a href="https://agentmods.dev/skills/hydr0nefn/claude-bridges/agy-bridge-vendored"><img src="https://agentmods.dev/badge/skills/hydr0nefn/claude-bridges/agy-bridge-vendored/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agy-delegation

Your own site · 80×15
<a href="https://agentmods.dev/skills/hydr0nefn/claude-bridges/agy-bridge-vendored"><img src="https://agentmods.dev/badge/skills/hydr0nefn/claude-bridges/agy-bridge-vendored.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 255 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 100% copy Near-identical to another mod 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.00055 $0.00255
Opus 5 $0.00028 $0.00128
Sonnet 5 $0.00011 $0.00051
Haiku 4.5 $0.00006 $0.00026

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

Security

Grade A, and why

agy-delegation 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (dist/index.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

100% identical to agy-delegation — 18 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agy-bridge-vendored/SKILL.md · 23 lines

What it actually says

Delegating to Antigravity CLI

Use the agy-bridge MCP tools instead of doing heavy work yourself:

Situation Tool
File >200 lines, logs, dumps, generated code analyze_files
>3 files in one task analyze_files
Git history / repo-wide search deep_search
Docs or external knowledge web_lookup
Plan critique, code review adversarial_review
Follow-up on a prior delegation follow_up (use the returned session id)
Anything else heavy delegate

Every response ends with [agy-bridge] model: … | session: …. Reuse the session id with follow_up for iterative work — the context stays on agy's side. Pass cwd as the project root so agy can read files and run git.

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 23 lines · 55 tokens per session scan A 63530a95ba9b

Subscribe to this mod's changes

agy-delegation is a skill published in the GitHub repository Hydr0neFN/claude-bridges (0 stars, last pushed 14d ago), licensed MIT. It adds 55 tokens to every session and 255 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to agy-delegation, differing in 18 lines, and is treated as a copy.

Related

Other skills, from other repositories

ocx

Drive a running opencodex (ocx) proxy from the CLI — account pools, provider routing, model catalog, usage and cost attribution, request logs, access keys, storage cleanup, and the management API. Use when a task involves controlling or inspecting an opencodex proxy rather than editing the opencodex codebase.…

lidge-jun/opencodex · 119 tokens

release

Release a new version of the DevoxxGenie IntelliJ plugin — prompt for the target version, bump it in the build files, write a curated CHANGELOG.md entry and plugin.xml change-notes from the git/PR history since the last tag, build to verify, then commit, tag, and publish a matching GitHub release. Use this whenever…

devoxx/DevoxxGenieIDEAPlugin · 121 tokens

close-task-commit-push-pr

Close the active backlog task (detected from branch name), commit all changes, push to remote, and open a pull request. Use when the user says "close task and ship it", "close task commit push pr", or invokes /close-task-commit-push-pr.

devoxx/DevoxxGenieIDEAPlugin · 64 tokens

git-commit-push-pr

Commit all changes, push to remote, and open a pull request in one go. Use when the user says "commit push pr", "ship it", "open a pr", or invokes /git-commit-push-pr.

devoxx/DevoxxGenieIDEAPlugin · 53 tokens

review

Review local code changes for bugs, regressions, missing tests, and pragmatic improvements. Use when the user asks to review the current changes from git status, or to review a specific backlog task by id such as task-65 or TASK-65. Also trigger when the user says things like "review", "review current changes", "check…

devoxx/DevoxxGenieIDEAPlugin · 90 tokens

backseat-driver-testing

Testing strategies for Calva Backseat Driver MCP tools. Use when: Testing Backseat Driver, validating tool updates, testing structural editing workflows, verifying REPL evaluation with who-tracking, testing shadow-cljs runtime discovery and targeting, testing output log filtering, testing load-file tool, smoke testing…

BetterThanTomorrow/calva-backseat-driver · 106 tokens