Skip to content
Automation
Skill

/meeting-participate

Participate in AI Team OS meetings with structured discussion rounds

From plugin
ai-company
3595 skills25 agents8 commands1 MCP
Install
$ npx -y skills add CronusL-1141/AI-company --skill meeting-participate --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/meeting-participate

Context preview

The summary Claude sees to decide when to auto-load this skill.

Participate in AI Team OS meetings with structured discussion rounds

SKILL.md

meeting-participate.SKILL.md
name: meeting-participate
description: 你被派来参加 AI Team OS 会议(派你的 prompt 里带 meeting_id),且要在 Round 2 及之后发言时用:怎么拿到自己的 agent_id、怎么引用前人发言、round_number 怎么填。Round 1 的材料、发言规则与调用样例已经写在派你的 prompt 里,不必读本技能。

Meeting Participate — 会议参与技能

前提:先拿到自己的 `agent_id`

发言要署自己的名。`agent_id` 在你的启动上下文「## 你的 OS 身份」块里,直接读即可—— **不需要注册**,SubagentStart hook 已自动把你收编进团队。那个块写着"尚未落库"时,按块内 给出的 whoami 命令自查(收编与注入是并行的,慢一步很正常)。

都拿不到(OS API 不可达)时,用你的**名字**作为 `agent_id` 发言并在内容里注明——宁可留下 可追溯的署名,也不要因为拿不到 id 就不发言。

讨论规则

**Round 1 — 各自观点**:按派你的 prompt 里那条 `round_rule` 发言,不需要引用他人。

**Round 2+ — 引用回应**

  • 必须先 `meeting_read_messages` 读前人发言
  • 引用并回应具体观点,格式如:`@agent_name 提到"...",我认为...`
  • 可以补充新观点,但必须至少回应一个已有观点
  • 明确表达同意或不同意,并给出理由
  • **`round_number` 要跟着轮次递增**。一直填 1 会让消息落回上一轮,主持人的出勤校验仍判

本轮缺人,于是你被反复重新 spawn。

**最后一轮 — 汇总**:总结共识、列出仍存在的分歧、提出下一步建议。

Ships withai-company

Multi-agent team operating system for Claude Code. 108 MCP tools, 40+ agent templates, 10 lifecycle hooks, 7 pipeline workflows. Persistent teams, structured meetings, task wall, real-time React dashboard. No LangChain/AutoGen — pure CC native integration.

Get the whole plugin

Other skills on ai-company.

meeting-facilitate
Skill

meeting-facilitate

组织多 Agent 会议全生命周期——创建会议、spawn 真实参与者、推进轮次、签到校验、结束汇总。当需要多方协作做决策、评审方案、辩论分歧、复盘项目、头脑风暴或方案评估时使用本技能。

os-channel
Skill

os-channel

让两个 AI 会话(CC 与 Codex,或同一 harness 的两个会话)通过 OS 信道互相发消息、收未读提示、被新消息唤醒。当用户想让两个 AI 协作、需要跨 harness 传递结论、或问"能不能让它们互相沟通"时使用。

os-release
Skill

os-release

发布 AI Team OS 新版本的完整清单——预检、版本七处锁步、中英双语 CHANGELOG、双份 dist 构建、私有术语扫描、commit/tag、双仓推送、建 GitHub Release 条目并核对 latest 徽章、事后核对。当准备发版、补建漏掉的 Release 条目、或核对已发版本的线上状态时使用。