Home / max-786 / claude-3d-harness · CLAUDE.md · GitHub

CLAUDE.md claudeA

CLAUDE.md is agent-read markdown (claude) from max-786/claude-3d-harness.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# claude-3d-harness

An orchestration layer over open-source Blender skill libraries. The 3D skills
live in git submodules under `upstream/`; this repository owns only the registry
that routes between them, the workflows, the complexity profiles and the install
and update tooling. Blender is driven through one MCP server named `blender`.

## When the user asks for anything 3D

Invoke the `blender-harness` skill before doing anything else, including for
requests that never mention Blender ("make a product shot of a watch"). It points
to the entry skill, `SKILL.md` at the repository root, which classifies the job,
picks a workflow and gets a load plan from the registry:

```bash
uv run scripts/harness.py resolve -w <workflow> -p <fast|standard|cinematic>
```

Read only the upstream files the load plan names. Do not pick skills by browsing
`upstream/`: the libraries overlap, use different MCP tool names, and some of
their skills must not run here. The registry already made those decisions.

## When maintaining the harness

| Path | What it holds |
| --- | --- |
| `registry/upstreams.yaml` | The submodules: repo, license, MCP dialect, `cataloged_at` commit |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add max-786/claude-3d-harness/CLAUDE.md@git:20260920.bf93436
Exact content
mdr add max-786/claude-3d-harness/CLAUDE.md@sha256:b4b9a1d1045abfcb

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_guegmjrgyxvmlxgl.svg)](https://markdownregistry.com/a/art_guegmjrgyxvmlxgl)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.bf93436 latest2026-09-20 bf93436 3,857 BA view · diff
git:20260918.059296f2026-09-18 059296f 3,210 BA view · diff
git:20260918.2bae85f2026-09-18 2bae85f 2,602 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • pass: Size between 200 bytes and 200 KB (3857 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

max-786/claude-3d-harness · 6 stars · license MIT · pushed 2026-09-21 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_guegmjrgyxvmlxgl
GET https://markdownregistry.com/api/v1/resolve?ref=max-786/claude-3d-harness/CLAUDE.md
GET https://markdownregistry.com/api/v1/blob/b4b9a1d1045abfcb4c562a49d227b00544c0c8d6c16adcb52d43beff47075d81

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from max-786/claude-3d-harness

blender-harness skill
max-786/claude-3d-harness · .claude/skills/blender-harness/SKILL.md · Entry point for every 3D or Blender task in this repository - modeling, materials, lighting, cameras, rendering…
git:20260918.059296f · audit A · 6 stars
claude-3d-harness skill
max-786/claude-3d-harness · SKILL.md · Entry point for every 3D or Blender task - modeling, materials, lighting, cameras, rendering, animation, product shots…
git:20260920.d3e8a10 · audit A · 6 stars
animation-quality-gate skill
max-786/claude-3d-harness · library/cc/animation-quality-gate/SKILL.md · Validate Blender animation attempts before accepting them by rendering contact sheets, checking silhouette stability…
git:20260921.8093f5d · audit A · 6 stars
atlas-uv-fitting skill
max-786/claude-3d-harness · library/cc/atlas-uv-fitting/SKILL.md · Detect texture-atlas regions and map each source part to its own UV rectangle or projected UV surface. Use when a…
git:20260921.d4bf893 · audit A · 6 stars
blender-animation skill
max-786/claude-3d-harness · library/cc/blender-animation/SKILL.md · Animate objects, cameras, lights, and properties in Blender — keyframes, F-curves, easing (Bezier, Linear, Sine…
git:20260921.d4bf893 · audit A · 6 stars
blender-cameras skill
max-786/claude-3d-harness · library/cc/blender-cameras/SKILL.md · Set up Blender cameras with cinematic intent — focal length, depth of field (f-stop / focus object), composition (rule…
git:20260921.d4bf893 · audit A · 6 stars
blender-export skill
max-786/claude-3d-harness · library/cc/blender-export/SKILL.md · Export Blender scenes to glTF/GLB (web/AR), FBX (game engines), OBJ (universal), USD (VFX pipelines), STL (3D…
git:20260921.d4bf893 · audit A · 6 stars
blender-lighting skill
max-786/claude-3d-harness · library/cc/blender-lighting/SKILL.md · Light Blender scenes professionally — three-point setups, HDRI environments, studio/cinematic/dramatic configurations…
git:20260921.d4bf893 · audit A · 6 stars
blender-materials skill
max-786/claude-3d-harness · library/cc/blender-materials/SKILL.md · Create and assign PBR materials in Blender via Principled BSDF — metals, glass, plastic, fabric, skin, organics. Covers…
git:20260921.d4bf893 · audit A · 6 stars
blender-modeling skill
max-786/claude-3d-harness · library/cc/blender-modeling/SKILL.md · Create and edit 3D meshes in Blender — primitives, hard-surface modeling, mesh operators, modifier stacks (Bevel…
git:20260921.d4bf893 · audit A · 6 stars
blender-pro-workflow skill
max-786/claude-3d-harness · library/cc/blender-pro-workflow/SKILL.md · End-to-end production workflow guidance for Blender — the order to assemble scenes (block-out → camera → light → forms…
git:20260921.d4bf893 · audit A · 6 stars
blender-rendering skill
max-786/claude-3d-harness · library/cc/blender-rendering/SKILL.md · Render Blender scenes with the right engine and settings — Cycles for photoreal, EEVEE for speed/stylized, sample…
git:20260921.d4bf893 · audit A · 6 stars

Every file in max-786/claude-3d-harness

Other files named CLAUDE.md

CLAUDE.md claude
obra/superpowers · CLAUDE.md
git:20260919.5bf4e78 · audit B · 291,204 stars
CLAUDE.md claude
affaan-m/ecc · CLAUDE.md
git:20260528.04c68e4 · audit A · 266,832 stars
CLAUDE.md claude
firecrawl/firecrawl · CLAUDE.md
git:20260615.fe8d358 · audit A · 184,144 stars
CLAUDE.md claude
garrytan/gstack · CLAUDE.md
git:20260924.06ed920 · audit A · 134,082 stars
CLAUDE.md claude
juliusbrussee/caveman · CLAUDE.md
git:20260908.bb1cfc8 · audit B · 107,708 stars
CLAUDE.md claude
addyosmani/agent-skills · CLAUDE.md
git:20260720.8fd2081 · audit A · 98,554 stars
CLAUDE.md claude
nexu-io/open-design · CLAUDE.md
git:20260430.9b57c22 · audit B · 97,933 stars
CLAUDE.md claude
thedotmack/claude-mem · CLAUDE.md
git:20260723.e29d221 · audit A · 94,550 stars

Browse by kind, by grade A, or by owner.