By psychquant
Apple platform development toolkit — build, deploy, debug, device management, Apple OAuth setup for Xcode projects
npx claudepluginhub psychquant/psychquant-claude-plugins --plugin che-apple-devSet up Apple Sign In for Web on Apple Developer Portal via Safari + AppleScript. Use when user says "Apple Sign In", "Apple OAuth", "設定 Apple 登入", "建立 Services ID", "generate .p8 key", "Apple client secret", "developer.apple.com 設定", or needs to configure Apple OAuth for Supabase/web apps. Also handles JWT client secret generation from .p8 keys.
Build and deploy Xcode projects to Mac or iOS devices in one step. Use when user says "build and deploy", "deploy to iPad", "rebuild server", "install on device", or wants to test changes on a physical device. Handles xcodegen → xcodebuild → install → launch automatically.
Debug iPad/iPhone app crashes by deploying with console capture. Use when user says "app crashed", "debug crash", "why did it crash", "閃退", "當掉", or after a deploy-and-test cycle where the app dies. Uses xcrun devicectl --console to capture stdout/stderr including Swift fatal errors, then analyzes the output.
List, manage, and interact with connected Apple devices (iPad, iPhone, Mac). Use when user asks "what devices are connected", "list devices", "launch app on iPad", "kill app on device", "reset permissions", or needs to manage TCC permissions for Screen Recording/Accessibility.
個人 Claude Code Plugin Marketplace,專注於學術研究與生產力工具。
# 添加 Marketplace
/plugin marketplace add PsychQuant/psychquant-claude-plugins
# 安裝 Plugin
/plugin install mcp-tools@PsychQuant/psychquant-claude-plugins
/plugin install che-things-mcp@PsychQuant/psychquant-claude-plugins
/plugin install che-ical-mcp@PsychQuant/psychquant-claude-plugins
| Plugin | 說明 | MCP Tools |
|---|---|---|
| che-things-mcp | Things 3 任務管理 | 47 |
| che-ical-mcp | macOS 行事曆 & 提醒事項 | 20 |
| che-apple-mail-mcp | Apple Mail 郵件管理 + 歸檔 | 60+ |
| che-word-mcp | Word 文件處理 | 104 |
| che-duckdb-mcp | DuckDB 資料庫操作 | 14 |
| mcp-tools | MCP Server 開發工具集 | - |
| r-shiny-debugger | R Shiny App 功能測試 | - |
| ai-docs-guide | Claude Code + OpenAI 文檔查詢助手 | - |
| claude-config-guide | - | |
| postgresql-guide | PostgreSQL 文檔查詢助手 | - |
| che-dropbox-ignore | Dropbox 同步排除管理 | - |
| claude-switch | Claude Code 模型切換 | - |
| che-bot-toolkit | Bot 開發工具集 | - |
| che-xcode-mcp | Xcode / App Store Connect | 80+ |
Things 3 任務管理,提供完整的 GTD 工作流程支援。
需求: CheThingsMCP binary
# 快速指令
/today # 今日任務
/inbox # 收件匣
/quick-task Buy milk # 快速建立任務
/projects # 專案總覽
/upcoming # 即將到來
| 功能分類 | 說明 |
|---|---|
| List Access | Inbox, Today, Upcoming, Anytime, Someday, Logbook |
| Task CRUD | 建立、更新、完成、刪除、搜尋任務 |
| Project/Area | 專案與區域管理 |
| Tags | 標籤管理(支援階層) |
| Batch Ops | 批次建立、完成、刪除、移動、更新 |
| Checklist | 子項目清單管理 |
macOS 原生行事曆與提醒事項整合,使用 EventKit 框架。
需求: CheICalMCP binary
# 快速指令
/today # 今日行程
/week # 本週總覽
/quick-event Meeting at 2pm # 快速建立事件
/remind Call mom tomorrow # 快速建立提醒
| 功能分類 | 說明 |
|---|---|
| Calendars | 列出、建立、刪除行事曆 |
| Events | 事件 CRUD、搜尋、衝突檢查 |
| Reminders | 提醒事項 CRUD |
| Batch Ops | 批次建立、移動、刪除事件 |
| Utilities | 重複事件偵測、事件複製 |
Apple Mail 郵件管理,透過 AppleScript 原生整合。
需求: CheAppleMailMCP binary
# 郵件歸檔
/che-apple-mail-mcp:archive-mail d06227105@ntu.edu.tw
/che-apple-mail-mcp:archive-mail d06227105@ntu.edu.tw communication/emails
| 功能分類 | 說明 |
|---|---|
| Mailboxes | 列出帳號、信箱 |
| Emails | 搜尋、讀取、回覆、轉寄 |
| Drafts | 草稿管理 |
| Archive | 歸檔郵件到 Markdown |
| Rules | 郵件規則管理 |
MCP Server 開發必備工具,提供完整的除錯與測試流程。
/mcp-tools:diagnose che-ical-mcp # 連線診斷
/mcp-tools:debug che-ical-mcp # 功能除錯
/mcp-tools:test che-ical-mcp # 完整測試
/mcp-tools:new-mcp-app # 建立新 MCP 專案
/mcp-tools:mcp-deploy # 部署 MCP Server
| Command | 用途 |
|---|---|
diagnose | 確認 MCP Server 連線正常 |
debug | 診斷功能問題(權限、框架特定) |
test | 驗證所有 tools 正常運作 |
new-mcp-app | 互動式建立新 MCP 專案 |
mcp-deploy | 編譯、打包、發布 GitHub Release |
mcp-upgrade | 分析專案並提供升級建議 |
mcp-install | 從 GitHub Release 下載安裝 |
mcpb-sync | Binary 一致性同步(Swift) |
整合前端 (agent-browser) 與後端 (R console) 的 R Shiny App 功能測試。
/shiny-debug
/shiny-debug 上傳 CSV 後圖表會更新
Claude Code + OpenAI 文檔查詢助手。整合兩個 Auto-triggered Skills,自動根據問題類型 WebFetch 對應官方文檔。
包含 Skills:
claude-docs-guide — Claude Code CLI / API / SDK 文檔openai-docs-guide — OpenAI API / SDK / Models 文檔特點: 繞過 OpenAI Docs MCP 壞掉的 fetch_openai_doc tool,直接 WebFetch 官方文檔 URL。
已被
ai-docs-guide取代。功能完全包含在ai-docs-guide的claude-docs-guideskill 中。
MIT
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls