gaia-executive-presentation

Generate executive slide decks from source documents as self-contained printable HTML.

1.6k|168|Updated Dec 16, 2024
One-click install
npx skills add https://github.com/amd/gaia --skill gaia-executive-presentation-amd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-executive-presentation
Source: https://github.com/amd/gaia/tree/main/.claude/skills/gaia-executive-presentation
Command: npx skills add https://github.com/amd/gaia --skill gaia-executive-presentation-amd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning a README, spec, or design document into a leadership-ready slide deck normally requires manual rewriting and slide design. This Skill converts a source document into an executive presentation focused on outcome, impact, timeline, risk, and cost, delivered as a single offline HTML file that prints cleanly to PDF with one slide per page. ## Core Features & Use Cases - Executive-tier slide selection: Produces 5-7 slides framed for decision-makers, explicitly excluding code blocks, architecture diagrams, and methodology sections. - Credibility contract: Every quantitative value is cited from the source, supplied by the user, or shown as a labeled placeholder, so no fabricated numbers ever appear. - Self-contained output: Inlines shared fonts, CSS design system, and a screen-only viewer into one HTML file with an @media print profile; no external references, no PPTX or Google Slides dependency. - Use Case: Point the Skill at a package README such as hub/agents/email/python/README.md and receive presentations/hub-agents-email-python-README.executive.html, a leadership briefing deck ready to print to PDF. ## Quick Start Ask the AI to run gaia-executive-presentation on a source document path to generate an executive slide deck as printable HTML in the presentations directory.

Frequently Asked Questions about gaia-executive-presentation

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

FAQPage Schema
How do I turn a README into an executive slide deck?

Invoke the skill with the source file path, for example gaia-executive-presentation hub/agents/email/python/README.md. It reads the document, builds an inventory of concrete facts, and writes a self-contained HTML deck to the presentations directory at the repo root.

What output format does the executive presentation use?

The output is a single self-contained HTML file with inlined fonts, CSS, and a screen-only viewer script. It prints cleanly to PDF with one slide per landscape page via an @media print profile; no PPTX, Keynote, or Google Slides files are produced.

How does the skill handle missing metrics or dates?

Missing quantitative values become loud, labeled placeholders rather than invented numbers. The skill first cites the source, then asks the user for known figures, and only then inserts a visibly marked placeholder that is reported back at the end.

What is the difference between executive and technical presentation skills?

The executive tier targets leadership with 5-7 slides on outcome, impact, timeline, risk, and cost, forbidding code blocks and architecture diagrams. The gaia-technical-presentation skill covers the same source for engineers with architecture, methodology, and contracts.

Where is the generated presentation file written?

Decks are written to presentations/<source-path-slug>.executive.html at the repository root, where the slug replaces slashes with dashes. The root presentations directory is gitignored, and output is never written next to the source file.