Transforms complex topics into professional, bilingual (PT/EN) presentations with 12 slides, a full script, and supporting documentation. Use to create executive, educational, or conference-ready materials from a single concept.
This skill transforms a complex topic into a complete, professional, and bilingual (Portuguese/English) presentation package. It generates a 12-slide presentation, a detailed speaker script, and comprehensive documentation, ready for executive briefings, educational seminars, or conference talks.
generate_presentation.py script with the topic and output directory.This skill includes several templates and a powerful script to automate the creation process.
scripts/generate_presentation.py: The core Python script that orchestrates the entire generation process.templates/presentation_template_pt.md: A Markdown template for the 12-slide presentation content in Portuguese.templates/presentation_template_en.md: A Markdown template for the 12-slide presentation content in English.templates/script_template_pt.md: A template for the speaker notes in Portuguese, corresponding to each of the 12 slides.templates/script_template_en.md: A template for the speaker notes in English, corresponding to each of the 12 slides.templates/readme_template_pt.md: A template for the README file in Portuguese, explaining the presentation structure and how to use it.templates/readme_template_en.md: A template for the README file in English.To generate a new presentation, run the generate_presentation.py script from the shell, providing the topic and an output directory.
Usage:
python3.11 /home/ubuntu/skills/professional-presentation-generator/scripts/generate_presentation.py --topic "O Futuro da Inteligência Artificial" --output /home/ubuntu/my_presentation
Arguments:
--topic: The main topic of the presentation (in either Portuguese or English).--output: The directory where the presentation files will be saved.The generated Markdown files (presentation.md, script.md, README.md) can be manually edited to fit specific needs. The aesthetic and structure are based on the successful "Future of Sustainable Energy (2025-2030)" presentation, ensuring a high-quality, professional result.
To change the visual style or structure, you can modify the templates located in the templates/ directory before running the generation script.