작성자 anthropics
docx 스킬은 에이전트가 .docx 파일을 생성, 검사, 변환, 편집할 수 있도록 돕습니다. pandoc, unpack/repack, 댓글, 변경 내용 추적, 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.
작성자 anthropics
docx 스킬은 에이전트가 .docx 파일을 생성, 검사, 변환, 편집할 수 있도록 돕습니다. pandoc, unpack/repack, 댓글, 변경 내용 추적, LibreOffice 기반 변환 등 실무형 워크플로를 지원합니다.
작성자 anthropics
pptx 스킬로 PowerPoint .pptx 파일을 읽고, 만들고, 편집하고, 분할·병합·검토할 수 있습니다. `markitdown` 텍스트 추출, 썸네일 검토, unpack/edit/clean/pack 흐름, PptxGenJS 기반 새 덱 생성까지 안내합니다.
작성자 anthropics
pdf 스킬은 텍스트 추출, 병합·분할, 페이지 이미지 렌더링, PDF 폼 처리 같은 PDF Processing 작업을 안내합니다. 채울 수 있는 필드 확인, 폼 메타데이터 추출, 스크립트를 통한 비입력형 폼 레이아웃 검증에 특히 유용합니다.
작성자 anthropics
xlsx 스킬은 결과물이 스프레드시트여야 할 때 .xlsx, .xlsm, .csv, .tsv 파일을 읽고, 수정하고, 복구하고, 새로 만들고, 변환하는 작업에 도움을 줍니다. 템플릿을 유지한 업데이트, 수식을 안전하게 보존하는 워크북 편집, 지저분한 표 데이터 정리, 그리고 패킹·검증·재계산용 repo 스크립트를 활용한 실무형 스프레드시트 작업에 특히 강합니다.
작성자 anthropics
internal-comms 스킬은 Anthropic skills repository의 예시 중심 형식을 바탕으로 3P 업데이트, 뉴스레터, FAQ, 상태 보고서, 리더십 업데이트 등 사내 커뮤니케이션 초안을 작성할 때 도움을 줍니다.
작성자 anthropics
doc-coauthoring은 AI와 함께 문서를 작성할 때 쓰는 구조화된 워크플로입니다. 맥락 수집, 반복적 개요 정리, 섹션별 집필, 독자 테스트를 거쳐 검토 가능한 spec, RFC, proposal 초안을 만드는 데 적합합니다.
# 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.