Evan1108-Coder

Blender Cinematic Modeling Skill — Design skill for Claude Code

Design community

Claude and Codex skill for detailed Blender modeling, reference-based reconstruction, cinematic materials and lighting, interactive exploration, animation, performance measurement, and visual verifica.

How to install Blender Cinematic Modeling Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Evan1108-Coder/blender-cinematic-modeling-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Blender Cinematic Modeling Skill does

Claude and Codex skill for detailed Blender modeling, reference-based reconstruction, cinematic materials and lighting, interactive exploration, animation, performance measurement, and visual verification.

Alternatives in Design

  • Brainstorming — Transform rough ideas into fully-formed designs through structured questioning and alternative exploration 27.9k ★
  • Architecture Design Agent — You are an expert software architecture design agent specializing in creating comprehensive system architectur 129 ★
  • Vox Explainer Skill — A Claude Code skill that turns one topic prompt into a finished Vox-style explainer video 95 ★

README

Blender Cinematic Modeling Skill

A shared Claude Code and Codex skill for detailed Blender modeling, reference-based reconstruction, cinematic materials and lighting, optional exploration, and honest visual verification.

**Status: initial skill foundation.** The repository contains instructions and a reusable brief, not a Blender add-on or a procedural asset generator. Package checks do not establish that every agent or Blender version will produce a good scene.

What It Does

  • Guides reconstruction from verified references and coherent interior layouts.
  • Prioritizes physical depth, PBR material response and motivated cinematic lighting.
  • Covers optional keyboard exploration and mechanism animation.
  • Balances visual quality with measured performance on the actual target machine.
  • Requires executed builds, representative renders and explicit verification limits.

Repository Structure

SKILL.md
references/
  visual-quality.md
  verification.md
  request-template.md
scripts/validate-skill.mjs
.github/workflows/ci.yml
docs/project-snapshot.md
docs/assets/
.github/ISSUE_TEMPLATE/bug_report.md
.github/pull_request_template.md
CONTRIBUTING.md
SECURITY.md
README.md
LICENSE
.gitignore

The installable package is the repository root. Both platforms use the same `SKILL.md`.

See the [project snapshot](docs/project-snapshot.md) for the file mix and workflow diagrams. The repository follows a single `master` default branch, matching the other Evan1108-Coder skill repositories.

Setup

Install with Git into one of the following locations. If a destination already exists, inspect it before updating; do not overwrite local edits.

Codex:

mkdir -p ~/.codex/skills
git clone https://github.com/Evan1108-Coder/blender-cinematic-modeling-skill-claude-codex.git ~/.codex/skills/blender-cinematic-modeling

Claude Code:

mkdir -p ~/.claude/skills
git clone https://github.com/Evan1108-Coder/blender-cinematic-modeling-skill-claude-codex.git ~/.cla