Source profileQuality 92/100

nyldn/claude-octopus/skills/skill-doc-delivery/SKILL.md

skill-doc-delivery

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

Source repository stars
4,000
Declared platforms
0
Static risk flags
0
Last source update
2026-08-24
Source checked
2026-08-25

Decision brief

What it does: where it fits

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

Best for

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

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/nyldn/claude-octopus --skill "skills/skill-doc-delivery"
Safe inspection promptEditorial

Inspect the Agent Skill "skill-doc-delivery" from https://github.com/nyldn/claude-octopus/blob/bc76e7c8248c93cfc4ba621ac5421077710777d0/skills/skill-doc-delivery/SKILL.md at commit bc76e7c8248c93cfc4ba621ac5421077710777d0. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Format Recommendations by Workflow

    Best for PPTX (PowerPoint): - Persona decks for stakeholder presentations - Journey map visualizations - Research synthesis highlights - Executive summaries

    Persona decks for stakeholder presentationsJourney map visualizationsResearch synthesis highlights
  2. 02

    Empathize Workflow → UX Research Outputs

    Best for PPTX (PowerPoint): - Persona decks for stakeholder presentations - Journey map visualizations - Research synthesis highlights - Executive summaries

    Persona decks for stakeholder presentationsJourney map visualizationsResearch synthesis highlights
  3. 03

    Advise Workflow → Strategic Analysis

    Best for PPTX (PowerPoint): - Strategy presentations for leadership - Market analysis decks - Competitive intelligence briefs - Business case pitch decks - Board presentations

    Strategy presentations for leadershipMarket analysis decksCompetitive intelligence briefs
  4. 04

    Synthesize Workflow → Research Synthesis

    Best for DOCX (Word): - Literature review papers - Research synthesis reports - Academic research documentation - Annotated bibliographies - Technical white papers

    Literature review papersResearch synthesis reportsAcademic research documentation
  5. 05

    Step 1: Locate Source Markdown

    Knowledge work outputs are stored in:

    Knowledge work outputs are stored in:

Permission review

Static risk signals and limitations

No configured static risk pattern was detected

This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score92/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars4,000SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
nyldn/claude-octopus
Skill path
skills/skill-doc-delivery/SKILL.md
Commit
bc76e7c8248c93cfc4ba621ac5421077710777d0
License
MIT
Collected
2026-08-25
Default branch
main
View the original SKILL.md

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 insights summary
6. Save as "UX-Personas-2026-01-18.pptx"

Example 2: Strategic Business Case

Input: ~/.claude-octopus/results/advise-market-analysis-2026-01-18.md

Output Goal: Comprehensive business case document

Steps:
1. Read the advise markdown
2. Structure as: Executive Summary, Analysis, Recommendations, Appendix
3. Convert to DOCX using document-skills:docx
4. Add table of contents
5. Format tables and charts properly
6. Save as "Market-Analysis-Business-Case-2026-01-18.docx"

Example 3: Literature Review Paper

Input: ~/.claude-octopus/results/synthesize-ai-safety-2026-01-18.md

Output Goal: Academic paper format

Steps:
1. Read the synthesize markdown
2. Structure as: Abstract, Introduction, Literature Review, Gaps, Conclusions
3. Convert to DOCX using document-skills:docx
4. Apply academic formatting (citations, references)
5. Export to PDF for final version
6. Save as "AI-Safety-Literature-Review-2026-01-18.pdf"

Handling Edge Cases

No Recent Workflow Output

If user requests export but no workflow was run:

Response: "I don't see any recent knowledge work outputs. Would you like to run:
- /octo:empathize (UX research)
- /octo:advise (strategic analysis)
- /octo:synthesize (literature review)

Then I can convert the results to your preferred format."

Format Not Specified

If user doesn't specify format:

Response: "I can convert this to:
- DOCX (Word) - Best for detailed documentation
- PPTX (PowerPoint) - Best for presentations
- PDF - Best for final deliverables

Which format would you prefer based on your use case?"

Multiple Markdown Files

If multiple outputs exist:

Response: "I found several knowledge work outputs:
1. empathize-personas-2026-01-15.md (3 days ago)
2. advise-market-analysis-2026-01-18.md (today)
3. synthesize-research-2026-01-10.md (8 days ago)

Which would you like to convert?"

Document-Skills Not Installed

If plugin missing:

Response: "The document-skills plugin is required for conversion.
Install it with:

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

Then I can convert your knowledge work to office formats."

Integration with Knowledge Mode

This skill is designed to work seamlessly with the three knowledge mode workflows:

Knowledge Work Flow:
1. Run workflow: /octo:empathize (or advise/synthesize)
2. Review markdown output in ~/.claude-octopus/results/
3. Request conversion: "Export to PowerPoint"
4. This skill is used after explicit invocation
5. Professional document delivered

Best Practices

  1. Review Before Converting - Check markdown quality first
  2. Choose Right Format - Match format to audience and purpose
  3. Add Context - Include dates, authors, version numbers
  4. Test Compatibility - Ensure recipients can open the format
  5. Archive Sources - Keep original markdown files
  6. Version Control - Use descriptive filenames with dates

Quick Reference Commands

# List recent knowledge work outputs
ls -lht ~/.claude-octopus/results/ | head -5

# Check document-skills installed
/plugin list | grep document-skills

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

# View specific markdown
cat ~/.claude-octopus/results/[filename].md

Getting Help

For questions about:

  • Document conversion → Ask about specific format needs
  • Knowledge workflows → See /octo:knowledge-mode
  • Document-skills capabilities → See /document-skills:* skills
  • Styling and formatting → Ask for best practices by format

Document delivery skill for claude-octopus v7.3.0+

Frequently asked questions

What to verify before installation and use

What does the skill-doc-delivery source document cover?

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

How do I install skill-doc-delivery?

The source record exposes this install command: npx skills add https://github.com/nyldn/claude-octopus --skill "skills/skill-doc-delivery". Inspect the command and pinned source before running it.

Alternatives

Compare before choosing

Computed 10014,671

prowler-cloud/prowler

postgresql-indexing

PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance

Computed 9965

brucesongs/kali-claw

insecure-design

Insecure Design (OWASP A06:2025) focuses on security flaws in system architecture and design phases, rather than code implementation-level bugs.

Computed 9916

NintendaDev/unikit-ai

unikit-docs

Generate and maintain the project's TECHNICAL documentation from its codebase — scans the project structure, tech stack, and module boundaries, then writes a lean README landing page plus detailed topic pages (architecture, modules, setup, build, APIs), only the docs that are relevant. Use whenever the user wants to create, update, or validate documentation of the CODE or the project itself, e.g. "generate documentation", "create docs", "write the README", "update the project docs", "document th

Computed 98269

Aperivue/medsci-skills

make-figures

Generate publication-ready figures and visual abstracts for medical research papers. Supports ROC curves, forest plots, CONSORT/STARD/PRISMA flow diagrams, calibration plots, Kaplan-Meier curves, Bland-Altman plots, confusion matrices, pipeline diagrams, and journal-specific visual/graphical abstracts (python-pptx template-based).