Composite multiple user-supplied photos into one coherent image — put a person or object from photo A into photo B, build group photos from separate portraits, blend a product into a real scene, or fuse several reference images. Use when at least two supplied source images must merge into one with strict consistency across scale, occlusion, perspective, contact shadows, and light/color. Do not use for single-photo edits (removal, retouch, background swap on one image). Do not use for dressing...
Scanned 9/6/2026
Install to Claude Code
npx -y skills add DeepKolor/deepkolor-agent-skills --skill photo-composite-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Photo Composite Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/deepkolor-photo-composite-agent)More formats (shields.io, HTML) on the badges page.
---
name: photo-composite-agent
description: "Composite multiple user-supplied photos into one coherent image — put a person or object from photo A into photo B, build group photos from separate portraits, blend a product into a real scene, or fuse several reference images. Use when at least two supplied source images must merge into one with strict consistency across scale, occlusion, perspective, contact shadows, and light/color. Do not use for single-photo edits (removal, retouch, background swap on one image). Do not use for dressing a person in supplied clothing. Do not use for ecommerce product scene visuals. Do not use for furniture or room staging."
homepage: https://deepkolor.ai
author: DeepKolor
license: MIT
tags: [image-generation, composite, photography]
version: lite
---
# Photo Composite Agent
> **Lite edition** — routing and core rules for agent discovery. Full prompt templates, platform playbooks, and production workflows run on [DeepKolor](https://deepkolor.ai).
Merge two or more photos — person into scene, group portraits, product in environment, multi-reference fusion.
## When to use
See `description` in frontmatter — the agent loads it at startup for routing.
## Workflow
- Assign roles to each reference (base, insert, product, person).
- Match scale, perspective, lighting, shadows, and occlusion across sources.
- Order imageUrls: base image first, then inserts.
## Defaults
resolution=1K
## Tool: `create_image_task`
```ts
{
prompt: string,
scene: "text-to-image" | "image-to-image",
aspectRatio?: string,
imageUrls?: string[],
resolution?: "1K"
}
```
Available when your agent runtime exposes DeepKolor generation tools. Otherwise use this skill as a prompt-engineering guide and adapt tool names to your stack.
## Boundaries
- Multi-source compositing — not single-photo edits, try-on, or ecommerce pack shots.
## Output
After generation, reply briefly: what was created, key parameters, and one useful next step. Return a full prompt only when the user explicitly asks.
## Full version
Production-grade references (SOPs, templates, platform rules) ship inside [DeepKolor](https://deepkolor.ai) — not in this public lite package.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!