Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

agent-teamAgent 团队

Agent Skill

agent-team 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,948

周安装

82

GitHub Stars

24

下载量

682
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:agent-team(Agent 团队)
来源仓库:https://github.com/jsonlee12138/agent-team
仓库路径:skills/agent-team
安装命令:
npx skills add https://github.com/jsonlee12138/agent-team --skill agent-team
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/jsonlee12138/agent-team --skill agent-team

简介

用于查找、检索和筛选相关信息。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 适合按关键词快速定位候选结果。
  • 可结合来源仓库 README 进一步核验具体用法。
  • 安装前建议确认是否会触发联网或文件操作。
  • agent-team 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

agent-team

This skill is now a navigation shell. Route all requests to the dedicated first-level skills below.

Do not keep adding new behavior here.

Skill Reference

Controller / human orchestration

task-orchestrator

Write-capable task lifecycle entry.

  • Audience: controller, human
  • Triggers: create task, assign task, complete task, archive task, task flow
  • CLI: agent-team task create · task list · task show · task assign · task done · task archive
  • Note: Prefer task-inspector for read-only queries with no mutation intent.

task-inspector

Read-only task status and lookup.

  • Audience: controller, worker, human
  • Triggers: inspect task, task status, list tasks, show task
  • CLI: agent-team task list · task show
  • Note: Route to task-orchestrator if the request includes create, assign, done, or archive intent.

task-splitting

Decompose requirement or design documents into task drafts, then create agent-team task packages after explicit approval.

  • Audience: controller, human
  • Triggers: turn document into tasks, split tasks, validate task boundaries, prepare task files for agent-team task create
  • Workflow: intake source → extract goals → draft by function boundary → validate → write one file per task → confirm → create
  • Note: Invokes brainstorming automatically when the document goal is ambiguous or scope conflicts exist.

workflow-orchestrator

Governance-only workflow plan entry.

  • Audience: controller, human
  • Triggers: workflow plan, approve plan, activate plan, close plan
  • CLI: agent-team workflow plan generate · approve · activate · close
  • Note: Not for worker assignment, worker recovery, or worker status inspection.

worker-dispatch

Controller-side surface for opening workers, replying to workers, and checking targeted worker status.

  • Audience: controller, human
  • Triggers: open worker, dispatch worker, reply to worker, inspect current worker before replying
  • CLI: agent-team worker open · worker status · agent-team reply
  • Note: Use worker-inspector for read-only fleet inspection with no dispatch or reply intent.

worker-inspector

Read-only worker status inspection.

  • Audience: controller, human
  • Triggers: worker status, inspect worker, list workers
  • CLI: agent-team worker status
  • Note: Route to worker-dispatch if the prompt implies open, dispatch, or reply behavior.

project-bootstrap

Project initialization and migration entry.

  • Audience: human, controller
  • Triggers: init project, migrate project, set up agent-team in a new repo
  • CLI: agent-team init · agent-team migrate

rules-maintenance

Sync and refresh built-in rule templates and generated rule artifacts.

  • Audience: human, controller
  • Triggers: sync rules, fix rule drift, update rules
  • CLI: agent-team rules sync

skill-maintenance

Skill cache maintenance: check, update, clean installed skill artifacts.

  • Audience: human, controller
  • Triggers: check skills, update skills, clean skills, refresh skill cache
  • CLI: agent-team skill check · skill update · skill clean

role-browser

Read-only local role listing.

  • Audience: controller, worker, human
  • Triggers: role list, browse roles, view local roles
  • CLI: agent-team role list
  • Note: Does not handle role create or role-repo management.

role-creator

Create or update role skill packages with deterministic output files.

  • Audience: human, controller
  • Triggers: create role, new role, edit role, update role, add role skill, 修改角色配置
  • Output: SKILL.md + references/role.yaml + system.md under skills/<role>/ or .agent-team/teams/<role>/
  • CLI: agent-team role create
  • Workflow: normalize name → auto-generate role fields → select skills → execute CLI → validate output

role-repo-manager

Manage where roles come from (add, list, check, update, remove role repositories).

  • Audience: human, controller
  • Triggers: search role repo, add role repo, update role repo, remove role repo
  • CLI: agent-team role-repo find · add · list · check · update · remove
  • Note: Not for browsing local roles; that belongs to role-browser or catalog-browser.

