claude-skills-zh-cn/SKILL.md
中文版本的 Anthropic Skills 技能集合,包含多个常用技能的中文翻译版本。当需要中文技能文档或参考中文技能实现时使用。
npx skillsauth add atxinsky/skills claude-skills-zh-cnInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
这是一个经过整理和中文化的 Anthropic Skills 仓库集合。无论你是想快速了解 Claude 技能体系的最佳实践,还是需要直接上手 Word/PDF/PPTX/XLSX 处理脚本,这份中文版都能帮你省去大量摸索时间。
skills/ 目录下各个技能的 SKILL.md 文件,了解其工作原理和提示词设计模式Claude_skills_zh-CN-main/
├── README.md 项目说明文档
├── SKILL.md 本文件(主技能描述)
├── skills/ 技能集合目录
│ ├── algorithmic-art/ 算法艺术生成
│ ├── brand-guidelines/ 品牌指南助手
│ ├── canvas-design/ Canvas 平面设计
│ ├── doc-coauthoring/ 文档共创引导
│ ├── docx/ Word 文档处理
│ ├── frontend-design/ 前端界面设计
│ ├── internal-comms/ 内部沟通文案
│ ├── mcp-builder/ MCP 服务器构建
│ ├── pdf/ PDF 处理工具箱
│ ├── pptx/ PPT 演示文稿处理
│ ├── skill-creator/ 技能创建指南
│ ├── slack-gif-creator/ Slack GIF 生成
│ ├── theme-factory/ 主题样式工厂
│ ├── web-artifacts-builder/ Web 制品构建器
│ ├── webapp-testing/ Web 应用测试
│ └── xlsx/ Excel 表格处理
├── spec/ 规范文档
└── template/ 模板文件
这些技能仅用于演示与教育目的。虽然 Claude 中可能提供部分类似能力,但你实际获得的实现方式和行为,可能与这些示例存在差异。在关键任务中依赖技能之前,请务必在你的环境中充分测试。
本项目是 Anthropic Skills 的中文衍生版本,旨在促进中文社区的交流与学习。
development
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
documentation
Create detailed implementation plan with bite-sized tasks