Token导航 LogoToken导航TokenDH.com
前端设计执行命令github未标认证来源可访问许可证需确认审计通过

teamteam 前端

Agent Skill

team 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,533

周安装

62

GitHub Stars

公开资料未说明

下载量

481
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/morphet81/cheat-sheets --skill team

简介

用于处理 GitHub 仓库、Issue 和 Pull Request 协作信息。

  • 适合围绕代码变更、仓库状态和协作事项进行整理。
  • 建议结合原始 README 进一步验证具体用法和功能边界。
  • 使用前需确认权限范围和是否涉及文件读写或命令执行。
  • team 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Assemble a multi-agent team and implement the functionality described in $ARGUMENTS.

Usage:

  • /team <task description> — Spawn a full team and implement the described functionality

Instructions:

  1. Read the task description from $ARGUMENTS.

- If $ARGUMENTS is empty, ask the user to describe the functionality to implement before continuing.

  1. Assess the task to determine team composition:

- Does the task involve any UI or user-facing interface? → include 1–2 designers - How complex is the implementation? → 1 developer for simple tasks, up to 3 for complex ones - Always include at least 1 tester

  1. Create the team using TeamCreate with a short kebab-case name derived from the task (e.g. user-auth, dashboard-filters).
  2. Create a task list using TaskCreate to track deliverables for each role before spawning agents:

- One task for the product owner: "Write requirements and acceptance criteria" - One task per designer (if applicable): "Design UI/UX for " - One task per developer: "Implement " - One task per tester: "Write tests for "

  1. Spawn the Product Owner using the Task tool (subagent_type: general-purpose):

- Provide the full task description from $ARGUMENTS and the team name - Their job: - Write detailed requirements and acceptance criteria for the feature - Check for a project lore file (LORE.md, docs/lore.md, .agent/lore.md, or similar) and update it with any relevant context about the project decisions or domain knowledge this feature introduces - Mark their task as completed via TaskUpdate - Message the team lead when done

  1. Wait for the Product Owner to finish before continuing.
  2. If the task involves any UI, spawn 1–2 Designers (subagent_type: general-purpose) in parallel:

- Provide the team name and the PO's requirements - Their job: - Design the UI/UX: component structure, layout, interactions, and any visual decisions - Document design decisions in a design note or inline comments - Mark their task as completed via TaskUpdate - Message the team lead when done - Wait for all designers to finish before starting development.

  1. Spawn 1–3 Developers (subagent_type: general-purpose) based on complexity:

- Provide the team name, PO requirements, and design notes (if any) - If multiple developers are spawned, divide the work clearly (e.g. by layer: frontend/backend, or by feature area) - Their job: - Implement the functionality according to requirements and designs - Mark their task as completed via TaskUpdate - Message the team lead when done - Wait for all developers to finish before starting testing.

  1. Spawn 1–2 Testers (subagent_type: general-purpose):

- Provide the team name, PO requirements, and a summary of what was implemented - Their job: - Test the implemented functionality manually and/or via automated tests - Write or update e2e tests and/or unit tests to cover the new behaviour - Report any bugs or regressions found to the team lead - Mark their task as completed via TaskUpdate - Message the team lead when done

  1. Collect results and present a final summary to the user covering:

- What was implemented - Design decisions made (if any) - Tests added or updated - Any issues, bugs, or recommended follow-ups

  1. Shut down the team gracefully:

- Send a shutdown_request to each teammate via SendMessage - Once all have confirmed, call TeamDelete

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.05%
按下载量换算173

Claude

31.07%
按下载量换算149

Cursor

20.81%
按下载量换算100

Gemini CLI

9.01%
按下载量换算43

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/morphet81/cheat-sheets --skill team 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills