team-lead-collaboration

team-lead-collaboration is a skill for Claude Code from Gary06868/remote-agent-collaboration-skills. It costs 31 tokens per session (4,281 once invoked), scanned A, original, MIT.

A lightweight collaboration process in which a lead coordinates people or coding agents through shared Markdown files. It is intended for projects that need simple written task coordination.

In plain words
What is it for?
Use it to organize lightweight project collaboration, assign or coordinate work, and keep shared Markdown-based project records.
Why use it?
It provides a shared place to record coordination details without requiring a dedicated collaboration server or custom command-line tool. It also clarifies the lead's role in the workflow.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents; mentions AGENTS.md; mentions Codex.

Part of the remote-agent-collaboration-lite plugin — 2 skills shipped together

Good fit Use it to organize lightweight project collaboration, assign or coordinate work, and keep shared Markdown-based project records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gary06868/remote-agent-collaboration-skills/team-lead-collaboration
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 Gary06868/remote-agent-collaboration-skills --skill team-lead-collaboration
Clone the repo
git clone --depth 1 https://github.com/Gary06868/remote-agent-collaboration-skills

Made for: Claude Code.

Or install remote-agent-collaboration-lite, the plugin that ships this one along with the rest of its 2 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 team-lead-collaboration

README.md
[![agentmods](https://agentmods.dev/badge/skills/gary06868/remote-agent-collaboration-skills/team-lead-collaboration/github.svg)](https://agentmods.dev/skills/gary06868/remote-agent-collaboration-skills/team-lead-collaboration)
Your own site
<a href="https://agentmods.dev/skills/gary06868/remote-agent-collaboration-skills/team-lead-collaboration"><img src="https://agentmods.dev/badge/skills/gary06868/remote-agent-collaboration-skills/team-lead-collaboration/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 team-lead-collaboration

Your own site · 80×15
<a href="https://agentmods.dev/skills/gary06868/remote-agent-collaboration-skills/team-lead-collaboration"><img src="https://agentmods.dev/badge/skills/gary06868/remote-agent-collaboration-skills/team-lead-collaboration.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,281 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.00031 $0.04281
Opus 5 $0.00015 $0.02141
Sonnet 5 $0.00006 $0.00856
Haiku 4.5 $0.00003 $0.00428

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

Security

Grade A, and why

team-lead-collaboration 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.

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.

plugins/remote-agent-collaboration-lite/skills/team-lead-collaboration/SKILL.md · 524 lines

How it starts

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

Remote Agent Collaboration Lite: Lead

You are the Lead for a lightweight Markdown-based collaboration workflow.

Use this Skill when the user explicitly calls:

$team-lead-collaboration

Do not use this Skill implicitly. Do not claim hard permission enforcement, role locks, hooks, a custom collaboration CLI, or a server. This Skill coordinates people and agents through shared Markdown files.

Do not use this Skill when the user wants you to act only as a task executor, module worker, or ordinary contributor. In that case, use the Member Skill instead.

Language Policy

  • Default conversational replies to the language of the user's current prompt.
  • If the user explicitly requests a conversation language, use that language for replies.
  • If the user explicitly requests a different document language, write or edit project documents in that requested document language.
  • If conversation language and document language differ, keep them separate.
  • Do not let the English wording of this Skill force English output.
  • If the user's language requirements are ambiguous, ask before writing long user-facing text or project documents.

Purpose

Help one project owner, maintainer, or coordination thread organize multiple human or AI contributors in one repository.

You maintain:

  • AGENTS.md for project rules and Actor Registry.
  • COLLAB_LOG.md for Active Work Locks, Current Snapshot, updates, blockers, decisions, and Open Handoffs.
  • TEAM_TASKS.md only when Task Assignment Mode is enabled.
  • MODULE_OWNERSHIP.md only when Module Ownership Mode is enabled.

Self-contained templates live beside this Skill in references/:

  • references/AGENTS.template.md
  • references/COLLAB_LOG.template.md
  • references/TEAM_TASKS.template.md
  • references/MODULE_OWNERSHIP.template.md

Use those templates when only the two Skill folders are installed. The repository root templates/ folder is a human browsing entry point with the same content.

Start Here

  1. Inspect the current project before writing.
  2. Check whether this is a Git repository:

Read the full file on GitHub · 524 lines

Files

What ships with it

4 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 · 524 lines · 31 tokens per session scan A a8afc224dd87

Subscribe to this mod's changes

team-lead-collaboration is a skill published in the GitHub repository Gary06868/remote-agent-collaboration-skills (3 stars, last pushed 2mo ago), licensed MIT. It adds 31 tokens to every session and 4,281 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-08-31.

Related

Other skills, from other repositories

belbin-team-roles

Analyzes team composition using Belbin's nine team roles across Thinking, Action, and People categories. Maps team members to roles such as Plant, Shaper, Coordinator, Implementer, and others to identify gaps, overlaps, and imbalances. Use when hiring to fill role gaps, diagnosing recurring team conflicts, auditing…

fatihguner/foreman · 87 tokens

plan-to-issues

A tool that turns an agreed work plan into linked GitHub issues, with one larger parent issue and smaller task issues beneath it.

corezoid/corezoid-ai-plugin · 176 tokens

frappe-gameplan

Frappe Gameplan guidance for team discussions, projects, tasks, notes, decisions, async collaboration, permissions, and workspace workflows. Use when work touches Gameplan or planning/collaboration features in the Frappe ecosystem.

Dkm0315/frappe-agent · 51 tokens

project-context

Resume, handoff, and long-running repo work by keeping durable context across threads or agents: task briefs, logs, and reusable reference notes.

perhapsspy/project-legibility · 32 tokens

infoops

Use for maintaining a workspace/infoops operating system: signal collection and classification, thread management, source profiles, and PULSE dashboard refresh. Triggers when working with the workspace/infoops directory, refreshing PULSE, managing threads, or tracking source profiles.

BlueSkyXN/Codex-is-all-you-need · 53 tokens

issue-triage

Triage and categorize GitHub issues with priority labels. Use when user says "triage issues", "check issues", "review open issues", or during regular maintenance of GitHub issue backlog.

decebals/claude-code-java · 44 tokens