---
title: "document-artifacts"
description: "Use this plugin for document, spreadsheet, slide, notebook, and other artifact-generation workflows."
canonical: https://agentpluginsdirectory.com/plugins/document-artifacts
last-updated: 2026-09-12
---

# document-artifacts
Use this plugin for document, spreadsheet, slide, notebook, and other artifact-generation workflows.
- Slug: document-artifacts
- Publisher: Codex Setup
- Repository: https://github.com/mjcramerz/codex-home
- Manifest: home/marketplaces/codex-home/plugins/cache/codex-home/document-artifacts/local/plugin.json
- Version: 1.1.0
- Category (editorial): other
- Skills: 5 (doc, jupyter-notebook, pdf, slides, spreadsheet)
- MCP servers: 0
- Stars: 0
- Repository created: 2026-08-11
- Repository last pushed: 2026-09-12
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/document-artifacts
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## Skills

- doc: Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.
- jupyter-notebook: Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.
- pdf: Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.
- slides: Create and edit presentation slide decks (`.pptx`) with PptxGenJS, bundled layout helpers, and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, addin…
- spreadsheet: Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) with formula-aware workflows, cached recalculation, and visual review.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.
