Skip to content
Automation
Skill

/skill-doc-delivery

Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables

From plugin
octo
4.1k70 skills49 agents53 commands18 hooks
Install
$ npx -y skills add nyldn/claude-octopus --skill skill-doc-delivery --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/skill-doc-delivery

Context preview

The summary Claude sees to decide when to auto-load this skill.

Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables

SKILL.md

skill-doc-delivery.SKILL.md
name: skill-doc-delivery
description: "Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables"
disable-model-invocation: true

> **Host: Codex CLI** — This skill was designed for Claude Code and adapted for Codex. > Cross-reference commands use installed skill names in Codex rather than `/octo:*` slash commands. > Use the active Codex shell and subagent tools. Do not claim a provider, model, or host subagent is available until the current session exposes it. > For host tool equivalents, see `skills/blocks/codex-host-adapter.md`.

Document Delivery for Knowledge Workers

Convert knowledge work outputs from markdown to professional office documents (DOCX, PPTX, XLSX).

Overview

This skill helps you transform knowledge work results into polished, deliverable documents:

  • **After empathize** → Export personas to PPTX decks or requirements to DOCX specs
  • **After advise** → Convert strategic analysis to PPTX presentations or DOCX business cases
  • **After synthesize** → Generate literature reviews as DOCX academic format or PDF

Prerequisites Check

Before converting documents, verify the document-skills plugin is installed:

/plugin list | grep document-skills

If not installed:

/plugin install document-skills@anthropic-agent-skills

Format Recommendations by Workflow

Empathize Workflow → UX Research Outputs

**Best for PPTX (PowerPoint):**

  • Persona decks for stakeholder presentations
  • Journey map visualizations
  • Research synthesis highlights
  • Executive summaries

**Best for DOCX (Word):**

  • Detailed persona documentation
  • Research requirements specifications
  • Interview transcripts and analysis
  • User story documentation

Advise Workflow → Strategic Analysis

**Best for PPTX (PowerPoint):**

  • Strategy presentations for leadership
  • Market analysis decks
  • Competitive intelligence briefs
  • Business case pitch decks
  • Board presentations

**Best for DOCX (Word):**

  • Comprehensive business cases
  • Strategic recommendations reports
  • Market research documentation
  • Financial analysis reports

Synthesize Workflow → Research Synthesis

**Best for DOCX (Word):**

  • Literature review papers
  • Research synthesis reports
  • Academic research documentation
  • Annotated bibliographies
  • Technical white papers

**Best for PDF:**

  • Final publications
  • Archival versions
  • Shareable research reports

Conversion Guidelines

Step 1: Locate Source Markdown

Knowledge work outputs are stored in:

~/.claude-octopus/results/

List recent outputs:

ls -lht ~/.claude-octopus/results/ | head -10

Step 2: Choose Format Based on Purpose

Ask yourself:

  • **Presenting to stakeholders?** → PPTX (visual, concise)
  • **Comprehensive documentation?** → DOCX (detailed, structured)
  • **Final publication?** → PDF (archival, unchangeable)
  • **Data/frameworks?** → XLSX (tables, calculations)

Step 3: Use Document-Skills Plugin

The document-skills plugin provides these capabilities:

**For DOCX (Word):**

Use the /document-skills:docx skill to convert markdown to Word format.
Supports headings, lists, tables, and formatting.

**For PPTX (PowerPoint):**

Use the /document-skills:pptx skill to convert markdown to PowerPoint.
Each ## heading becomes a slide, bullet points auto-format.

**For PDF:**

Use the /document-skills:pdf skill to generate PDF documents.
Ideal for final deliverables and archival.

Step 4: Apply Professional Styling

After conversion, consider:

  • **Consistent formatting** - Use heading styles, bullet hierarchies
  • **Visual hierarchy** - Important points first, details later
  • **Brand alignment** - Add logos, colors, fonts if needed
  • **Readability** - Break up long paragraphs, use white space

Common Conversion Patterns

Pattern 1: Single Workflow → Single Document

User ran one workflow, wants one document:

User: "Export my latest synthesis to a Word document"

1. Check ~/.claude-octopus/results/ for most recent .md file
2. Identify it's from synthesize workflow
3. Recommend DOCX for academic report format
4. Use document-skills:docx to convert
5. Save to appropriate location

Pattern 2: Multiple Sections → Presentation

User wants to create a deck from research:

User: "Create a PowerPoint from this research"

1. Locate the research markdown
2. Identify key sections (## headings)
3. Use document-skills:pptx to convert
4. Each ## heading becomes a slide
5. Recommend adding title slide and summary

Pattern 3: Batch Conversion

User wants multiple formats:

User: "Create both a Word doc and PowerPoint from this strategy"

1. Locate source markdown
2. Convert to DOCX using document-skills:docx
3. Convert to PPTX using document-skills:pptx
4. Provide both file paths

Professional Styling Tips

DOCX (Word) Best Practices

  • Use built-in heading styles (Heading 1, Heading 2, etc.)
  • Add table of contents for documents >5 pages
  • Use bullet points and numbered lists appropriately
  • Include page numbers and headers/footers
  • Add executive summary at the beginning
  • Use tables for structured data

PPTX (PowerPoint) Best Practices

  • One main idea per slide
  • Use title slide with author/date
  • 5-7 bullet points max per slide
  • Use consistent fonts and colors
  • Add slide numbers
  • Include summary/next steps slide
  • Use visuals where possible (charts, diagrams)

PDF Best Practices

  • Convert from DOCX after final review
  • Ensure all fonts are embedded
  • Optimize for screen or print
  • Add metadata (title, author, keywords)
  • Use bookmarks for navigation

Example Workflows

Example 1: UX Research Persona Deck

Input: ~/.claude-octopus/results/empathize-session-2026-01-18.md

Output Goal: Stakeholder presentation

Steps:
1. Read the empathize markdown
2. Extract persona sections
3. Convert to PPTX using document-skills:pptx
4. Each persona becomes a slide
5. Add title slide and key
Read more
Ships withocto

Every AI model has blind spots. Claude Octopus supports twelve external provider integrations — Codex, Antigravity CLI, Copilot, Qwen, Ollama, Perplexity, OpenRouter, OrcaRouter, OpenCode, Cursor CLI, Grok, and Kimi Code — alongside the built-in Claude Code

Get the whole plugin

Other skills on octo.