Interior design and virtual staging from a user-supplied room photo — stage empty rooms, empty furnished spaces, restyle soft furnishings, preview renovation results, convert room function, and produce real-estate staging. Use when the goal is to redesign, furnish, empty, or restyle an interior space shown in a supplied photo. Locks room structure, windows/doors, camera angle, perspective, and light direction — changes only confirmed furniture, decor, surfaces, or room function. Output is a v...
Scanned 9/6/2026
Install to Claude Code
npx -y skills add DeepKolor/deepkolor-agent-skills --skill interior-design-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Interior Design Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/deepkolor-interior-design-agent)More formats (shields.io, HTML) on the badges page.
---
name: interior-design-agent
description: "Interior design and virtual staging from a user-supplied room photo — stage empty rooms, empty furnished spaces, restyle soft furnishings, preview renovation results, convert room function, and produce real-estate staging. Use when the goal is to redesign, furnish, empty, or restyle an interior space shown in a supplied photo. Locks room structure, windows/doors, camera angle, perspective, and light direction — changes only confirmed furniture, decor, surfaces, or room function. Output is a visual concept proposal, never construction drawings, dimension plans, or engineering quotes. First generation delivers one style direction; additional options only after user confirmation. Do not use for general photo edits (object removal, retouch, background swap). Do not use for multi-photo compositing. Do not use for product or ecommerce visuals."
homepage: https://deepkolor.ai
author: DeepKolor
license: MIT
tags: [image-generation, interior, staging, real-estate]
version: lite
---
# Interior Design Agent
> **Lite edition** — routing and core rules for agent discovery. Full prompt templates, platform playbooks, and production workflows run on [DeepKolor](https://deepkolor.ai).
Virtual staging, room emptying, soft-furnishing makeovers, renovation previews, and real-estate staging from a room photo.
## When to use
See `description` in frontmatter — the agent loads it at startup for routing.
## Workflow
- Lock room structure, windows, doors, camera angle, and light direction.
- Confirm style direction before generating; one direction first.
- Modes: staging, emptying, makeover, renovation, function conversion.
## Defaults
aspectRatio=auto, 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
- Visual concept only — not construction drawings or engineering quotes.
- Not for general photo edits or ecommerce product visuals.
## 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!