Home / dcc-mcp / dcc-mcp-core · skills/mesh-ops/SKILL.md · GitHub

mesh-ops skillA

mesh-ops is agent-read markdown (skill) from dcc-mcp/dcc-mcp-core: Cross-adapter polygon modeling recipe pack for the shared cross-DCC modeling vocabulary. Structured RECIPES.yaml entries for primitive creation, hard-surface edits, topology cleanup, UV generation, radial arraying, and material assignment. Reusable by every DCC adapter's mesh-ops skill (maya, blender, houdini, 3dsmax, and custom hosts) before falling back to raw scripting..

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

# mesh-ops

Cross-adapter polygon modeling recipes for the shared cross-DCC modeling
vocabulary. Every recipe is a DCC-agnostic plan: a validated `inputs_schema`,
an ordered list of `steps` that dispatch the canonical `mesh_ops__<verb>` tool,
a Draft 2020-12 `output_contract`, and a `toolset_profiles: [mesh-ops]`
binding.

## How to use

1. `recipes__list` with `skill: mesh-ops` to see the available recipes.
2. `recipes__get` a recipe to read its `inputs_schema`, `steps`, and
   `output_contract`.
3. `recipes__validate` candidate inputs against the recipe schema before
   dispatching.
4. `recipes__apply` to obtain the execution plan, then materialize and
   dispatch the returned `steps` (see "Dispatch contract" below).

## Cross-adapter contract

- `dcc: any` — a recipe is not tied to one host; the same plan applies in
  every DCC adapter that implements the shared modeling verb.
- `toolset_profiles: [mesh-ops]` — the recipe belongs to the mesh-ops toolset
  carried by each adapter's mesh-ops skill.
- `steps[].tool` uses the canonical `mesh_ops__<verb>` name, never an
  adapter-specific slug.
- `inputs_schema` is a Draft 2020-12 schema validated by Core without a
…

Read the whole file at its exact version.

How to install

Latest version
mdr add dcc-mcp/dcc-mcp-core/mesh-ops@git:20260918.477d57e
Exact content
mdr add dcc-mcp/dcc-mcp-core/mesh-ops@sha256:f8f064e609bf5b6f

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_ornh5jdr4lwmhuf6.svg)](https://markdownregistry.com/a/art_ornh5jdr4lwmhuf6)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260918.477d57e latest2026-09-18 477d57e 5,564 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (5564 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

dcc-mcp/dcc-mcp-core · 47 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ornh5jdr4lwmhuf6
GET https://markdownregistry.com/api/v1/resolve?ref=dcc-mcp/dcc-mcp-core/mesh-ops
GET https://markdownregistry.com/api/v1/blob/f8f064e609bf5b6f7d27feb48a948653326dfb13219257e1dc86665d44eff645

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 dcc-mcp/dcc-mcp-core

dcc-mcp-core skill
dcc-mcp/dcc-mcp-core · .agents/skills/dcc-mcp-core/SKILL.md · Foundation library for the DCC Model Context Protocol (MCP) ecosystem. Provides Rust-powered action management, skills…
"0.20.34" # x-release-please-version · audit A · 47 stars
AGENTS.md agents
dcc-mcp/dcc-mcp-core · AGENTS.md
git:20260921.a36ddc1 · audit B · 47 stars
CLAUDE.md claude
dcc-mcp/dcc-mcp-core · CLAUDE.md
git:20260607.e9302b9 · audit A · 47 stars
hello-world skill
dcc-mcp/dcc-mcp-core · examples/remote-server/skills/hello-world/SKILL.md · Example skill - minimal greeting tool. Use only for testing standalone internal service connectivity and Skill…
git:20260730.58c1814 · audit A · 47 stars
asset-material-authoring skill
dcc-mcp/dcc-mcp-core · examples/rez-skills/asset_material_authoring/skills/asset-material-authoring/SKILL.md · Material authoring helpers for asset-library contexts.
git:20260505.5c57b27 · audit A · 47 stars
commercial-2d-layers skill
dcc-mcp/dcc-mcp-core · examples/rez-skills/commercial_2d_layers/skills/commercial-2d-layers/SKILL.md · Photoshop layer checks for commercial 2D motion deliverables.
git:20260505.5c57b27 · audit A · 47 stars
commercial-3d-product-render skill
dcc-mcp/dcc-mcp-core · examples/rez-skills/commercial_3d_product_render/skills/commercial-3d-product-render/SKILL.md · Product lookdev and render-review helpers for commercial 3D work.
git:20260505.5c57b27 · audit A · 47 stars
film-animation-blocking skill
dcc-mcp/dcc-mcp-core · examples/rez-skills/film_animation_blocking/skills/film-animation-blocking/SKILL.md · Maya blocking helpers for film shot animation contexts.
git:20260505.5c57b27 · audit A · 47 stars
film-fx-cache-review skill
dcc-mcp/dcc-mcp-core · examples/rez-skills/film_fx_cache_review/skills/film-fx-cache-review/SKILL.md · Houdini FX cache and simulation review helpers for film shots.
git:20260505.5c57b27 · audit A · 47 stars
game-level-layout skill
dcc-mcp/dcc-mcp-core · examples/rez-skills/game_level_layout/skills/game-level-layout/SKILL.md · Game level layout review helpers for editor contexts.
git:20260505.5c57b27 · audit A · 47 stars
async-render-example skill
dcc-mcp/dcc-mcp-core · examples/skills/async-render-example/SKILL.md · Example skill — demonstrates async execution affinity: long-running tools surface as deferredHint=true in MCP…
git:20260505.5c57b27 · audit A · 47 stars
cancellable-loop skill
dcc-mcp/dcc-mcp-core · examples/skills/cancellable-loop/SKILL.md · Example skill — demonstrates cooperative cancellation inside a skill script loop using check_cancelled(). Use as a…
git:20260505.5c57b27 · audit A · 47 stars

Every file in dcc-mcp/dcc-mcp-core

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