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

@@ -12,7 +12,7 @@ description: >-
content afterward. If a .pptx file needs to be opened, created, or touched,
use this skill. Use when 用户提到 PPT、演示文稿、幻灯片、演讲稿、汇报材料、
pptx、创建演示、编辑幻灯片。
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
@@ -48,7 +48,26 @@ market:
channel: latest
---
# PPTX Skill
# pptx 技能
## L0一句话摘要
创建、编辑和处理 PowerPoint 演示文稿(.pptx支持模板编辑和从零创建。
## L1概述与使用场景
### 能力描述
pptx 是一个**流程型技能Procedural Skill**,提供 PowerPoint 演示文稿的完整处理能力。支持通过 pptxgenjsNode.js从零创建演示文稿通过解包 XML 编辑现有模板,以及内容提取和视觉质检。
### 使用场景
- 用户需要创建新的演示文稿汇报材料、Pitch Deck 等)
- 用户需要编辑或修改现有 .pptx 文件
- 用户需要从 .pptx 文件中提取文本内容
- 用户需要将演示文稿转换为 PDF 或图片
## L2详细规范
## Prerequisites