ia-presenter

Generate and validate iA Presenter markdown bundles with text.md, info.json, and assets.

3|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/spm1001/claude-suite --skill ia-presenter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ia-presenter
Source: https://github.com/spm1001/claude-suite/tree/main/skills/ia-presenter
Command: npx skills add https://github.com/spm1001/claude-suite --skill ia-presenter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables you to create and validate iA Presenter markdown bundles that separate audience-visible content from speaker notes using tab indentation, ensuring clean slide generation and correct metadata.

Core Features & Use Cases

  • Create iA Presenter bundles (.iapresenter) with text.md, assets, and info.json.
  • Validate slide structure, visible content vs notes, and image metadata for accurate rendering in iA Presenter.
  • Use case: design and validate a 5-slide deck for a product launch, then export to the app for presentation without extra tooling.

Quick Start

Use the ia-presenter skill to generate a ready-to-use Markdown content bundle for your upcoming mini-presentation. Then place it in a folder named YourPresentation.iapresenter with assets and info.json as needed.

Frequently Asked Questions about ia-presenter

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

FAQPage Schema
How do I create iA Presenter slides from markdown?

To create iA Presenter slides from markdown, you generate a bundle folder containing a text.md file for slide content, an info.json file for metadata, and an assets directory for images. This structure ensures your markdown renders correctly in the iA Presenter app.

How do I separate speaker notes from slide content in iA Presenter markdown?

You separate speaker notes from visible slide content in iA Presenter markdown by using tab indentation. Indented lines are treated as speaker notes, while non-indented lines form the audience-visible content during slide generation.

What files are required for an iA Presenter markdown bundle?

An iA Presenter markdown bundle requires three elements: a text.md file containing the slide structure, an info.json file for metadata, and an assets folder for images. These files must be placed in a folder named with the .iapresenter extension.

Can I validate image metadata and slide structure for iA Presenter?

Yes, you can validate image metadata and slide structure for iA Presenter bundles. The validation checks the separation of visible content and notes via tab indentation and verifies image metadata to ensure accurate rendering within the iA Presenter app.

What is the best way to build a product launch deck for iA Presenter?

The best way to build a product launch deck for iA Presenter is to generate a markdown bundle with text.md, assets, and info.json. You can design and validate the slide structure within the markdown file before exporting it to the app for presentation.