photographer-lindbergh
Generate images in Peter Lindbergh's iconic black and white style. Use when users ask for Lindbergh style, raw authentic beauty, emotional B&W portraits, supermodel aesthetic, or unretouched natural photography.
Best use case
photographer-lindbergh is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Generate images in Peter Lindbergh's iconic black and white style. Use when users ask for Lindbergh style, raw authentic beauty, emotional B&W portraits, supermodel aesthetic, or unretouched natural photography.
Teams using photographer-lindbergh should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/photographer-lindbergh/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How photographer-lindbergh Compares
| Feature / Agent | photographer-lindbergh | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Generate images in Peter Lindbergh's iconic black and white style. Use when users ask for Lindbergh style, raw authentic beauty, emotional B&W portraits, supermodel aesthetic, or unretouched natural photography.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Peter Lindbergh Style Photography
Generate images in the iconic style of Peter Lindbergh - raw, authentic black and white photography that celebrates natural beauty and emotional depth.
See `references/fal-api.md` for setup, Python patterns, and error handling.
## Style Characteristics
Peter Lindbergh revolutionized fashion photography by:
- **Raw authentic beauty** - minimal retouching, natural imperfections celebrated
- **High-contrast black and white** - deep blacks, rich mid-tones, heavy film grain
- **Natural/subtractive lighting** - soft, directional light that sculpts faces
- **Emotional depth** - focus on personality and inner character over glamour
- **Timeless elegance** - avoids trends, captures enduring beauty
## API Endpoint
`fal-ai/gemini-3-pro-image-preview`
## Prompt Construction
### Core Style Elements
Always include these elements for authentic Lindbergh style:
```
in the style of Peter Lindbergh, black and white photography,
natural light, minimal makeup, raw authentic beauty, high contrast,
film grain texture, intimate portrait, emotional depth, unretouched skin
```
### Mood Keywords
| Category | Keywords |
|----------|----------|
| Emotion | `introspective`, `soulful`, `intimate`, `vulnerable` |
| Aesthetic | `raw`, `unretouched`, `authentic`, `natural` |
| Technical | `high contrast`, `film grain`, `black and white` |
| Style | `cinematic`, `timeless`, `verite`, `documentary` |
## CLI Script
```bash
python3 scripts/fal_generate.py \
--endpoint image \
--prompt "woman with freckles, in the style of Peter Lindbergh, black and white, natural light, raw authentic beauty, high contrast, film grain, intimate portrait" \
--aspect-ratio 3:4 \
--output lindbergh-portrait.png
```
## Examples
### 1. Classic Supermodel Portrait
```
woman with strong bone structure, direct gaze at camera,
in the style of Peter Lindbergh, black and white photography,
natural daylight, minimal makeup, raw authentic beauty,
high contrast with rich shadows, film grain texture,
intimate close-up portrait, soulful and introspective
```
### 2. Emotional Editorial
```
model in simple white shirt, wind in hair, beach setting,
in the style of Peter Lindbergh, black and white photography,
overcast natural light, unretouched skin texture,
documentary fashion photography, emotional vulnerability,
cinematic composition, timeless elegance
```
### 3. Group Dynamic
```
three models in casual poses, genuine interaction,
in the style of Peter Lindbergh, black and white photography,
studio with natural light, authentic connection between subjects,
raw beauty without heavy makeup, film grain aesthetic,
candid moment captured, verite fashion photography
```
### 4. Character Study
```
older man with weathered face, life experience in eyes,
in the style of Peter Lindbergh, black and white photography,
window light, every wrinkle celebrated, raw authentic portrait,
high contrast dramatic shadows, soulful depth,
humanistic photography, unretouched character study
```
## Tips for Best Results
1. **Embrace imperfection** - Include terms like "unretouched", "natural skin texture", "authentic"
2. **Specify lighting** - Use "natural light", "window light", "overcast", "subtractive lighting"
3. **Focus on emotion** - Add "soulful", "introspective", "vulnerable", "genuine expression"
4. **Keep it simple** - Lindbergh's style avoids elaborate styling; use "minimal makeup", "simple clothing"
5. **Add grain** - Always include "film grain texture" or "analog film aesthetic"
6. **Use portrait ratios** - 2:3, 3:4, or 4:5 work best for the classic Lindbergh look
7. **Web search grounding** - `enable_web_search: True` lets Gemini look up Lindbergh's actual style for authentic results
## Reference
Peter Lindbergh (1944-2019) was a German fashion photographer known for launching the supermodel era with his 1990 British Vogue cover featuring Naomi Campbell, Linda Evangelista, Tatjana Patitz, Christy Turlington, and Cindy Crawford. His work emphasized natural beauty and rejected heavy retouching.
**Key Influences**: Henri Cartier-Bresson, German Expressionist cinema
**Signature**: Black and white, natural light, emotional authenticityRelated Skills
bgo
Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.
angular-best-practices
Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and rendering efficiency.
angular-app-setup
Creates an Angular 20 app directly in the current folder with strict defaults, deterministic non-interactive flags, and preflight safety checks. Use when the user asks to create, scaffold, or initialize Angular 20 in place and wants build/test verification.
angreal-patterns
This skill should be used when the user asks to "test angreal tasks", "mock angreal", "document tasks", "angreal best practices", "error handling in tasks", "subprocess patterns", "dry run mode", "verbose mode", or needs guidance on testing patterns, development workflows, documentation strategies, or common implementation patterns for angreal tasks.
android
Build, review, and refactor Android mobile apps (Kotlin) using modern Android patterns. Use for tasks like setting up Gradle modules, Jetpack Compose UI, navigation, ViewModel/state management, networking (Retrofit/OkHttp), persistence (Room/DataStore), DI (Hilt/Koin), testing, performance, release builds, and Play Store readiness.
android-watch-logs
Start real-time log streaming from connected Android device using adb logcat. Shows only app's log messages. Use when monitoring app behavior, debugging, or viewing Android logs.
android-use
Control Android devices via ADB commands - tap, swipe, type, navigate apps
android-supabase
Supabase integration patterns for Android - authentication, database, realtime subscriptions. Use when setting up Supabase SDK, implementing OAuth, querying database, or setting up realtime.
android-stop-app
Stop the Android app running on connected device. Cleanly terminates the app using force-stop. Use when stopping the app for debugging, testing, or cleanup.
android-project
Navigate and analyze Android project structure, modules, and dependencies. Use when exploring project structure, finding related files, analyzing dependencies, or locating code patterns.
android-notification-builder
Эксперт Android notifications. Используй для push notifications, channels и notification patterns.
android-motion-specialist
Expert Android developer for the Motion Detector project. Use this skill when working on Camera2 API integration, motion detection algorithms, Android networking (LAN sockets + Supabase Realtime), debugging crashes, or any Android/Kotlin development tasks specific to this sprint timing application.