Claude-skill-registry document-skills

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

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/document-skills" ~/.claude/skills/majiayu000-claude-skill-registry-document-skills && rm -rf "$T"
manifest: skills/data/document-skills/SKILL.md
source content

Document Skills

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

Sub-Skills

SkillDescription
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