---
name: document-skills
description: Process and manipulate office documents including PDF, DOCX, PPTX, and XLSX files. Use when working with document extraction, conversion, form filling, or spreadsheet operations.
---

# Document Skills

Bộ skills xử lý các loại tài liệu văn phòng phổ biến.

## Sub-Skills

| Skill | Description |
|-------|-------------|
| `pdf/` | Trích xuất text, điền form, merge/split PDF files |
| `docx/` | Xử lý Microsoft Word documents |
| `pptx/` | Xử lý PowerPoint presentations |
| `xlsx/` | Xử lý Excel spreadsheets |

## When to Use

- Đọc nội dung từ PDF, Word, Excel, PowerPoint
- Điền form PDF tự động
- Trích xuất bảng biểu từ documents
- Chuyển đổi định dạng tài liệu
- Merge/split PDF files

## Usage

Mỗi sub-skill có SKILL.md riêng với hướng dẫn chi tiết. Load skill cụ thể:

```
Load: document-skills/pdf/SKILL.md
Load: document-skills/docx/SKILL.md
Load: document-skills/pptx/SKILL.md
Load: document-skills/xlsx/SKILL.md
```
