CLAUDE.md · git:20260809.37279c6 · 2026-08-09 · sha256 5d7f44a1d5d427b6

CLAUDE.md git:20260809.37279c6A

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

# 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
- Design database is bundled in `src/ppt_pro_max/data/` (no external dependency)
- Windows: use `python` not `python3`