content-artifacts

Generate presentations, diagrams, and PDFs using Python libraries.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/linardsb/fredis --skill content-artifacts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-artifacts
Source: https://github.com/linardsb/fredis/tree/main/.claude/skills/content-artifacts
Command: npx skills add https://github.com/linardsb/fredis --skill content-artifacts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-pptx, pypdf, pdfplumber, excalidraw, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a suite of tools to create and manage various types of content artifacts, including presentations, diagrams, and PDFs, streamlining the process of content creation and management.

Core Features & Use Cases

  • Slide Decks and Carousels: Generate professional presentation slides and LinkedIn carousels with branded layouts.
  • Diagrams: Create architecture, workflow, and concept diagrams as JSON for use with Excalidraw.
  • PDF Operations: Perform operations on PDFs such as extract, merge, split, form filling, and image conversion.
  • Runbooks: Create and manage operational documentation, runbooks, and standard operating procedures.
  • Use Case: If you need to create a presentation for a new product launch, this Skill can help you generate the slides, diagrams, and runbooks required.

Quick Start

Use the content-artifacts skill to create a new slide deck for a product presentation.

Frequently Asked Questions about content-artifacts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate presentation slides and PDF artifacts using Python?

You can generate presentation slides and manage PDFs using Python libraries like python-pptx, pypdf, and pdfplumber. This approach automates creating slide decks, manipulating PDFs, and building diagrams for product documentation.

Can I create Excalidraw diagrams programmatically for architecture and workflows?

Yes, you can create architecture, workflow, and concept diagrams as JSON output formatted for Excalidraw. This allows you to generate visual diagrams programmatically and import them directly into your Excalidraw workspace.

What is the best way to extract text and merge PDF documents in Python?

The best way to extract text and merge PDF documents is by using pypdf and pdfplumber. These libraries enable operations like extracting content, merging files, splitting pages, and filling forms within your content creation workflow.

Do I need python-pptx to create LinkedIn carousels and branded slide decks?

Yes, python-pptx is required to generate professional presentation slides and LinkedIn carousels with branded layouts. It provides the functionality to programmatically build and style slide content for product launches.

Does this approach support creating operational runbooks and standard operating procedures?

Yes, this approach supports creating and managing operational documentation, runbooks, and standard operating procedures. It streamlines generating the necessary slides, diagrams, and documents required for product launches.