Blender Cinematic Modeling Skill Claude Codex banner
Evan1108-Coder Evan1108-Coder

Blender Cinematic Modeling Skill Claude Codex

Design community

Description

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

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

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