export-pptx

Convert career data into a PPTX portfolio using pptxgenjs and AWS-style icons.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/younwony/younwony.github.io --skill export-pptx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: export-pptx
Source: https://github.com/younwony/younwony.github.io/tree/main/.claude/skills/export/pptx
Command: npx skills add https://github.com/younwony/younwony.github.io --skill export-pptx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pptxgenjs, sharp, aws-svg-icons, and includes scripts (resource) components.

What problem does it solve?

This Skill turns career data into a polished PowerPoint presentation, removing manual slide creation and formatting work.

Core Features & Use Cases

  • Data-driven generation: Build 10-15 slides from curated career data sources and templates.
  • Visual quality: AWS-inspired design using architecture diagrams and AWS-style icons.
  • Use case: Prepare CTO interview decks or executive portfolio presentations with consistent styling.

Quick Start

Run the PPTX generation script to create the portfolio deck: node scripts/pptx/generate-portfolio.js. The output file is placed under output/, for example 윤원희_포트폴리오_YYYY-MM.pptx.

Frequently Asked Questions about export-pptx

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

FAQPage Schema
How do I generate a PPTX portfolio from career data for an executive presentation?

You can generate a PPTX portfolio by running the node scripts/pptx/generate-portfolio.js script, which converts curated career data into a ready-to-share PowerPoint file stored in the output directory.

Can I use AWS SVG icons to create architecture diagrams in PowerPoint?

Yes, this Skill uses the aws-svg-icons dependency to embed AWS-style SVG icons into your slides, enabling the creation of architecture diagrams directly within the generated PPTX portfolio.

Does pptxgenjs support automated slide generation for CTO interview decks?

Yes, pptxgenjs is used as the core engine for automated slide generation, allowing this Skill to programmatically build 10-15 styled slides suitable for CTO interview decks and architecture reviews.

What is the best way to automate PowerPoint creation for an architecture review deck?

The best way to automate PowerPoint creation for an architecture review deck is using this Skill's data-driven generation script, which outputs a ready-to-share PPTX file with AWS-inspired design and architecture diagrams.

Do I need to preprocess images with sharp before adding them to slides?

Image preprocessing with sharp is handled internally by the Skill during generation, ensuring visual quality and proper formatting of images embedded within the slides without requiring manual intervention.