slide-writer

Generate Marp slide decks from training text with one slide per topic.

Updated Dec 14, 2025
One-click install
npx skills add https://github.com/imagepit/text-lint-plugin --skill slide-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slide-writer
Source: https://github.com/imagepit/text-lint-plugin/tree/main/skills/slide-writer
Command: npx skills add https://github.com/imagepit/text-lint-plugin --skill slide-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables rapid creation of Marp-based slide decks from training text sources, ensuring consistent structure and concise formatting, saving time for instructors and content teams.

Core Features & Use Cases

  • Converts chapter-text into topic-based slides with one slide per topic and bullet-focused content.
  • Applies frontmatter (marp: true, title, etc.) and slide structure to ensure compatibility with Marp renderers.
  • Use case: a trainer converts a 6-chapter course into a slide deck from existing text materials.

Quick Start

Create a Marp slide deck for Chapter 01 from the corresponding chapter text, applying the required frontmatter and slide-structure rules.

Frequently Asked Questions about slide-writer

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

FAQPage Schema
How do I generate Marp slides from existing training text?

Yes, you can convert markdown training materials into Marp presentations. The system reads chapter-text sources, structures them into topic-based slides with one slide per topic, and applies required frontmatter for Marp renderers.

What is the best way to structure markdown for Marp presentation generation?

For Marp presentation generation, structure markdown text hierarchically by chapters and topics. The system enforces frontmatter rules and limits slide scope to these sections, producing one slide per topic with bullet formatting.

Does the generated Marp slide deck include frontmatter automatically?

Yes, the generated Marp slide deck includes frontmatter automatically. The system enforces required Marp frontmatter, including the marp: true directive and title, ensuring compatibility with Marp renderers.

How many slides are generated per chapter from training text sources?

The system generates one slide per topic found within each chapter from your training text sources. It limits the slide deck scope strictly to chapters and topics present in the input text.

Can I create a Marp slide deck for a single chapter instead of the whole course?

Yes, you can generate a Marp slide deck for a single chapter. The system processes the specified chapter text, applying frontmatter and slide-structure rules to output the corresponding topic-based slides.

What are the limitations of converting training text to Marp slides?

The main limitation is that slide generation is strictly bound to chapters and topics found in the source text. It produces one bullet-style slide per topic and does not create content outside the provided text structure.