lyd_team

lyd_team is a command for Claude Code from an8079/take-skills. It costs 28 tokens per session (1,188 once invoked), scanned A, original, MIT.

A command for forming a team of specialized agents to handle a complex task. It supports roles such as planning, implementation, verification, criticism, coordination, and supervision.

In plain words
What is it for?
Use it to plan work, assign implementation tasks, verify results, identify risks, and apply corrections through a plan → execution → verification → fix workflow.
Why use it?
It divides a large job into stages and gives the result separate review before completion. If verification finds problems, the workflow can send the task back for fixes.

Command for Claude Code

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

Part of the claude-dev-assistant plugin — 21 skills, 39 commands shipped together

Good fit Use it to plan work, assign implementation tasks, verify results, identify risks, and apply corrections through a plan → execution → verification → fix workflow.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/an8079/take-skills/takes-team
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.

Clone the repo
git clone --depth 1 https://github.com/an8079/take-skills

Made for: Claude Code.

Or install claude-dev-assistant, the plugin that ships this one along with the rest of its 21 skills, 39 commands.

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 lyd_team

README.md
[![agentmods](https://agentmods.dev/badge/commands/an8079/take-skills/takes-team/github.svg)](https://agentmods.dev/commands/an8079/take-skills/takes-team)
Your own site
<a href="https://agentmods.dev/commands/an8079/take-skills/takes-team"><img src="https://agentmods.dev/badge/commands/an8079/take-skills/takes-team/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 lyd_team

Your own site · 80×15
<a href="https://agentmods.dev/commands/an8079/take-skills/takes-team"><img src="https://agentmods.dev/badge/commands/an8079/take-skills/takes-team.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,188 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.00028 $0.01188
Opus 5 $0.00014 $0.00594
Sonnet 5 $0.00006 $0.00238
Haiku 4.5 $0.00003 $0.00119

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

Security

Grade A, and why

lyd_team 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 10d 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.

commands/takes-team.md · 176 lines

How it starts

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

/takes-team - 团队协作命令

组建专家团队,通过多 Agent 协作解决复杂问题。支持完整的团队管道:plan → exec → verify → fix。

使用方式

/takes-team "任务描述"

组队
团队协作
多 Agent 协作

团队角色

核心角色(自动分配)

角色 Agent 职责
监督者 team-lead 协调团队、跟踪进度、生成报告
分析师 analyst 分析需求、设计方案、拆解任务
执行者 executor 实现功能、编写代码
验证者 verifier 验证结果、检查质量
批评者 critic 挑战方案、识别风险

可选角色

角色 Agent 职责
协调者 coordinator 任务分发、优先级管理

团队管道

┌─────────────────────────────────────────────────────────┐
│                    团队协作管道                          │
├─────────────────────────────────────────────────────────┤
│                                                         │
│  team-plan    →    team-exec    →    team-verify       │
│  (分析规划)         (执行任务)          (验证结果)        │
│       ↓                   ↓                ↓            │
│       └───────────────────┼────────────────┘            │
│                           ↓                             │
│                    team-fix (如需要)                      │
│                    (修复问题,最多3次)                    │
│                           ↓                             │
│                           ↓                             │
│                    complete / failed                     │
└─────────────────────────────────────────────────────────┘

工作流程

1. 团队组建

  • 分析任务需求
  • 分配团队角色
  • 初始化团队状态

2. Plan 阶段

  • analyst 分析需求
  • 拆解任务列表
  • 创建执行计划

3. Exec 阶段

  • executor 并行执行任务
  • coordinator 分发任务
  • team-lead 跟踪进度

4. Verify 阶段

  • verifier 验证结果
  • critic 挑战方案
  • 更新任务状态

5. Fix 循环(如需要)

  • 修复失败的任务
  • 最多 3 次循环
  • 触发 fix-loop

输出内容

团队状态报告

# 团队协作报告

## 团队信息
- 团队名称: {team_name}
- 当前阶段: {phase}
- 迭代次数: {iteration}

## 任务进度
- 总任务数: {tasks_total}
- 已完成: {tasks_completed}
- 失败: {tasks_failed}
- 完成率: {completion_rate}%

## 团队健康
- 总成员: {total_workers}
- 活跃: {active_workers}
- 空闲: {idle_workers}
- 失联: {stale_workers}

## 制品
- 计划文档: {has_plan}
- PRD: {has_prd}
- 验证报告: {has_verify_report}

## Fix 循环
- 当前尝试: {fix_attempt}/{max_attempts}
- 已耗尽: {exhausted}

Read the full file on GitHub · 176 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. 10d ago First seen · 176 lines · 28 tokens per session scan A f2bf9ddadf70

Subscribe to this mod's changes

lyd_team is a command published in the GitHub repository an8079/take-skills (4 stars, last pushed 5mo ago), licensed MIT. It adds 28 tokens to every session and 1,188 once invoked, about $0.0001 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.