Multi-AI collaborative discussions with Claude, Gemini, and Codex for consensus-based decision making. Supports both Traditional Chinese (繁體中文) and English.
Start a multi-AI collaborative discussion with Claude, Gemini, and Codex (English). Use when the user needs multiple perspectives, consensus-based decisions, strategy analysis, tech stack comparisons, architecture evaluation, or any decision that benefits from diverse AI viewpoints. Even casual requests like "what do you think" or "help me decide" may benefit from this skill when the topic is complex enough to warrant multi-perspective analysis.
啟動多 AI 協作討論 (繁體中文版) - 當用戶需要多方觀點、共識決策、策略分析、技術選型、架構評估時使用。即使用戶只是說「幫我想想」「你覺得呢」「分析一下」也應考慮啟動此 skill 來提供更全面的觀點。適用於任何需要跳脫單一 AI 視角的決策場景。
A collection of custom plugins and skills for Claude Code.
| Plugin | Description | Version |
|---|---|---|
| ai-meeting | Multi-AI collaborative discussions with Claude, Gemini, and Codex (繁中/English) | 1.1.0 |
| connectors-app-screenshot | 自動化多語系螢幕截圖 | 0.1.0 |
# 1. Add this marketplace to your Claude Code config
# Edit ~/.claude/plugins/known_marketplaces.json and add:
{
"stephen-skills": {
"source": {
"source": "github",
"repo": "stephen-taipei/stephen-skills"
},
"installLocation": "~/.claude/plugins/marketplaces/stephen-skills",
"lastUpdated": "2026-01-26T00:00:00.000Z"
}
}
# 2. Install a plugin via Claude Code
claude plugins install ai-meeting@stephen-skills
git clone https://github.com/stephen-taipei/stephen-skills.git ~/.claude/plugins/marketplaces/stephen-skills
~/.claude/plugins/known_marketplaces.json:{
"stephen-skills": {
"source": {
"source": "github",
"repo": "stephen-taipei/stephen-skills"
},
"installLocation": "~/.claude/plugins/marketplaces/stephen-skills"
}
}
~/.claude/plugins/installed_plugins.json:{
"plugins": {
"ai-meeting@stephen-skills": [
{
"scope": "user",
"installPath": "~/.claude/plugins/marketplaces/stephen-skills/plugins/ai-meeting",
"version": "1.1.0"
}
]
}
}
~/.claude/settings.json:{
"enabledPlugins": {
"ai-meeting@stephen-skills": true
}
}
Multi-AI collaborative discussions for consensus-based decision making.
| Command | Language | Description |
|---|---|---|
/ai-meeting-tw | 繁體中文 | 啟動多 AI 協作討論 |
/ai-meeting-en | English | Start multi-AI collaborative discussion |
繁體中文 (/ai-meeting-tw):
/ai-meeting-tw 新專案應該選 React 還是 Vue?團隊有 3 人,需要快速開發 MVP
/ai-meeting-tw 微服務 vs 單體架構,中小型電商平台該怎麼選?
/ai-meeting-tw PostgreSQL 和 MongoDB 哪個更適合社群平台的資料儲存?
/ai-meeting-tw 小團隊該用 Git Flow 還是 Trunk-Based Development?
English (/ai-meeting-en):
/ai-meeting-en React vs Vue for a new project? Team of 3, need to ship MVP fast
/ai-meeting-en Microservices vs Monolith for a mid-size e-commerce platform?
/ai-meeting-en PostgreSQL or MongoDB for a social platform's data storage?
/ai-meeting-en Git Flow vs Trunk-Based Development for a small team?
For full multi-AI functionality:
gemini command (Installation Guide)codex command (OpenAI CLI)The plugin works with Claude alone if these are not installed.
stephen-skills/
├── README.md # This file
└── plugins/
└── ai-meeting/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── commands/
│ ├── ai-meeting-tw.md # /ai-meeting-tw 繁體中文指令
│ └── ai-meeting-en.md # /ai-meeting-en English command
└── skills/
├── ai-meeting-tw/
│ └── SKILL.md # 繁體中文自然語言觸發
└── ai-meeting-en/
└── SKILL.md # English natural language trigger
plugins/.claude-plugin/plugin.json with metadatacommands/ (for slash commands)skills/ (for natural language triggers)MIT
Stephen Chuang
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub stephen-taipei/stephen-skills --plugin ai-meeting自動化多語系螢幕截圖
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex and gemini CLIs when installed) to get diverse perspectives on coding problems
Multi-agent deliberation for AI coding assistants
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Collect and synthesize opinions from multiple AI Agents for Claude Code
Consult external AIs (Gemini 2.5 Pro, OpenAI Codex, Claude) for second opinions. Use for debugging failures, architectural decisions, security validation, or need fresh perspective with synthesis.
Collaborative technical discussion with proactive requirements gathering