Meeting Facilitate
Führt Multi-Agenten-Meetings durch – benötigt den 168-Tool AI Team OS Server im Hintergrund.
Funktioniert mit Setup
Was es kann
Ein Moderations-Playbook für Multi-Agenten-Meetings auf der AI Team OS-Plattform: Wählen Sie eine Vorlage, erstellen Sie das Meeting, spawnen Sie jeden Teilnehmer als echten Subagenten, überprüfen Sie die Anwesenheit und schließen Sie dann mit einer Zusammenfassung ab. Es ist eine Plugin-Komponente, kein eigenständiger Skill – jeder Schritt ruft meeting_* MCP tools auf.
Testbericht
Das Kopieren dieses skill folder in ~/.claude/skills installiert ein playbook mit nothing underneath it: every one of its seven steps calls meeting_create, meeting_attendance_check or meeting_conclude, which only exist inside the ai-team-os MCP server. Dieser server wurde tatsächlich installiert (168 tools, all 10 meeting_* among them), sein FastAPI backend gestartet, und das documented behaviour hielt stand — meeting_create returned a dispatch_plan with ready-to-paste Agent params, und conclude wurde korrekt mit HTTP 400 und missing:[a1,a2] abgelehnt, until participants had spoken. Zwei documented details did not hold: the impersonation audit trail the skill warns about crashes with "'meeting.impersonation' is not a valid EventType", und the design doc it points you to does not exist in the repo. Most of its advice is also already delivered by the tools themselves, whose responses ship their own dispatch_instructions and attendance_check_command.
Getestet am: 2026-07-17 · Claude Code 2.x (agent harness)
Installation
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
Befehle & Beispiel-Prompts
/meeting-facilitateFührt Multi-Agenten-Meetings durch – benötigt den 168-Tool AI Team OS Server im Hintergrund.
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
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