Che Cheng's Claude Code Plugin Marketplace - 學術研究與生產力工具
npx claudepluginhub psychquant/psychquant-claude-plugins個人 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
MCP Server 開發工具集:mcp-new-app(建立專案)、mcp-deploy(部署發布+Plugin)、mcp-install(從 GitHub 安裝)、mcp-upgrade(升級建議)、mcp-clone(Clone 參考 repo + 自動分析)、mcp-clone-references(搜尋競品批次 clone)、mcp-sync(Binary 同步)、mcp-diagnose(連線診斷)、mcp-debug(功能除錯)、mcp-test(完整測試)、mcp-publish(Registry 發布)、mcp-to-plugin(Skill: MCP→Plugin 轉換 + Keychain 密鑰管理)
Claude Code Plugin 完整生命週期工具:plugin-create、plugin-upgrade、plugin-deploy、plugin-update、plugin-health、plugin-debug
Issue-driven development methodology: issue → diagnose → implement → verify → close. Every change traces back to an issue, every issue has a verified resolution.
Apple Mail MCP server — 44 tools, SQLite 毫秒搜尋, .emlx 解析, 批次操作
功能測試導向的 R Shiny App Debug 工具,整合 agent-browser(前端)與 R console(後端)
歸檔 LINE macOS 聊天記錄到文字檔
Auto-triggered Skills for querying Claude Code, OpenAI, Codex CLI, Gemini API, and Gemini CLI official documentation. Source-code-first strategy for CLI tools. /ai-docs-guide for cross-platform comparison.
Auto-triggered Skill that forces Claude to WebFetch official docs before answering Claude Code configuration questions
Things 3 任務管理 MCP Server - 47 個工具支援完整 GTD 工作流程
macOS 行事曆與提醒事項 MCP Server - EventKit 整合,28 個工具,--cli 直接呼叫模式、--setup TCC 預授權、個別事件時區、復原/重做、週期事件 occurrence 操作、清除到期日、星期驗證、MCP 層級 #標籤、冪等寫入、重複事件、地點觸發、結構化位置、彈性日期解析、模糊匹配、篩選/排序/限制
DuckDB MCP Server - 整合文檔查詢與資料庫操作,14 個工具
Word MCP Server - Swift 原生 OOXML 操作,148 個工具,支援 Dual-Mode + Session 狀態管理
Auto-triggered Skill for querying PostgreSQL official documentation. Forces WebFetch instead of relying on memory.
Claude Code 多帳號管理:switch(切換帳號)、list(列出帳號)、current(目前帳號)、setup(設定新帳號)
App Store Connect MCP Server — 103 tools across 16 domain managers covering the full ASC API + Xcode Organizer crash logs
Auto-detect and exclude build artifacts from Dropbox sync (node_modules, .build, *.xcodeproj, *.profraw, etc.) using com.dropbox.ignored xattr — Swift CLI with zero fork overhead
Protect files from AI-assisted deletion with the Archive-First strategy. PreToolUse hooks block destructive commands on archived/ paths. Toggle protection with archived-lock/archived-unlock.
Batch content generation using Codex CLI (GPT-5.4) — generate shell scripts for parallel codex exec jobs with large reference documents as context
SVG MCP Server — Swift 原生 XML 操作,33 個工具,Session-based 向量圖形編輯
Pixel MCP Server — Swift 原生 Core Image 操作,36 個工具,200+ 濾鏡,Session-based 點陣圖形編輯
Telegram MCP Server Plugin — Bot API + 個人帳號 TDLib 全功能存取,28+ 工具,Keychain 密鑰管理
Write letters, emails, autobiographies, and formal documents by simulating the writer's authentic voice. Uses Tarski's T-Schema to ensure every sentence has a concrete referent, and a 6-phase process (understand writer, understand recipient, simulate, write, anti-pattern check, iterate) to produce writing that sounds like a real person, not AI.
Creative Suite — 協調 che-svg-mcp(向量)與 che-pixel-mcp(點陣)的圖形處理工作流
Zotero reference manager + academic search + knowledge graph MCP Server
Auto-triggered Skills for querying R package documentation via WebFetch. Covers CRAN, tidyverse, Shiny, and general R packages. /r-docs-guide for cross-ecosystem lookup.
Apple platform development toolkit — build, deploy, debug, device management, Apple OAuth setup for Xcode projects
找出任務可用的工具(MCP、Skills、CLI)或搜尋更好的替代方案
macOS native browser automation via Safari + AppleScript — permanent login, upload --native
Axiomatization Systems — 跨領域形式化公理體系的建立、驗證與查詢。基於 ASBE 方法論。axiom-create、axiom-validate、axiom-lookup
Lean 4 automated proof grinding — breadth-first sorry elimination with Mathlib API rules, codex-prove-assist, lean-prover agent, and auto-commit
GiftHub CLI integration — auto-detect .gfh.json, inject usage context, auto-install after build
CLI tool lifecycle management — build, deploy, install, upgrade Swift CLI tools via GitHub Releases
平行派發任務給多個 AI agent(Claude + Codex),獨立執行後交叉比對結果
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.