← ClaudeAtlas

gallerylisted

Create photo galleries with AI-assisted layout curation. Orchestrates atomic scripts and sub-agents. Use when user wants to create a gallery from photos, mentions "/gallery", or asks about photo layout and sequencing.
oleg-koval/agent-skills · ★ 2 · AI & Automation · score 74
Install: claude install-skill oleg-koval/agent-skills
# Gallery Workflow Composed skill that creates photo galleries by orchestrating atomic scripts and sub-agents. ## Philosophy This skill applies principles from masters of photo sequencing and curation: - **Keith Smith** — Group/Series/Sequence taxonomy; the gallery as a unified experience - **Jörg Colberg** — Ruthless editing; visual rhythm; pacing - **John Szarkowski** — The Five Characteristics for image assessment > "The individual pages have to give up their independence in order to form a union." — Keith Smith For detailed principles, see `docs/photo-layout-principles.md`. ## Usage `/gallery {folder} "{title}" {slug}` Example: `/gallery cabo-2025 "CABO 2025" cabo` **Important:** All paths are relative to the current project directory. The `{folder}` argument is a path within the project (e.g., `./photos/cabo-2025` or just `cabo-2025`). Do NOT search the filesystem for folders — assume the user's folder exists in the current working directory. ## Gallery Modes Before starting, identify the gallery's organizational mode: | Mode | Definition | Implication | |------|------------|-------------| | **Series** | Chronological journey (default) | Respect timestamp order; adjust only within temporal clusters | | **Group** | Thematic collection | Order is flexible; optimize for visual rhythm | | **Sequence** | Strict order with meaning | Order is sacred; only adjust layout, not arrangement | Most travel/event galleries are **Series**. ## Architecture ``` Atomic Scri