Cathyoffthehook238/Guild-to-Building-Skills-for-Claude
Provide a complete Traditional Chinese guide to building and testing Skills for Claude, based on Anthropic's official documentation.
Platform-specific configuration:
{
"mcpServers": {
"Guild-to-Building-Skills-for-Claude": {
"command": "npx",
"args": [
"-y",
"Guild-to-Building-Skills-for-Claude"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
本專案為 Anthropic 官方文件 "The Complete Guide to Building Skills for Claude" 的繁體中文翻譯版本。
Skill 是一組以資料夾形式打包的指令,用來教導 Claude 如何處理特定任務或工作流程。本指南涵蓋建構有效 Skill 的所有知識——從規劃與結構到測試與發佈。
| 章節 | 說明 | |---|---| | 介紹 | Skill 概述、適用對象與學習路徑 | | 第一章:基礎知識 | Skill 定義、核心設計原則、MCP 整合 | | 第二章:規劃與設計 | 使用案例、成功標準、技術需求、YAML frontmatter | | 第三章:測試與迭代 | 測試方法、skill-creator、回饋迭代 | | 第四章:發佈與分享 | 發佈模式、API 使用、開放標準 | | 第五章:模式與疑難排解 | 五大設計模式、常見問題排解 | | 第六章:資源與參考 | 官方文件、範例與支援管道 | | 附錄 | 快速檢查清單、YAML 參考、完整範例 |
另有完整單頁版本可供參閱。
本文件翻譯自 Anthropic 官方發佈的 PDF 文件:
> The Complete Guide to Building Skills for Claude > Copyright © Anthropic
原始文件及更多資源請參考:
本翻譯內容基於 Anthropic 公開發佈的文件。原始內容版權歸 Anthropic 所有。
Loading reviews...