catalog-browser

Read-only catalog browsing: search roles from configured remote catalogs.

  • Audience: human, controller
  • Triggers: search catalog, browse roles, show catalog role, catalog stats
  • CLI: agent-team catalog search · show · list · repo · stats
  • Note: Does not expose normalize, discover, or serve commands.

Worker-first skills

worker-recovery

Resume a worker's current assignment from file artifacts.

  • Audience: worker
  • Triggers: resume work, recover task, continue current assignment
  • Required entry: MUST read worker.yaml first
  • Recovery order: worker.yamltask.yamlcontext.md → referenced materials only if needed
  • Note: Not for worker → main reporting; use worker-reply-main for that.

worker-reply-main

Send completion, blocker, or decision-needed messages back to controller.

  • Audience: worker
  • Triggers: reply main, report completion, blocked, request decision
  • CLI: agent-team reply-main
  • Required entry: MUST read worker.yaml first
  • Note: Not for controller → worker replies; use worker-dispatch for that.

Shared / strategy skills

context-cleanup

Clean session context and re-anchor from file artifacts when the session is drifting.

  • Audience: controller, worker
  • Triggers: clean context, session drift, re-anchor context, resume after pause, phase transition
  • Required entry: controller → .agent-team/rules/index.md; worker → worker.yaml
  • Note: Use worker-recovery for routine worker task resume when the problem is simply recovering the current assignment.

brainstorming

Turn ideas into validated design documents through collaborative dialogue before any implementation.

  • Audience: any
  • Triggers: explicitly ask to brainstorm, shape requirements, compare approaches, produce a planning/design document
  • Hard gate: do NOT write code or invoke any implementation skill until the design is presented and approved
  • Note: Not for straightforward implementation requests with clearly specified changes.

tdd

Acceptance-first TDD workflow for solo implementation work.

  • Audience: worker, controller
  • Triggers: implement with TDD, define acceptance criteria, write failing tests first, verify fix before concluding
  • Steps: read context → define acceptance criteria → write failing tests (when feasible) → implement → verify → conclude with passed / failed / skipped
  • Note: Invoke qa-expert if the task needs dedicated test-case design or regression execution.

systematic-debugging

Root-cause-first debugging for any bug, test failure, or unexpected behavior.

  • Audience: any
  • Triggers: any bug, test failure, unexpected behavior, performance problem, build failure, integration issue
  • Iron law: NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST
  • Four phases: Root Cause Investigation → Fix Design → Implementation → Verification
  • Note: Use especially when under time pressure or when previous fixes did not work.

find-skills

Discover and install agent skills from the open agent skills ecosystem.

  • Audience: any
  • Triggers: "how do I do X", "find a skill for X", "is there a skill that can...", extending agent capabilities
  • CLI: agent-team skill install
  • Note: Use when the user is looking for functionality that might exist as an installable skill.

qa-expert

Establish comprehensive QA testing processes using Google Testing Standards and OWASP best practices.

  • Audience: any
  • Triggers: set up QA, write test cases, execute test plan, track bugs, generate QA report, OWASP security testing, third-party QA handoff
  • Capabilities: test case writing (AAA pattern), bug tracking (P0–P4), quality metrics, autonomous LLM-driven execution, 90% coverage targets
  • Note: Invoke from tdd when the task needs dedicated test-case design or regression execution beyond unit verification.

prompt-engineering-patterns

Master advanced prompt engineering techniques for production LLM applications.

  • Audience: any
  • Triggers: optimize prompts, improve LLM outputs, design production prompt templates, chain-of-thought, few-shot learning, structured outputs
  • Capabilities: chain-of-thought / tree-of-thought patterns, dynamic few-shot selection, variable interpolation templates, JSON structured outputs, system prompt design

Routing rules

  • If the request implies a specific lifecycle action, route to the dedicated skill immediately.
  • If the request is about context stabilization or resumed work, route to context-cleanup or worker-recovery.
  • Keep this file as a compatibility surface for historical prompts only.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.17%
按下载量换算226

Claude

29.1%
按下载量换算198

Cursor

18.33%
按下载量换算125

Gemini CLI

9.62%
按下载量换算66

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills