bởi anthropics
Skill docx giúp agent tạo, kiểm tra, chuyển đổi và chỉnh sửa file .docx với các quy trình thực tế dùng pandoc, unpack/repack, comment, tracked changes và chuyển đổi bằng LibreOffice.
The best office skill for handling daily documents when paired with an agent.
Open the batch installer for this collection and generate commands only when you need them.
bởi anthropics
Skill docx giúp agent tạo, kiểm tra, chuyển đổi và chỉnh sửa file .docx với các quy trình thực tế dùng pandoc, unpack/repack, comment, tracked changes và chuyển đổi bằng LibreOffice.
bởi anthropics
Dùng skill pptx để đọc, tạo, chỉnh sửa, tách, gộp và kiểm tra file PowerPoint .pptx. Hướng dẫn trích xuất văn bản bằng markitdown, rà soát thumbnail, quy trình unpack/edit/clean/pack và tạo deck mới với PptxGenJS.
bởi anthropics
Kỹ năng pdf hỗ trợ các tác vụ xử lý PDF như trích xuất văn bản, gộp và tách file, render trang thành ảnh và quy trình làm việc với biểu mẫu PDF. Đặc biệt hữu ích khi kiểm tra trường điền, lấy metadata biểu mẫu và xác thực bố cục biểu mẫu không điền được bằng script.
bởi anthropics
Skill xlsx giúp agent đọc, sửa, khôi phục, tạo và chuyển đổi tệp .xlsx, .xlsm, .csv và .tsv khi đầu ra cần là bảng tính. Phù hợp nhất cho cập nhật giữ nguyên mẫu, chỉnh sửa workbook an toàn với công thức, làm sạch dữ liệu bảng lộn xộn và các quy trình thực tế có script repo hỗ trợ đóng gói, kiểm tra và tính toán lại.
bởi anthropics
internal-comms hỗ trợ soạn truyền thông nội bộ như cập nhật 3P, bản tin, FAQ, báo cáo trạng thái và cập nhật từ lãnh đạo, dựa trên các mẫu ví dụ trong kho Anthropic skills.
bởi anthropics
doc-coauthoring là quy trình có cấu trúc để soạn tài liệu cùng AI: thu thập ngữ cảnh, lên dàn ý lặp, viết theo từng phần và thử nghiệm với người đọc nhằm tạo spec, RFC và proposal sẵn sàng để review.
# Anthropic Document Skills Quick Guide for AI Agents Use this guide to choose the right skill fast and avoid using the wrong workflow. ## doc-coauthoring Use `doc-coauthoring` when the task is to collaboratively draft a serious document such as a spec, RFC, proposal, or PRD through context gathering, structured outlining, iterative section writing, and final reader testing. ## internal-comms Use `internal-comms` when the task is to write internal company communication such as updates, newsletters, FAQs, status reports, or leadership messages by following the closest matching example format. ## xlsx Use `xlsx` whenever the task centers on spreadsheets like `.xlsx`, `.xlsm`, `.csv`, or `.tsv`, especially when the agent must preserve workbook structure, use formulas correctly, clean tabular data, or deliver an editable spreadsheet. ## pdf Use `pdf` whenever the task involves PDF files, including reading, extracting, merging, splitting, rendering, OCR, or form-related workflows, instead of treating the PDF as plain text. ## pptx Use `pptx` whenever the task involves PowerPoint files, slides, or presentation decks, especially for creating, editing, reviewing, splitting, merging, or analyzing slide-based content visually. ## docx Use `docx` whenever the task involves Word documents such as creating, editing, converting, validating, or structurally modifying `.docx` files with proper document formatting. --- # Simple Routing Rule - If the user’s main deliverable is a file, use the skill that matches the file type. - If the user’s main goal is to co-write a substantial document, use `doc-coauthoring`. - If the user’s main goal is to write an internal update or announcement, use `internal-comms`. --- # Important Agent Reminder Do not handle file-specific work generically: use the matching skill early, follow its workflow, preserve the original structure or template when needed, and optimize for an editable final deliverable rather than a one-off text response.