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 connectors-app-screenshotMulti-AI collaborative discussions with Claude, Gemini, and Codex for consensus-based decision making. Supports both Traditional Chinese (繁體中文) and English.
5つの専門エージェントがチームで App Store / Google Play 用プロモーションスクリーンショットを Pencil (.pen) で生成する(技術仕様バリデーション付き)
Use this agent when preparing app store listings, researching keywords, optimizing app metadata, improving conversion rates, or analyzing app store performance. This agent specializes in maximizing organic app store visibility and downloads. Examples:\n\n<example>\nContext: Preparing for app launch
App launch preparation toolkit with SEO analysis, automated screenshots across viewports, buyer persona creation, social media ad generation, technical article writing, and landing page proposals. Orchestrates all marketing deliverables.
Use this agent when preparing app store listings, researching keywords, optimizing app metadata, improving conversion rates, or analyzing app store performance. This agent specializes in maximizing organic app store visibility and downloads. Examples:\n\n<example>\nContext: Preparing for app launch
Evaluates code against Apple's App Store Review Guidelines for iOS, macOS, tvOS, watchOS, and visionOS apps
Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed. Originally from OpenAI's curated skills catalog.