Claude Code 技能市场
Description
<div align="center"> [](./README.md) [](./README.zh-CN.md) [](./README.md) [](./README.zh-CN.md)
[](https://opensource.org/licenses/MIT) [](https://github.com/daymade/claude-code-skills) [](https://github.com/daymade/claude-code-skills) [](https://claude.com/code) [](./CONTRIBUTING.md) [](https://github.com/daymade/claude-code-skills/graphs/commit-activity)
专业的 Claude Code 技能市场,提供 43 个生产就绪的技能,用于增强开发工作流。
📑 目录
- undefined
🌟 必备技能:skill-creator
**⭐ 如果你想创建自己的技能,从这里开始!**
`skill-creator` 是一个**元技能**,它使你能够构建、验证和打包自己的 Claude Code 技能。它是这个市场中最重要的工具,因为它赋予你用自己的专业工作流扩展 Claude Code 的能力。
为什么首选 skill-creator?
- undefined
快速安装
**在 Claude Code 内(应用内):**
/plugin marketplace add daymade/claude-code-skills
然后:
- undefined
**在终端(CLI):**
claude plugin marketplace add https://github.com/daymade/claude-code-skills
# Marketplace 名称:daymade-skills(来自 marketplace.json)
claude plugin install skill-creator@daymade-skills
你可以做什么
安装 skill-creator 后,只需向 Claude Code 提问:
"在 ~/my-skills 中创建一个名为 my-awesome-skill 的新技能"
"验证 ~/my-skills/my-awesome-skill 中的技能"
"打包 ~/my-skills/my-awesome-skill 技能以便分发"
加载了 skill-creator 的 Claude Code 将引导你完成整个技能创建过程——从理解你的需求到打包最终技能。
📚 **完整文档**:[skill-creator/SKILL.md](./skill-creator/SKILL.md)
实时演示
**📝 初始化新技能**

**✅ 验证技能结构**

**📦 打包技能用于分发**

🚀 快速安装
在 Claude Code 内安装(应用内)
/plugin marketplace add daymade/claude-code-skills
然后:
- undefined
自动化安装(推荐)
**macOS/Linux:**
curl -fsSL https://raw.githubusercontent.com/daymade/claude-code-skills/main/scripts/install.sh | bash
**Windows (PowerShell):**
iwr -useb https://raw.githubusercontent.com/daymade/claude-code-skills/main/scripts/install.ps1 | iex
`
Related Skills
Doc Co-authoring
When user wants to write documentation, proposals, technical specs, decision docs, or similar structured contentGuide users through structured workflow for co-authoring documentation
Documentation official Docx
When user mentions Word doc, .docx, or requests professional documents with formattingCreate, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation official Extract text, create PDFs, merge/split documents, and handle forms
Documentation official Pptx
When a .pptx file is involved in any way, or user mentions deck, slides, or presentationCreate, edit, and analyze PowerPoint presentations with layouts and templates
Documentation official Xlsx
When a spreadsheet file is the primary input or output (.xlsx, .xlsm, .csv, .tsv)Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation official mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation community