Command Claude Code
Explore the current TouchDesigner network and report its structure.
Command Claude Code
Explore the current TouchDesigner network and report its structure.
Command Claude Code
Load the /run-tests skill, then run the full Embody test suite via MCP.
Command Claude Code
Perform a quick health check of the Embody project.
Command Claude Code
Pre-handoff validation checklist. Run this before declaring a task complete.
Skill Claude CodeCodex
Add a new MCP tool to the Envoy server (Embody development).
Skill Claude CodeCodex
MUST READ before calling RunAgentTests or touching agent-tier test infrastructure -- these tests spawn real AI clients (Claude Code, Codex) and SPEND SUBSCRIPTION USAGE; never run casually. Tier model, async runner rationale, auth/isolation rules.
Skill Claude CodeCodex
Compile a conversational request into an Embody task brief (briefs/.md): skills to load, discovered anchors, verifiable success criteria, and gates -- then execute the work from that contract. User-invoked via /brief.
Skill Claude CodeCodex
Load BEFORE building or restyling any TD panel UI (dialogs, wizards, HUDs, control surfaces). This is the design layer; td-ui-mechanics.md (in this skill directory) is the mechanics (which COMP to use, single-window, etc.). A panel is not done until a captured frame / live window proves it reads cleanly.
Skill Claude CodeCodex
MUST READ before calling createextension. Required parameters, lifecycle methods, and wiring steps.
Skill Claude CodeCodex
MUST READ before creating or moving any operator (createop, copyop, setopposition, or executepython builds). Required verification, canonical positioning recipe, and error-checking steps.
Skill Claude CodeCodex
TRIGGER when operator errors appear or user reports broken behavior. Systematic diagnosis workflow.
Skill Claude CodeCodex
MUST READ before calling externalizeop or saveexternalization. Required workflow steps.
Skill Claude CodeCodex
MUST READ before creating, modifying, or querying annotations. Contains parameter names, coordinate model, and API quirks.
Skill Claude CodeCodex
MUST READ before first MCP tool call in a session. Complete Envoy tool catalog with parameters and usage.
Skill Claude CodeCodex
Merge or compare two divergent TouchDesigner .tox/.toe binaries that git cannot three-way-merge. Load when a merge/rebase conflicts on a .tox or .toe, when asked to merge, port, reconcile, or diff two versions of a TD component, or when comparing a component across branches, machines, or TD builds.
Skill Claude CodeCodex
MUST READ before recording, exporting, or batch-encoding any movie or image sequence from TouchDesigner: the Realtime trap, zero-drop verification, deterministic per-frame export, async file-reader staleness.
Skill Claude CodeCodex
Workflow for running multiple TD instances with Envoy, switching between them, and understanding the instance registry.
Skill Claude CodeCodex
MUST READ when a peers advisory appears or multiple AI sessions are active in the same TouchDesigner project: advisory contract, claim leases, destructive gates, raw-file-edit visibility, division of labor.
Skill Claude CodeCodex
MUST READ before creating or designing custom parameters on any COMP: pages, styles, ranges, help text, naming, ParGroup gotchas.
Skill Claude CodeCodex
MUST READ before building or editing POP networks, particle systems, GPU point/geometry work, glslPOP compute, or converting SOP chains to POPs in TouchDesigner 2025+.
Skill Claude CodeCodex
Procedure for preparing version release commits -- changelog, README, templates, versioning.
Skill Claude CodeCodex
Run Embody's test suite and write new tests (Embody development).
Skill Claude CodeCodex
Workflow and hard-won TD patterns for authoring Embody Specimens (the transparent TDXN gallery networks). Load before building or persisting a Specimen.
Skill Claude CodeCodex
MUST READ before writing TD Python via executepython, setdatcontent, or editdatcontent, and before any heavy build. Parameters, storage, operators, referencing, threading, cook model, heavy-build safety caps.