
Interior Design Skills
- 3 repo stars
- Updated May 5, 2026
- stevencastroverde/interior-design-claude-plugin
Skills for common interior design tasks
About
interior-design-skills is a Claude Code skill in the Design & UI/UX category. Skills for common interior design tasks
- interior-design-skills
- Design & UI/UX
- AI-coding skill
Interior Design Skills by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add stevencastroverde/interior-design-claude-plugin/plugin install interior-design-skills@claude-meets-interior-designAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | May 5, 2026 |
| Repository | stevencastroverde/interior-design-claude-plugin ↗ |
What it does
Skills for common interior design tasks
README.md
Interior Design Skills — Claude Code Plugin
Workflow skills for interior designers: FF&E schedules, mood board PDFs, spec sheet annotation, CAD block generation, hatch patterns, and PDF protection.
Skills
| Skill | Purpose |
|---|---|
moodboard-pdf |
Generates a branded PDF mood board from product markdown clippings |
schedule-creator |
Builds Excel FF&E room schedules from product data |
spec-sheet-annotator |
Annotates manufacturer spec sheets with project-specific callouts |
image-to-dxf |
Converts a product photo into a DXF block with embedded FF&E attributes |
autocad-hatch-pat |
Generates AutoCAD-compatible .pat hatch pattern files from tile/material patterns |
pdf-protect |
Watermarks and applies permission restrictions to PDFs before client delivery |
Installation
# Install via Claude Code plugin manager, or run locally:
cc --plugin-dir /path/to/plugins/interior-design
Python Dependencies
Install before using script-based skills:
pip install reportlab pypdf ezdxf openpyxl pymupdf fpdf2 vtracer
Setup Notes
autocad-hatch-patuses theshow_widgettool for interactive preview; falls back to a text table if unavailable.image-to-dxfrequiresezdxfand optionallyvtracerfor automated tracing.pdf-protectrequirespypdfandreportlab.