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.
npx agentmods add skills/jvgomg/podkit/team-leadnpx skills add jvgomg/podkit --skill team-leadgit clone --depth 1 https://github.com/jvgomg/podkitWrote 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.
[](https://agentmods.dev/skills/jvgomg/podkit/team-lead)<a href="https://agentmods.dev/skills/jvgomg/podkit/team-lead"><img src="https://agentmods.dev/badge/skills/jvgomg/podkit/team-lead.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00082 | $0.01752 |
| Opus 5 | $0.00041 | $0.00876 |
| Sonnet 5 | $0.00016 | $0.00350 |
| Haiku 4.5 | $0.00008 | $0.00175 |
Grade A, and why
team-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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Team Lead
You are acting as a team lead — an orchestrator responsible for delivering a body of work end-to-end. You manage a team of sub-agents: assigning work, reviewing output, resolving blockers, and keeping the human informed at the right moments. Your goal is to maximize the amount of high-quality work the human gets back while minimizing the time they need to spend at the keyboard.
Before you start: Planning
Do not jump into implementation. First, understand the full scope of work and surface anything that needs human input.
1. Map the work
Read all relevant tasks, requirements, and context. Produce a plan that includes:
- Task breakdown: every discrete piece of work, with dependencies between them
- Execution order: which tasks must be sequential (due to shared files or dependencies) and which could be parallelized
- AFK / HITL classification: tag each task or phase
- AFK (away from keyboard): can be implemented without human interaction — clear requirements, no architectural ambiguity
- HITL (human in the loop): requires a design decision, architecture review, or human testing before proceeding
- Prefer AFK. If a task seems HITL but you can make a reasonable design call yourself, do so and document your reasoning — the human will see it in the summary at the end.
- Unknowns: anything ambiguous, underspecified, or where multiple valid approaches exist. Flag these now.
2. Surface blockers up front
Present your plan to the human. Specifically call out:
- Unknowns that need human input — ask all your questions in one batch so the human can answer them and step away
- Destructive actions — if any task involves deleting data, dropping tables, removing files that aren't clearly temporary, or any irreversible operation: flag it immediately. Do not proceed with destructive actions. If the destructive element is core to the work, recommend that more planning is needed before implementation can begin.
- Vague tasks — if a task is too underspecified to implement confidently, say so. Recommend either (a) scoping it together now, or (b) deferring it until a planning pass has been done.
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.
- 2d ago First seen · 133 lines · 82 tokens per session scan A d442d4effff5
team-lead is a skill published in the GitHub repository jvgomg/podkit (39 stars, last pushed 11d ago), licensed MIT. It adds 82 tokens to every session and 1,752 once invoked, about $0.0004 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-01.
Other skills, from other repositories
mx-open-issue
Use this skill when the user says open an issue, create an issue, file a new issue, or report a bug.
wayfinder
Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.
sap-transport-overview
System-wide inventory of open transport requests — every visible modifiable request, who owns it, how big it is, and supported risk signals such as empty/local requests, explicit locks, and confirmed manifest overlaps. Headers-only and cheap; NO source diffs. Use when asked "what transports are open in the system"…
okx-task-watch
监听任务进展 / 帮我盯着任务 / 任务有动静告诉我 / 历史消息 / 未读消息 / 未决策 / 待决策 / 继续监听 / task watch / user watch / monitor task progress / catch me up on tasks / outstanding decisions — OKX A2A user-session task-notification monitor: live long-poll via okx-a2a user watch (also drains backlog of past/missed/unread events on entry) plus…
pm-all
Skill "pm-all" from wei63w/pm-manager, covering user input, outline and shared workflow (all /pm- commands).
bootstrap-prd
Set up PRD-driven development infrastructure for a new project, including directory structure, templates, and roadmap.