Meeting Facilitate
Spouští multi-agentní schůzky – vyžaduje 168-nástrojový AI Team OS server za sebou
Funguje s nastavením
Co umí
Facilitation playbook pro multi-agent meetings na AI Team OS platformě: pick template, create the meeting, spawn each participant jako real subagent, check attendance, a poté conclude s summary. Je to plugin component, not standalone skill — every step calls meeting_* MCP tools.
Testovací report
Kopírování této skill folder do ~/.claude/skills nainstaluje playbook s nothing underneath it: every one of its seven steps calls meeting_create, meeting_attendance_check nebo meeting_conclude, které only exist uvnitř ai-team-os MCP server. Nainstaloval jsem ten server for real (168 tools, all 10 meeting_* among them), started its FastAPI backend, a documented behaviour held up — meeting_create vrátil dispatch_plan s ready-to-paste Agent params, a conclude byl correctly rejected s HTTP 400 a missing:[a1,a2] until participants had spoken. Two documented details did not hold: impersonation audit trail, na který skill warns about crashes s "'meeting.impersonation' is not a valid EventType", a design doc, na který points you to, does not exist v repo. Most of its advice je také already delivered by the tools themselves, whose responses ship their own dispatch_instructions a attendance_check_command.
Testováno: 2026-07-17 · Claude Code 2.x (agent harness)
Instalace
git clone https://github.com/CronusL-1141/AI-company.git mkdir -p ~/.claude/skills cd AI-company && cp -r plugin/skills/meeting-facilitate ~/.claude/skills/meeting-facilitate # NOTE: inert on its own. For a working setup use the plugin instead: # claude plugin marketplace add CronusL-1141/AI-company && claude plugin install ai-team-os
Příkazy a ukázkové prompty
/meeting-facilitateSpouští multi-agentní schůzky – vyžaduje 168-nástrojový AI Team OS server za sebou
Skilly se spouštějí běžnými požadavky — žádné příkazy k zapamatování. Po instalaci ho aktivují prompty jako tyto (anglicky):
Spin up a council meeting with two participants and check who's spokenCreate a structured multi-agent meeting and conclude it once everyone's inRun an attendance check before concluding this AI Team OS meeting