skills/office-combo/SKILL.md
Microsoft Office 全功能支持。当 Claude 需要:(1)处理 Excel 表格(.xlsx)- 公式、格式、数据分析,(2)创建/编辑 PPT 演示文稿(.pptx),(3)处理 PDF 文档(.pdf)- 提取、合并、表单填写,(4)处理 Word 文档(.docx)- 编辑、修订跟踪、注释时使用。
npx skillsauth add dwsy/agent office-comboInstall 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.
本技能提供 Microsoft Office 文件处理能力,采用渐进式引入机制。
本技能采用按需加载机制,详细文档仅在需要时读取,避免占用初始 token。
传统方式:
本技能方式:
当需要处理特定格式的 Office 文件时,读取对应的详细文档:
# Excel 处理
cat $SKILL_DIR/references/xlsx.md
# PowerPoint 处理
cat $SKILL_DIR/references/pptx.md
# PDF 处理
cat $SKILL_DIR/references/pdf.md
# Word 处理
cat $SKILL_DIR/references/docx.md
注意: Replace $SKILL_DIR with the actual discovered path of this skill directory.
当用户请求匹配此技能的能力时:
Step 1: 识别文件类型(Excel / PowerPoint / PDF / Word)
Step 2: 加载对应的详细文档
cd $SKILL_DIR
cat references/<type>.md
Step 3: 根据详细文档中的指导执行操作
本技能整合了 Anthropic 官方技能:
原始来源:https://github.com/anthropics/skills
This skill uses progressive disclosure to minimize initial context usage
testing
Best practices for writing and maintaining high-quality role memories.
documentation
工作文档枢纽,强制执行 SSOT(Single Source of Truth)原则,管理 `docs/` 目录下的架构决策、设计文档、Issues(任务规划)、PRs(变更记录)。支持 GitHub 协作开发模式。
tools
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
development
Vercel 设计指南 - 构建高质量 Web 应用的最佳实践,包含现代 UI/UX 原则、性能优化和无障碍标准。