Slide Generator — MDLinx Carousel

Generate branded medical carousel slides as PNG images with Satori and resvg.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/peterpine83/tools --skill slide-generator-mdlinx-carousel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Slide Generator — MDLinx Carousel
Source: https://github.com/peterpine83/tools/tree/main/mdlinx-trends/agent/workspace/skills/slide-gen
Command: npx skills add https://github.com/peterpine83/tools --skill slide-generator-mdlinx-carousel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @resvg/resvg-js, satori, tsx, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of branded medical carousel slides as PNG images, eliminating the need for manual design or browser-based tools.

Core Features & Use Cases

  • Automated Slide Generation: Creates PNG slides from JSX definitions using Satori and resvg.
  • Multiple Formats: Supports TikTok (9:16) and Instagram (4:5) aspect ratios.
  • Customizable Content: Allows for title, content, citation, and CTA slide types with configurable text and branding.
  • Use Case: Quickly generate a series of social media slides explaining a new medical study, complete with citations and a call to action, all in the correct dimensions and branding.

Quick Start

Run the bash script to generate sample slides for TikTok and Instagram formats.

Frequently Asked Questions about Slide Generator — MDLinx Carousel

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

FAQPage Schema
How do I generate branded medical carousel slides as PNG images programmatically?

You can generate branded medical carousel slides as PNG images by defining slide layouts in JSX and rendering them with Satori and resvg. This Skill automates the conversion of JSX definitions into correctly sized PNG files for social media.

Does this slide generation approach support both TikTok and Instagram formats?

Yes, the slide generation supports both TikTok and Instagram formats. It renders PNG images in 9:16 aspect ratio for TikTok and 4:5 aspect ratio for Instagram, ensuring your medical content fits each platform's dimensions.

What types of medical content slides can I create using Satori and resvg?

Using Satori and resvg, you can create title, content, citation, and CTA slides for medical content. Each slide type supports customizable text and branding elements to maintain a consistent visual identity across your carousel.

Can I customize fonts and safe zones when generating social media slides?

Yes, you can customize fonts and safe zones when generating social media slides. The Skill allows you to configure branding elements and ensure critical medical content remains visible within platform-specific safe zones.

What is the best way to automate medical content slide creation for social media?

The best way to automate medical content slide creation is by running a bash script that renders JSX definitions into PNG images. This eliminates manual design and browser-based tools, producing branded slides with citations and calls to action.

Do I need to install Satori and resvg to generate PNG slides?

Yes, you need Satori and resvg installed to generate PNG slides. These dependencies handle the conversion of JSX layouts into SVG and then into final PNG images, which is required for the programmatic slide generation process.