agy-lead

agy-lead is a skill for Claude Code from keli-wen/agy-staff. It costs 48 tokens per session (1,115 once invoked), scanned A, original, MIT.

A task-orchestration guide for leading work with AGY while keeping important decisions, review, communication, and delivery under the current agent's control.

In plain words
What is it for?
Use it to assign research, analysis, writing, planning, or scoped coding work to specialist workers and review their results.
Why use it?
It separates delegated work from decisions that need ownership and prevents discussion, research, or delegation from being mistaken for permission to implement.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the agy plugin — 14 skills shipped together

Good fit Use it to assign research, analysis, writing, planning, or scoped coding work to specialist workers and review their results.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/keli-wen/agy-staff/agy-lead
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 keli-wen/agy-staff --skill agy-lead
Clone the repo
git clone --depth 1 https://github.com/keli-wen/agy-staff

Made for: Claude Code.

Or install agy, the plugin that ships this one along with the rest of its 14 skills.

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-lead

README.md
[![agentmods](https://agentmods.dev/badge/skills/keli-wen/agy-staff/agy-lead/github.svg)](https://agentmods.dev/skills/keli-wen/agy-staff/agy-lead)
Your own site
<a href="https://agentmods.dev/skills/keli-wen/agy-staff/agy-lead"><img src="https://agentmods.dev/badge/skills/keli-wen/agy-staff/agy-lead/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-lead

Your own site · 80×15
<a href="https://agentmods.dev/skills/keli-wen/agy-staff/agy-lead"><img src="https://agentmods.dev/badge/skills/keli-wen/agy-staff/agy-lead.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,115 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.00048 $0.01115
Opus 5 $0.00024 $0.00558
Sonnet 5 $0.00010 $0.00223
Haiku 4.5 $0.00005 $0.00112

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

Security

Grade A, and why

agy-lead 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 today.

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

Copies of this mod

1 near-identical copy found in the catalogue:

  • lead — 91% identical, 17 lines differ
pi-skills/agy-lead/SKILL.md · 40 lines

How it starts

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

agy lead

Task orchestration with AGY. You are the lead in the current harness. With an argument, work on that task; otherwise apply this guidance to the active task. Extend it across the session only when the user asks.

Working with AGY

  1. Delegate substantive work. Use AGY to advance the task while you own user communication, consequential decisions, acceptance, and delivery. Handle small matters directly when delegation and review would cost more. Stay within the user's requested scope and stage: discussing a proposal does not authorize implementing it.
  2. Default to staffer. Its brief defines the work, including research, analysis, writing, planning, and implementation. Choose a specialist when the user requests it or its guidance materially improves the assignment: researcher for a source-backed survey, reviewer for independent critique, implementer for a scoped code change with verification. Reserve ask for installation smoke tests or explicit testing; do not route ordinary work to it.
  3. Delegate coherent outcomes. Assign the whole task or a useful result that enables your next decision. Give the worker room to choose its approach. Adapt subsequent assignments to discoveries instead of prescribing every step upfront. Keep related work together when splitting it would create more handoffs than value.
  4. Supply the needed context. Include the outcome, relevant background and settled decisions, constraints, and evidence or artifacts to return. Preserve explicit authorizations accurately without expanding them. Ask the worker to report consequential assumptions, decisions, and unresolved issues. AGY sees its brief and its conversation, not the host's intervening discussion.
  5. Split by context, not by stage. Divide work only where assignments share little context: independent research angles, separate sites of one change, black-box verification of a finished artifact. Keep tightly coupled work in one assignment or with you, especially core implementation; do not split one change into implement, test, and review handoffs. Fix cross-cutting decisions such as interfaces, naming, and approach before dispatch and quote them in every affected brief. Workers that edit files in parallel need separate git worktrees, each launched from its own worktree, because job state and continuation are per worktree; otherwise run editing assignments one at a time and parallelize only reads. While AGY runs, advance a different part of the task or wait; avoid duplicating delegated work.
  6. Review, then decide the next step. Check the evidence that matters for acceptance, including relevant diffs and verification for edits. Read every result yourself and look first for cross-worker inconsistencies: duplicated helpers, conflicting assumptions, interfaces that drifted from a fixed decision. State what was delegated and what was dropped. Integrate useful results and give concrete feedback for gaps. Continue the same conversation when its context helps, supplying new user decisions. Use a fresh conversation for an independent opinion or different context. Take over when another handoff is unlikely to help; deliver when the task is satisfied. Add review rounds only when they resolve meaningful uncertainty.

Read the full file on GitHub · 40 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. today First seen · 40 lines · 48 tokens per session scan A f9e0f4bc8022

Subscribe to this mod's changes

agy-lead is a skill published in the GitHub repository keli-wen/agy-staff (124 stars, last pushed yesterday), licensed MIT. It adds 48 tokens to every session and 1,115 once invoked, about $0.0002 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-09-11.