CLAUDE.md · git:20260808.71189b6 · 2026-08-08 · sha256 a0cd132ecb5bfdf5

CLAUDE.md git:20260808.71189b6A

Immutable. This exact content is served forever at /api/v1/blob/a0cd132ecb5bfdf5.

# CLAUDE.md

## PPT Design Skill

AI-powered PPT generation with 40,000+ style combinations.

## Quick Reference

```bash
# Generate PPT
python -m ppt_pro_max "topic" --style "warm fintech"

# Test
python -m pytest tests/ -q
```

## Architecture

4-phase: StoryPlanner → DesignDecider → ContentGenerator → PPTRenderer

## Key Rules

- Use `_add_picture_cover()` for images (Pillow pre-crop, no distortion)
- Cache-first for all image API calls
- Never modify ui-ux-pro-max code
- Windows: use `python` not `python3`