/plugin marketplace add seulee26/mckinsey-pptx /plugin install axlabs-mckinsey-pptx@axlabs /exit /agents 이 플러그인이 쓸 파이썬 라이브러리들 설치해줘. bash pip install python-pptx openpyxl python-docx pdfplumber pandas bash brew install --cask libreoffice && brew install poppler axlabs-mckinsey-pptx/ ├── templates/ # 40 slide template definitions ├── agents/ │ └── mckinsey slide agent.py # subagent: picks templates, defends choices ├── generators/ │ ├── slide builder.py # python-pptx slide construction │ ├── chart builder.py # chart rendering helpers │ └── data reader.py # xlsx/csv/pdf/docx ingestion ├── themes…