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

@@ -9,7 +9,7 @@ description: >-
user mentions a .pdf file or asks to produce one, use this skill. Use when
用户提到 PDF、读取PDF、合并PDF、拆分PDF、填写表单、加水印、提取文字、
扫描识别。
version: 1.0.0
version: 1.0.1
type: procedural
risk_level: low
status: enabled
@@ -21,7 +21,7 @@ tags:
- ocr
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
@@ -43,7 +43,26 @@ market:
channel: latest
---
# PDF Processing Guide
# pdf 技能
## L0一句话摘要
读取、创建、合并、拆分和填写 PDF 文档,支持 OCR 识别和命令行工具。
## L1概述与使用场景
### 能力描述
pdf 是一个**流程型技能Procedural Skill**,提供 PDF 文档的完整处理能力。基于 Python 库pypdf、pdfplumber、reportlab和命令行工具qpdf、pdftotext、pdftk支持文本提取、表格提取、合并拆分、旋转、水印、加密、表单填写和 OCR 识别。
### 使用场景
- 用户需要从 PDF 中提取文本或表格数据
- 用户需要合并多个 PDF 或拆分页面
- 用户需要创建新的 PDF 文档
- 用户需要填写 PDF 表单、添加水印或加密
## L2详细规范
## Prerequisites