Agent skill · Code Review & Quality

muapi-floor-plan-rendering

Design a 2D floor plan and convert it into a realistic, high-quality 3D architectural rendering.

SamurAIGPTgithub.com/SamurAIGPTGitHub ↗
claude-codeMIT
Install
npx skills add SamurAIGPT/Generative-Media-Skills --skill floor-plan-rendering --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Path: library/visual/floor-plan-rendering/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,976
Language: Shell
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Floor Plan Rendering **Design a 2D floor plan and convert it into a realistic, high-quality 3D architectural rendering.** ## Inputs | Name | Type | Required | Default | Description | |:---|:---|:---|:---|:---| | `floor_plan_description` | text | yes | — | Description of the floor plan (e.g. "a modern 2-bedroom apartment with a balcony and open kitchen"). | | `base_plan_image` | image_url | no | — | Optional 2D floor plan image to use as a starting point. | ## Steps ### Phase A — 2D Floor Plan Design If `{{base_plan_image}}` is not provided, submit the plan with ONE step to create the 2D blueprint: 1. **Floor Plan Generation** — `muapi image generate` (model=`nano-banana-2`): - Prompt: `A professional, clean 2D architectural floor plan of {{floor_plan_description}}. Top-down view, technical drawing style, white background, black lines, labeled rooms (Living Room, Kitchen, Bedroom, etc.), high contrast, minimalist design.` - Aspect ratio: 4:3 or 1:1 Present the 2D plan to the user for approval. ### Phase B — 3D Rendering Once the 2D plan is ready, submit the plan to convert it into a realistic 3D visualization: 1. **3D Conversion** — `muapi image edit` (model=`nano-banana-2-edit`):

What's inside
Steps it walks through
  1. Inputs
  2. Steps
  3. Phase A — 2D Floor Plan Design
  4. Phase B — 3D Rendering
  5. Trigger Keywords
  6. Notes for the Executing Agent
More from Generative-Media-Skills
All skills →
About this skill
What does the muapi-floor-plan-rendering skill do?

Design a 2D floor plan and convert it into a realistic, high-quality 3D architectural rendering.

How do I install it?

Run `npx skills add SamurAIGPT/Generative-Media-Skills --skill floor-plan-rendering --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From SamurAIGPT/Generative-Media-Skills, a repository with 3,976 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going