Skill Claude CodeCodex
Set up dcc-mcp-maya for an agent or operator: install Maya Python dependencies with mayapy, generate MCP host configuration, guide the user through loading the Maya plugin, and run a first live-tool smoke prompt.
Skill Claude CodeCodex
Set up dcc-mcp-maya for an agent or operator: install Maya Python dependencies with mayapy, generate MCP host configuration, guide the user through loading the Maya plugin, and run a first live-tool smoke prompt.
Skill Claude CodeCodex
Pipeline stage — render globals, final-frame rendering, and viewport capture: configure render settings, query them, render frames, capture playblasts. Use for producing final or preview imagery. Not for modeling (maya-mesh-ops), animation editing (maya-animation), generic file import/export (maya-geometry), or render…
Skill Claude CodeCodex
Bootstrap stage — escape hatch for Maya work that has no packaged skill yet. Agents should prefer searchskills / dcccapabilitymanifest → loadskill → typed tools (inputSchema + annotations) from domain skills; use executepython or executemel only when no skill matches, for bulk in-process loops, or for API…
Skill Claude CodeCodex
Instala, actualiza, repara y verifica NavisCoord — el complemento de Autodesk Navisworks y su runtime local — cuando se usa como plugin de Claude o Codex. Úsala si las herramientas navis no aparecen, si solo aparece navisinstallstatus, si el puente no responde, si Navisworks no muestra la pestaña NavisCoord en la…
joseguiaCES/autocad-dotnet-claude-skill
Skill Claude CodeCodex
Comprehensive AutoCAD .NET API reference for plugin development. Use when writing AutoCAD .NET plugins, working with ObjectARX managed wrappers, creating commands, manipulating entities, or needing exact API signatures. Covers AutoCAD 2025 and 2026 (both net8.0) with patterns, gotchas, and full API index. TRIGGER…
Skill Claude CodeCodex
Complete vx CLI command reference. Use when looking up specific vx command syntax, flags, output formats, or token-efficient forwarding. vx-native commands support --json, --toon, --compact, and --output-format; forwarded tools keep native output unless compact mode is explicitly requested.
Skill Claude CodeCodex
Teaches AI agents how to use vx, the universal dev tool manager. Use when the project has vx.toml or .vx/, or when the user mentions vx, tool version management, Git/GitHub operations, or cross-platform setup. vx auto-manages Node.js, Python, Go, Rust, and 142 providers via Starlark DSL provider.star files. Also…
Skill Claude CodeCodex
Set up dcc-mcp-3dsmax for an agent or operator: install 3ds Max Python dependencies with 3dsmaxpy, generate MCP host configuration, guide the user through starting the runtime inside 3ds Max, and run a first live-tool smoke prompt.
Skill Claude CodeCodex
ShotGrid batch operations skill — create, update, or delete multiple entities in a single API call. Use when an AI agent needs to perform the same operation on many entities efficiently. Not for single-entity CRUD — use shotgrid-crud.
Skill Claude CodeCodex
ShotGrid CRUD skill — create, read, update, and delete ShotGrid entities. Use when an AI agent needs to manage ShotGrid data: find entities, create new records, update fields, or delete/retire entities. Not for batch operations or schema queries.
Skill Claude CodeCodex
ShotGrid discovery skill — verify connection, list entity types, and inspect server info. Use when an AI agent needs to understand available ShotGrid data before querying specific entities. Not for CRUD operations or schema details.