Embody: Skill for Claude Code

.claude/skills/specimen-authoring/SKILL.md

specimen-authoring is a skill for Claude Code from dylanroscover/Embody. It costs 38 tokens per session (5,049 once invoked), scanned A, original, MIT.

A workflow for creating Embody Specimens: reusable TouchDesigner networks that demonstrate visual techniques. TouchDesigner is software for making real-time interactive graphics.

In plain words
What is it for?
Use it to build and refine examples such as simulations, compositing components, VJ loops, texture sources, or learning references.
Why use it?
It helps you judge whether a network is useful, distinctive, reusable, and fast enough before saving it to the gallery.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is dylanroscover/Embody's own configuration. It tells Claude Code how to work on Embody itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Embody configures →

Reuse

Borrowing it

Nothing to install: this file belongs to dylanroscover/Embody. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/dylanroscover/Embody/main/.claude/skills/specimen-authoring/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dylanroscover/Embody

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for specimen-authoring

README.md
[![agentmods](https://agentmods.dev/badge/skills/dylanroscover/embody/specimen-authoring/github.svg)](https://agentmods.dev/skills/dylanroscover/embody/specimen-authoring)
Your own site
<a href="https://agentmods.dev/skills/dylanroscover/embody/specimen-authoring"><img src="https://agentmods.dev/badge/skills/dylanroscover/embody/specimen-authoring/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for specimen-authoring

Your own site · 80×15
<a href="https://agentmods.dev/skills/dylanroscover/embody/specimen-authoring"><img src="https://agentmods.dev/badge/skills/dylanroscover/embody/specimen-authoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,049 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.05049
Opus 5 $0.00019 $0.02524
Sonnet 5 $0.00008 $0.01010
Haiku 4.5 $0.00004 $0.00505

Measured 9d ago against content hash 4bc790438f27, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

specimen-authoring scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/specimen-authoring/SKILL.md · 131 lines

How it starts

The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Specimen Authoring

How to build a Specimen for the Embody Collection -- a transparent, reusable TDXN network that demonstrates a TouchDesigner technique. Two specimens set the bar: reaction-diffusion (generative, a GPU feedback simulation) and kaleidoscope (compositing, a reusable polar-mirror component).

The bar -- every Specimen must clear it

  1. Clear use -- a user can finish "I'd use this for ___" (a VJ loop, a drop-in component, a texture/displacement source, a real learning reference).
  2. Non-obvious technique -- a "how'd they do that?" moment, not a one-TOP drag.
  3. Striking -- worth opening and exploring.
  4. Drop-in -- clean input/output, exposed parameters, self-contained, bounded for performance.

Generic noise plus a colorize is NOT a specimen. If a beginner makes it by accident, cut it.

Workflow (one at a time)

  1. Build in the sandbox COMP /specimen_lab/<name> (NOT inside the Embody COMP -- the toe file, somewhere neutral). Iterate freely there.
  2. Gate performance (see performance.md): baseline get_project_performance before, re-check after each heavy step. Feedback loops and GLSL are the usual cost. fps below ~90% of target is a stop condition -- optimize before continuing. Beware: a concurrent capture_top or numpyArray() stalls the GPU and makes the fps reading dip; take a clean reading without them.
  3. Verify it actually animates and cooks before believing it -- see "Cook demand" below. Never claim animation from a single forced capture.
  4. Judge the look by actually looking -- capture_top then read the frame; load visual-aesthetics. capture_top force-cooks, so it can show a frame your live (undemanded) viewer is NOT showing -- a stale viewer and a fresh capture are different frames; that mismatch is real, not a hallucination.
  5. Ask the user to review before persisting. Persist only when it is genuinely good, animating, and clean.

Cook demand -- the trap that bit both specimens

Read the full file on GitHub · 131 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 131 lines · 38 tokens per session scan A 4bc790438f27

Subscribe to this mod's changes

specimen-authoring is a skill published in the GitHub repository dylanroscover/Embody (170 stars, last pushed today), licensed MIT. It adds 38 tokens to every session and 5,049 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.