ln-150-presentation-creator

Generate a six-tab HTML presentation from project documentation files.

534|73|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-150-presentation-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-150-presentation-creator
Source: https://github.com/levnikolaevich/claude-code-skills/tree/main/ln-150-presentation-creator
Command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-150-presentation-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill builds a self-contained HTML presentation from existing docs (requirements, architecture, tech stack) and related references, enabling easy sharing and onboarding.

Core Features & Use Cases

  • 6-tab HTML presentation (Overview, Requirements, Architecture, Tech Spec, Roadmap, Guides)
  • Inlines diagrams and Mermaid charts
  • Generates a hub README and a presentation_final.html
  • Validates source docs for readiness (diagrams, placeholders, maintenance)

Quick Start

Run ln-150-presentation-creator to produce a standalone presentation from docs/project and docs/reference outputs.

Frequently Asked Questions about ln-150-presentation-creator

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

FAQPage Schema
How do I convert markdown documentation into an interactive HTML presentation?

This Skill builds a self-contained HTML presentation directly from markdown docs in docs/project and docs/reference. It validates required files (requirements.md, architecture.md, tech_stack.md), injects content into HTML templates, inlines assets, and produces presentation_final.html with six tabs: Overview, Requirements, Architecture, Tech Spec, Roadmap, and Guides.

Can I include Mermaid diagrams and charts in my HTML presentation?

Yes. The Skill inlines Mermaid charts and diagrams from your markdown sources directly into the final presentation, rendering them as interactive components within the self-contained HTML output.

What documentation structure do I need before running this Skill?

You need docs/project/requirements.md, docs/project/architecture.md, and docs/project/tech_stack.md as required inputs. The Skill validates that these files exist and are non-empty, then pulls additional content from docs/reference and docs/tasks to populate all six presentation tabs.

How does this Skill validate my documentation for readiness?

The Skill checks for the presence and non-emptiness of required markdown files, and validates that diagrams, placeholders, and content meet maintenance standards before building the presentation.

Can I use this Skill standalone or only within a pipeline?

It works both ways. Run it standalone to generate a presentation from existing docs, or use it as an L2 worker within the ln-100-documents-pipeline for integrated documentation processing.

What output does this Skill produce?

The Skill generates a hub README and presentation_final.html—a standalone, self-contained HTML file with all assets inlined, ready to share for onboarding or stakeholder review without external dependencies.