fix: 为 9 个 skill 补全 L0/L1/L2 分层结构,版本号 +1

按照 desirecore-format.md 规范,为以下 skill 添加标准分层结构:
- docx (1.0.0→1.0.1), pdf (1.0.0→1.0.1), pptx (1.0.0→1.0.1), xlsx (1.0.0→1.0.1)
- frontend-design (1.0.0→1.0.1), mail-operations (1.0.0→1.0.1)
- environment-setup (1.1.0→1.1.1), web-access (1.1.0→1.1.1)
- manage-teams (1.2.0→1.2.1)

每个文件增加 L0(一句话摘要)、L1(概述与使用场景)、L2(详细规范)三层,
原有技术内容保持不变,metadata.updated_at 更新为 2026-04-13。

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-13 15:33:56 +08:00
parent 9cde6c0c7d
commit aa6b1389fe
15 changed files with 439 additions and 236 deletions

View File

@@ -13,7 +13,7 @@ description: >-
PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document
generation. Use when 用户提到 Word文档、docx、创建文档、编辑文档、报告、
备忘录、公文、合同、信函模板。
version: 1.0.0
version: 1.0.1
type: procedural
risk_level: low
status: enabled
@@ -25,7 +25,7 @@ tags:
- office
metadata:
author: anthropic
updated_at: '2026-04-04'
updated_at: '2026-04-13'
market:
icon: >-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0
@@ -47,7 +47,26 @@ market:
channel: latest
---
# DOCX creation, editing, and analysis
# docx 技能
## L0一句话摘要
创建、编辑和处理 Word 文档(.docx支持新建、修改 XML、格式校验全流程。
## L1概述与使用场景
### 能力描述
docx 是一个**流程型技能Procedural Skill**,提供 Word 文档的完整处理能力。支持通过 docx-jsNode.js创建新文档通过解包 XML 编辑现有文档,以及格式验证和 PDF 转换。
### 使用场景
- 用户需要创建新的 Word 文档(报告、备忘录、合同、信函等)
- 用户需要编辑现有 .docx 文件(修改内容、添加批注、跟踪修改)
- 用户需要从 .docx 文件中提取文本或表格数据
- 用户需要进行文档格式转换(.doc → .docx、.docx → PDF
## L2详细规范
## Prerequisites