extract-skill
Reverse-engineer design systems, tokens, and components from live products or screenshots
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables
$ npx -y skills add nyldn/claude-octopus --skill skill-doc-delivery --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/skill-doc-deliveryContext 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
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`.
Convert knowledge work outputs from markdown to professional office documents (DOCX, PPTX, XLSX).
This skill helps you transform knowledge work results into polished, deliverable documents:
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
**Best for PPTX (PowerPoint):**
**Best for DOCX (Word):**
**Best for PPTX (PowerPoint):**
**Best for DOCX (Word):**
**Best for DOCX (Word):**
**Best for PDF:**
Knowledge work outputs are stored in:
~/.claude-octopus/results/
List recent outputs:
ls -lht ~/.claude-octopus/results/ | head -10
Ask yourself:
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.
After conversion, consider:
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
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
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
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
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
Repo: nyldn/claude-octopus
Reverse-engineer design systems, tokens, and components from live products or screenshots
Multi-AI requirements scoping using available external providers (Double Diamond Define phase). Priority triggers: octo define, octo scope, co-define,…
Multi-AI validation, scoring, and review using available external providers (Double Diamond Deliver phase)
Multi-AI implementation using available external providers (Double Diamond Develop phase). DO NOT use for simple code edits, reading/reviewing code, built-in…
Multi-AI research using available external providers (Double Diamond Discover phase)
Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates