/ 目錄 / 演練場 / chatgpt-skills
● 社群 dkyazzentwatwa ⚡ 即開即用

chatgpt-skills

作者 dkyazzentwatwa · dkyazzentwatwa/chatgpt-skills

一套經過驗證的 ChatGPT 技能庫——包含自訂指令、提示詞模式與工作流程,省去每次都要重新建立的麻煩。

一套精心整理、經過驗證的提示詞庫,專為 ChatGPT 設計(並非 Claude,儘管可作為 Claude 技能安裝使用)。提供寫作、研究、程式開發輔助與生產力提升等模式,均經作者審核與反覆優化。

為什麼要用

核心特性

即時演示

實際使用效果

chatgpt-skill.replay ▶ 就緒
0/0

安裝

選擇你的客戶端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "chatgpt-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/dkyazzentwatwa/chatgpt-skills",
        "~/.claude/skills/chatgpt-skills"
      ],
      "_inferred": true
    }
  }
}

開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "chatgpt-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/dkyazzentwatwa/chatgpt-skills",
        "~/.claude/skills/chatgpt-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "chatgpt-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/dkyazzentwatwa/chatgpt-skills",
        "~/.claude/skills/chatgpt-skills"
      ],
      "_inferred": true
    }
  }
}

點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "chatgpt-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/dkyazzentwatwa/chatgpt-skills",
        "~/.claude/skills/chatgpt-skills"
      ],
      "_inferred": true
    }
  }
}

格式與 Claude Desktop 相同。重啟 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "chatgpt-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/dkyazzentwatwa/chatgpt-skills",
        "~/.claude/skills/chatgpt-skills"
      ]
    }
  ]
}

Continue 使用伺服器物件陣列,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "chatgpt-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/dkyazzentwatwa/chatgpt-skills",
          "~/.claude/skills/chatgpt-skills"
        ]
      }
    }
  }
}

加入 context_servers。Zed 儲存後熱重載。

claude mcp add chatgpt-skill -- git clone https://github.com/dkyazzentwatwa/chatgpt-skills ~/.claude/skills/chatgpt-skills

一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。

使用場景

實戰用法: chatgpt-skills

建立可重複使用的寫作工作流程與自訂指令

👤 大量使用 ChatGPT 的寫作者 ⏱ ~30 min beginner

何時使用: 你發現每次對話都要重複貼上「用我的語氣寫作」這類背景說明。

前置條件
  • 已安裝技能 — git clone https://github.com/dkyazzentwatwa/chatgpt-skills ~/.claude/skills/chatgpt-skills
  • ChatGPT Plus / Team — 用於自訂指令與記憶功能
步驟
  1. 選擇模式
    Use chatgpt-skills. Show me the voice-preservation writing pattern.✓ 已複製
    → 包含自訂指令與使用說明的模式文件
  2. 個人化調整
    Adapt the pattern to my voice: [paste writing samples].✓ 已複製
    → 可貼入 ChatGPT 的自訂指令區塊
  3. 來回測試
    Now test it — produce 3 sample paragraphs and I'll judge.✓ 已複製
    → 實際符合你語氣風格的範例段落

結果: 讓 ChatGPT 的輸出不再和別人一模一樣,真正反映你的風格。

注意事項
  • 指令過度細化導致輸出僵化 — 精簡指令至核心要點,給模型留有發揮空間

套用結構化研究整合模式

👤 在 ChatGPT 中進行多來源研究的使用者 ⏱ ~30 min intermediate

何時使用: 你希望輸出內容能引用來源並說明衝突之處,而非僅提供流暢的摘要。

步驟
  1. 載入模式
    Use chatgpt-skills research-synthesis pattern. Topic: state of post-quantum crypto.✓ 已複製
    → 包含明確來源層級與衝突說明的結構化輸出
  2. 探查不足之處
    Where is the evidence thin or contested?✓ 已複製
    → 明確指出的不確定領域

結果: 比一般摘要更值得信賴的研究筆記。

注意事項
  • 捏造引用來源 — 逐一核實每個來源;ChatGPT 仍會產生幻覺 URL

針對特定除錯情境使用程式輔助模式

👤 使用 ChatGPT 輔助程式開發的開發者 ⏱ ~20 min intermediate

何時使用: 遇到棘手問題需要除錯,希望模型遵循結構化診斷流程而非憑空猜測。

步驟
  1. 載入除錯模式
    Use chatgpt-skills debug-pattern. Bug: [description].✓ 已複製
    → 模型在提出假設前先收集背景資訊的結構化問答

結果: 減少「你試過這個嗎」式的建議,增加診斷性的追問。

組合

與其他 MCP 搭配,撬動十倍槓桿

chatgpt-skill + filesystem

將自訂後的模式保存至你的 dotfiles

Save my adapted writing pattern to ~/dotfiles/chatgpt-patterns/voice.md✓ 已複製

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
load_pattern pattern name 開始新類型任務時 0
list_patterns category 瀏覽技能庫內容時 0
adapt_pattern pattern + personal context 依個人需求調整模式時 0

成本與限制

運行它的成本

API 配額
每次呼叫 Token 數
模式內容精簡
費用
免費;ChatGPT Plus 費用另計
提示
將調整好的模式儲存一次即可,無需每次對話重新生成。

安全

權限、密鑰、影響範圍

憑證儲存:
資料出站: 技能本身不會傳出任何資料

故障排查

常見錯誤與修復

Patterns don't seem to activate in Claude

此技能庫專為 ChatGPT 設計;在 Claude 中使用時,請將內容作為參考文字手動貼入,而非期待自動啟用

ChatGPT ignores custom instructions

自訂指令有字元數上限,請大幅精簡內容。前 1500 個字元的影響力最大。

替代方案

chatgpt-skills 對比其他方案

替代方案何時用它替代權衡
awesome-chatgpt-prompts你想要一份龐大且未經篩選的提示詞清單未經審核,品質良莠不齊
Native Claude skills (if you're on Claude)你實際上使用的是 Claude Code 而非 ChatGPT此技能庫的模式是針對 ChatGPT 調校的

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills