作成者 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 Processingにおけるテキスト抽出、結合・分割、ページの画像化、PDFフォーム処理を支援します。特に、入力可能フィールドの確認、フォームメタデータの抽出、入力不可フォームのレイアウト検証をスクリプトで進めたい場面に役立ちます。
作成者 anthropics
xlsx スキルは、成果物がスプレッドシートの場合に .xlsx、.xlsm、.csv、.tsv の読み取り・編集・修復・作成・変換を支援します。テンプレートを保った更新、数式を壊しにくいブック編集、乱れた表データの整形、pack・validation・recalculation 用スクリプトを使う実務的な運用に特に向いています。
作成者 anthropics
internal-comms スキルは、Anthropic skills repository の実例ベースの形式を使って、3P updates、ニュースレター、FAQ、ステータスレポート、経営陣向け更新などの社内コミュニケーション作成を支援します。
作成者 anthropics
doc-coauthoring は、AI と技術文書を共著するための構造化ワークフローです。情報収集、反復的な構成設計、章ごとの執筆、読者テストを通じて、レビュー可能な仕様書、RFC、提案書の作成を支援します。
# 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.