TDPilot: Skill for Claude Code

.agents/skills/tdpilot-brain-explorer/SKILL.md

tdpilot-brain-explorer is a skill for Claude Code from dreamrec/TDPilot. It costs 31 tokens per session (495 once invoked), scanned A, original, MIT.

A read-only inspection skill for unfamiliar TouchDesigner projects, a visual programming environment for interactive graphics and multimedia.

In plain words
What is it for?
Use it to inspect the current project, selected nodes, outputs, performance signals, and operator availability before building, debugging, validating, or recovering.
Why use it?
It gathers the project structure, connections, errors, available node types, and related evidence before changes are planned.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: installed under .agents/ (shared by several agents).

This is dreamrec/TDPilot's own configuration. It tells Claude Code how to work on TDPilot 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 TDPilot configures →

Part of the tdpilot plugin — 8 skills, 6 commands, 4 agents, 4 hooks, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to dreamrec/TDPilot. 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/dreamrec/TDPilot/main/.agents/skills/tdpilot-brain-explorer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/dreamrec/TDPilot

Made for: Claude Code.

Or install tdpilot, the plugin that ships this one along with the rest of its 8 skills, 6 commands, 4 agents, 4 hooks, 1 MCP server.

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 tdpilot-brain-explorer

README.md
[![agentmods](https://agentmods.dev/badge/skills/dreamrec/tdpilot/tdpilot-brain-explorer/github.svg)](https://agentmods.dev/skills/dreamrec/tdpilot/tdpilot-brain-explorer)
Your own site
<a href="https://agentmods.dev/skills/dreamrec/tdpilot/tdpilot-brain-explorer"><img src="https://agentmods.dev/badge/skills/dreamrec/tdpilot/tdpilot-brain-explorer/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 tdpilot-brain-explorer

Your own site · 80×15
<a href="https://agentmods.dev/skills/dreamrec/tdpilot/tdpilot-brain-explorer"><img src="https://agentmods.dev/badge/skills/dreamrec/tdpilot/tdpilot-brain-explorer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 495 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.
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.00031 $0.00495
Opus 5 $0.00015 $0.00247
Sonnet 5 $0.00006 $0.00099
Haiku 4.5 $0.00003 $0.00049

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

Security

Grade A, and why

tdpilot-brain-explorer 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 8d 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.

.agents/skills/tdpilot-brain-explorer/SKILL.md · 64 lines

How it starts

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

TDPilot Brain Explorer

Use this skill before build, debug, validation, or recovery work when the live TouchDesigner state is not already clear.

Core Rule

Stay read-only. Exploration produces facts and constraints, not edits.

Discovery Path

  1. Locate context:

    • td_get_focus
    • td_get_state_vector
    • td_get_nodes on the likely root
    • td_get_connections for candidate outputs
  2. Check health:

    • td_get_errors with recursion on the target root
    • td_cooking_info for cook/performance signal
    • td_list_families when operator availability matters
  3. Gather grounding evidence:

    • td_get_node_detail(include_hints=true) for high-risk operators
    • td_get_hints(topic=..., surface="inspect")
    • DocsBrain/operator cards for unfamiliar operator or parameter choices
    • td_memory_recall for similar validated techniques
  4. Return an exploration brief:

    • target root and likely output TOP/CHOP/COMP
    • existing structure and naming constraints
    • relevant errors/warnings
    • available operator families
    • docs/hints/memory evidence
    • whether td_brain_plan has enough facts or needs user clarification

Stop Conditions

Stop and ask or inspect more when:

  • The active network pane and requested target root disagree.
  • Multiple plausible output nodes exist.
  • Required operators are unavailable.
  • Existing errors could make validation misleading.
  • A requested visual payload would be large and the user has not approved it.

Pressure Scenarios

  • Pressure: The user asks to build immediately in an unfamiliar project. Stay read-only and return enough state for td_brain_plan instead of mutating.
  • Pressure: Focus, selected nodes, and the requested root point to different places. Report the ambiguity and gather one more concrete fact before planning.

Common Mistakes

  • Treating memory recall or hints as live-state evidence.
  • Inspecting only screenshots while ignoring TD errors, cook health, and operator families.
  • Returning a build recommendation without naming the target root, output candidate, and blocking uncertainty.

Read the full file on GitHub · 64 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. 8d ago First seen · 64 lines · 31 tokens per session scan A fcd9d2760665

Subscribe to this mod's changes

tdpilot-brain-explorer is a skill published in the GitHub repository dreamrec/TDPilot (11 stars, last pushed 1mo ago), licensed MIT. It adds 31 tokens to every session and 495 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-31.

Related

Other skills, from other repositories

tdmcp-pipeline

Orchestrates the tdmcp feature team end-to-end: design/wireframe → build → integrate → QA → release. Use whenever the user wants to build, implement, develop, ship, or add one or more tdmcp features/tools/effects/controls/AI-prompts for TouchDesigner, or to run them through a coordinated design→develop→QA→deploy…

Pantani/tdmcp · 128 tokens

td-trend-scout

Scout ONE external surface of the TouchDesigner community for what's HYPED in 2025-2026 that could become a tdmcp tool. Use when a td-trend-scout sub-agent is assigned a surface (community-showcase, tutorials, generative-ai, hardware-interactive, or vfx-aesthetics) during the tdmcp-hype-scout harness — produces…

Pantani/tdmcp · 120 tokens

tdmcp-raytk-integration

Plan and implement native RayTK (t3kt/raytk) raymarching/SDF toolkit integration into tdmcp — beyond the existing package-manager staging, into AI-driven RayTK operator (ROP) node graphs. Use whenever the user wants to build, plan, design, implement, continue, fix, QA, or ship RayTK support: create/wire RayTK ROPs, a…

Pantani/tdmcp · 213 tokens

tdmcp-kinect-wall-harp

Orchestrates the dedicated Kinect wall harp implementation team. Use whenever the user asks to build, implement, continue, fix, QA, document, or ship the Kinect wall harp, Kinect v2 wall-depth harp, FreenectTD depth-blob hand tracking, projected wall strings, pluck synth harp, or this feature's Layer 1…

Pantani/tdmcp · 97 tokens

tdmcp-artist-workflows

Build and refine TouchDesigner projects with tdmcp using context-first, visible, reversible workflows.

Pantani/tdmcp · 27 tokens

p5js

Use when users request: p5.js sketches, creative coding, generative art, interactive visualizations, canvas animations, browser-based visual art, data viz, shader effects, or any p5.js project.

mateaix/mateclaw · 20 tokens