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

swarm-meeting群体会议

Agent Skill

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

总安装

282

周安装

12

GitHub Stars

公开资料未说明

下载量

99
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/tosukui/myskills --skill swarm-meeting

简介

用于查找、检索和筛选相关信息。

  • 适合根据关键词或任务场景快速定位候选结果。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装命令:npx skills add https://github.com/tosukui/myskills --skill swarm-meeting。
  • 安装前建议确认权限范围和维护状态。

SKILL.md

Use this skill to turn a vague "let's discuss" request into a bounded decision meeting.

Inputs

Provide:

  • topic
  • need
  • profile name
  • optional artifacts, constraints, decision owner, and timebox

If the request spans many files or docs, prepare a brief pack first with swarm-research-pack or by reading the smallest relevant local artifacts directly.

Ambiguous Input Assist

When the user asks for a meeting without enough structure, do not stop immediately. Convert the vague request into a short guided start.

  1. Infer balanced as the default profile unless the user clearly asks for stronger conflict or a deeper architecture review.
  2. Infer a default need of options, objections, and recommendation when the user does not specify one.
  3. Rephrase the likely topic from the active conversation or nearest artifact.
  4. Show a short kickoff block before the meeting if key inputs are missing.

Use a compact pattern like this:

I can run this as a `balanced` swarm meeting.

- Topic: <inferred topic or "please provide one sentence">
- Need: options, objections, and recommendation
- Other profiles: `architecture-debate`, `extreme-diversity`

Examples:
- `Use the swarm-meeting skill. Topic: ... Need: ...`
- `Use swarm-meeting with profile: architecture-debate ...`

Keep this assist block short. Do not turn it into a questionnaire unless the missing information would materially change the outcome.

Workflow

  1. Load exactly one profile from profiles/.
  2. Load only the role prompts needed for that profile from prompts/.
  3. Rephrase the decision in 1-2 sentences and define the agenda.
  4. Collect independent role memos before synthesis. Keep each memo short: 3-7 bullets or short paragraphs.
  5. Run the objection round if the profile requires it.
  6. Force a recommendation, open questions, and concrete next actions.
  7. Separate facts from inferences. Mark assumptions explicitly.

Guardrails

  • Treat roles as evaluation biases, not personalities.
  • Keep max_agents between 4 and 6 unless the user explicitly asks for a larger meeting.
  • Prefer local role emulation by default. Only spawn subagents when the user explicitly asks for delegation or parallel agents, or when the environment clearly allows it.
  • Do not let any single role dominate the summary.
  • Avoid unbounded brainstorming. End with a decision or a clearly framed fork.
  • If the user input is underspecified, provide the short assist block above, make one reasonable default assumption, and continue.

Output Contract

Use this section order unless the user asks for a different format:

# Design Review
## Problem Statement
## Agenda
## Role Memos
## Options Considered
## Recommended Architecture
## MVP Plan
## Risks and Failure Modes
## Open Questions
## Concrete Next Actions

Resources

  • profiles/balanced.yaml: default 5-role review for most implementation decisions.
  • profiles/architecture-debate.yaml: stronger architecture pressure with semantics and platform concerns.
  • profiles/extreme-diversity.yaml: intentionally conflicting evaluation axes for high-stakes tradeoffs.
  • prompts/*.md: short role cards. Load only selected roles.
  • references/prompt-examples.md: ready-to-copy invocation examples for common meeting intents.
  • references/operating-rules.md: explicit rules for when to stay local versus when to spawn subagents.
  • references/task-scoped-context-review.md: migrated example from the original one-off prompt.
  • scripts/select_profile.py: recommend or inspect a profile without external dependencies.
  • scripts/render_meeting_context.py: render a meeting brief from a profile plus topic, need, and artifacts.

Role Selection Rules

  • Always include moderator.
  • Include skeptic unless the user explicitly wants a fast, low-friction pass.
  • Prefer pragmatist when delivery pressure is real.
  • Prefer minimalist for MVP, operational simplicity, or "ship this week".
  • Prefer maximalist for platform or long-horizon design.
  • Prefer retrieval-architect when the topic involves search, indexing, code selection, Tree-sitter, LSP, or semantics.
  • Prefer granary-workflow-lead when the topic involves task hubs, handoff, checkpointing, CLI flow, or session lifecycle.
  • Prefer semantic-purist when correctness depends on type, symbol, or compiler information.
  • Prefer lightweight-contrarian when a simple rg/diff/docs index may beat a heavy platform.
  • Prefer context-economist when token budget, context pollution, or fresh-session strategy matters.
  • Prefer workflow-conservative when tool sprawl is the main risk.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.59%
按下载量换算36

Claude

30.89%
按下载量换算31

Cursor

17.35%
按下载量换算17

Gemini CLI

9.73%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

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

安装前确认

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

来源信息

继续浏览同类 Skills