Copyright (c) 2026 피엠오피스 남웅찬 (WoongChan NAM / PMOffice)
PMOffice-authored documentation; upstream software remains under its original licenses.
| Requirement | Check |
|---|---|
| Git | git --version |
| Python 3.10 or later | python --version |
| ChatGPT Desktop with Work locally, or Codex Local | Open the cloned folder as the local project folder. |
| PowerPoint | Recommended for reviewing the exported editable PPTX. |
For Windows installation guidance, see
windows-installation.md. Do not place passwords,
API keys, or tokens in this document, a prompt, or Git.
git clone https://github.com/NAMWoongchan/slide-master.git
cd slide-master
python -m pip install -r requirements.txt
Confirm that README.md and AGENTS.md are present. The default branch is
main; keep personal source material and generated decks under projects/ so
they remain excluded by the repository .gitignore policy.
slide-master folder and set it as the primary folder.README.md, AGENTS.md, and the applicable workflow
before it creates a deck.projects/<project-name>/.Note: The PMOffice Brand Preset is available at
.claude/skills/ppt-master/templates/brands/pmoffice/. Include this exact workspace path in the initial request when the PMOffice identity is required. Do not infer a brand from its name alone.
.claude/skills/ppt-master/templates/brands/pmoffice/를 사용해서 프로젝트 관리 교육용 PPT를 만들어 줘.
| Symptom | Safe first check |
|---|---|
| Python command fails | Run python --version and use the Windows installation guide. |
| Dependencies fail | Run python -m pip install -r requirements.txt and retain the error output. |
| Generated files appear in Git status | Confirm they are under projects/ and review .gitignore; do not delete files automatically. |
| Git remote is unclear | Run git remote -v; origin should be the PMOffice Fork and upstream the source repository. |