showcase-presenter

Generate project showcases from build artifacts and SKILL.md files with Markdown and Mermaid diagrams.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/robwestz/memoryporter --skill showcase-presenter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: showcase-presenter
Source: https://github.com/robwestz/memoryporter/tree/main/knowledge/meta-skills/showcase-presenter
Command: npx skills add https://github.com/robwestz/memoryporter --skill showcase-presenter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires read, glob, grep, write, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of professional project showcases from build artifacts, reports, and skill packages, streamlining the presentation of project progress and capabilities.

Core Features & Use Cases

  • Report Showcase: Generate narrative summaries with metrics, timelines, and architecture decisions from build logs and reports.
  • Demo Showcase: Build capability inventories and demo cards from SKILL.md files, showcasing capabilities and how to use them.
  • Documentation Audit: Ensure all showcased components are documented, functional, and free of dead references.

Quick Start

To generate a Report Showcase, use: showcase-presenter report-showcase.md. To generate a Demo Showcase, use: showcase-presenter demo-showcase.md.

Frequently Asked Questions about showcase-presenter

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

FAQPage Schema
How do I generate a project presentation from build artifacts and reports?

Project presentation generation from build artifacts extracts real metrics, timelines, and architecture decisions using file system access. It automates showcase creation by reading SKILL.md files and build logs to produce narrative summaries.

Can I export a project showcase as Marp slides and Mermaid diagrams?

Marp slide export and Mermaid diagrams are supported natively alongside Markdown output. You can generate visual project showcases by running the demo or report showcase commands to produce these formats directly.

Do I need SKILL.md files to build a demo showcase from build artifacts?

SKILL.md files are required to build a demo showcase. The Skill reads these files to construct capability inventories and demo cards, ensuring all showcased components are properly documented and functional.

What's the best way to audit documentation for a project presentation?

Documentation audits for project presentations are performed automatically during generation. The Skill checks each showcased component to ensure it is documented, functional, and free of dead references.

Does this showcase generator work without project file system access?

Project file system access is required for this showcase generator. It needs to read build artifacts, reports, and SKILL.md files directly from the file system to extract metrics and perform documentation audits.

How do I create a capability inventory from existing skill packages?

Creating a capability inventory from skill packages involves running the demo showcase command. The Skill extracts capability inventories and builds demo cards directly from the SKILL.md files within your project components.