/ 目录 / 演练场 / chatgpt-skills
● 社区 dkyazzentwatwa ⚡ 即开即用

chatgpt-skills

作者 dkyazzentwatwa · dkyazzentwatwa/chatgpt-skills

A tested skill library for ChatGPT — custom instructions, prompt patterns, and workflows you'd otherwise rebuild every time.

A curated, tested prompt library designed for ChatGPT (not Claude, despite being installable as a Claude skill). Ships patterns for writing, research, coding assistance, and productivity that the author has audited and iterated on.

为什么要用

核心特性

实时演示

实际使用效果

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

Set up a reusable writing workflow with custom instructions

👤 Writers using ChatGPT heavily ⏱ ~30 min beginner

何时使用: You find yourself repeating the same 'write in my voice' context every session.

前置条件
  • Skill installed — git clone https://github.com/dkyazzentwatwa/chatgpt-skills ~/.claude/skills/chatgpt-skills
  • ChatGPT Plus / Team — For custom instructions and memory features
步骤
  1. Pick a pattern
    Use chatgpt-skills. Show me the voice-preservation writing pattern.✓ 已复制
    → Pattern doc with custom instructions + usage notes
  2. Customize
    Adapt the pattern to my voice: [paste writing samples].✓ 已复制
    → Custom instructions block to paste into ChatGPT
  3. Test roundtrip
    Now test it — produce 3 sample paragraphs and I'll judge.✓ 已复制
    → Samples that actually match your voice

结果: A ChatGPT setup that doesn't make you sound like everyone else.

注意事项
  • Over-specifying and making output rigid — Trim instructions to essentials; let the model breathe

Apply the structured research synthesis pattern

👤 Anyone doing multi-source research in ChatGPT ⏱ ~30 min intermediate

何时使用: You want outputs that cite sources and acknowledge conflicts, not a smooth summary.

步骤
  1. Load the pattern
    Use chatgpt-skills research-synthesis pattern. Topic: state of post-quantum crypto.✓ 已复制
    → Structured output with explicit source tiers and conflict notes
  2. Probe gaps
    Where is the evidence thin or contested?✓ 已复制
    → Named uncertainty areas

结果: Research notes you can trust more than vanilla summaries.

注意事项
  • Fabricated citations — Verify every source; ChatGPT still hallucinates URLs

Use the coding-helper patterns for specific debug scenarios

👤 Devs who use ChatGPT for coding assistance ⏱ ~20 min intermediate

何时使用: Debugging a tricky issue and you want the model to follow a structured diagnosis instead of guessing.

步骤
  1. Load the debug pattern
    Use chatgpt-skills debug-pattern. Bug: [description].✓ 已复制
    → Structured Q&A where the model gathers context before hypothesizing

结果: Fewer 'have you tried' suggestions, more diagnostic questions.

组合

与其他 MCP 搭配,撬动十倍杠杆

chatgpt-skill + filesystem

Keep your customized patterns in your dotfiles

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

工具

此 MCP 暴露的能力

工具输入参数何时调用成本
load_pattern pattern name Starting a new task type 0
list_patterns category Browsing the library 0
adapt_pattern pattern + personal context Tailoring a pattern to you 0

成本与限制

运行它的成本

API 配额
None
每次调用 Token 数
Patterns are brief
费用
Free; ChatGPT Plus costs separate
提示
Save your adapted patterns once — don't regenerate each session.

安全

权限、密钥、影响范围

凭据存储: None
数据出站: None from skill

故障排查

常见错误与修复

Patterns don't seem to activate in Claude

This library is designed for ChatGPT; in Claude, use it as reference text you paste, not as an auto-activating skill

ChatGPT ignores custom instructions

Instructions have a char limit; trim aggressively. The first 1500 chars carry most weight.

替代方案

chatgpt-skills 对比其他方案

替代方案何时用它替代权衡
awesome-chatgpt-promptsYou want a big unfiltered listNo auditing, highly variable quality
Native Claude skills (if you're on Claude)You actually use Claude Code, not ChatGPTSkills here are ChatGPT-tuned

更多

资源

📖 阅读 GitHub 上的官方 README

🐙 查看未解决的 issue

🔍 浏览全部 400+ MCP 服务器和 Skills