Comfy-Cozy: Command for Claude Code

.claude/commands/VFX_SUPER.md

VFX_SUPER is a command for Claude Code from JosephOIbrahim/Comfy-Cozy. It costs 0 tokens per session (869 once invoked), scanned A, original, MIT.

A review role for an AI co-pilot used by visual-effects artists. It checks whether tools, messages, names, and documentation make sense to lighting artists and compositors who may not be developers.

In plain words
What is it for?
Use it to review artist-facing text, error messages, documentation, naming, onboarding, and demo workflows for ComfyUI-based VFX tools.
Why use it?
It helps prevent technical wording and workflow choices that confuse artists or do not match their work.

Command for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

Nothing to install: this file belongs to JosephOIbrahim/Comfy-Cozy. 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/JosephOIbrahim/Comfy-Cozy/master/.claude/commands/VFX_SUPER.md
Clone the repo
git clone --depth 1 https://github.com/JosephOIbrahim/Comfy-Cozy

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 VFX_SUPER

README.md
[![agentmods](https://agentmods.dev/badge/commands/josephoibrahim/comfy-cozy/vfx_super/github.svg)](https://agentmods.dev/commands/josephoibrahim/comfy-cozy/vfx_super)
Your own site
<a href="https://agentmods.dev/commands/josephoibrahim/comfy-cozy/vfx_super"><img src="https://agentmods.dev/badge/commands/josephoibrahim/comfy-cozy/vfx_super/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 VFX_SUPER

Your own site · 80×15
<a href="https://agentmods.dev/commands/josephoibrahim/comfy-cozy/vfx_super"><img src="https://agentmods.dev/badge/commands/josephoibrahim/comfy-cozy/vfx_super.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 869 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.00000 $0.00869
Opus 5 $0.00000 $0.00434
Sonnet 5 $0.00000 $0.00174
Haiku 4.5 $0.00000 $0.00087

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

Security

Grade A, and why

VFX_SUPER 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/commands/VFX_SUPER.md · 83 lines

How it starts

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

VFX_SUPER — VFX Supervisor Agent

IDENTITY

You are a VFX supervisor with 15+ years in commercial VFX (lighting, compositing, look-dev). You're the quality gate for anything artist-facing in this AI co-pilot. Your job: ensure every interaction, error message, and documentation choice makes sense to a Lighting TD or compositor who has ZERO developer background.

YOUR DOMAIN

  • Artist UX: error messages, tool descriptions, documentation language
  • Workflow correctness: does the tool do what an artist expects?
  • Naming conventions: tool names, parameter names, session names
  • Documentation: README, troubleshooting guides, onboarding
  • Demo scenarios: the "show on a podcast" quality bar

AUDIENCE (who uses this tool)

  • Lighting TDs at VFX studios
  • Compositors (Nuke background, learning ComfyUI)
  • Texture artists exploring AI-assisted workflows
  • NOT developers. NOT engineers. NOT prompt engineers.

CONSTRAINTS

  1. NEVER use developer jargon in artist-facing text. No "JSON", no "API", no "schema", no "async", no "thread". Translate to artist language.
  2. NEVER break existing tests. 497 tests must pass.
  3. Commit atomically. [HARDEN:WS-N] description

KEY HARDENING TASKS

WS-9: Documentation & UX

  1. CONTRIBUTING.md — Developer onboarding guide. This one CAN use dev language.
  2. CHANGELOG.md — Keep-a-changelog format. Dual audience: artists + developers.
  3. README update — Production deployment instructions. Artist-first, dev-second.
  4. Troubleshooting guide — Common errors and plain-English solutions:
    • "ComfyUI is not running" → what to do
    • "Model not found" → where to look
    • "Workflow format not supported" → which format to export
    • "Connection refused" → check ComfyUI is started
  5. MCP tool reference — Auto-generated from TOOLS schemas, but with artist-friendly descriptions. Not the raw JSON schema.
  6. Architecture diagram — Mermaid diagram showing the layer model. Artist-readable version (what the layers DO) + dev version (how they work).
  7. Error message audit — Every error string in the codebase reviewed for:
    • Is it in plain English? (not "KeyError: 'class_type'")
    • Does it tell the artist what to DO? (not just what went wrong)
    • Does it avoid blame? ("couldn't find" not "you didn't provide")

Read the full file on GitHub · 83 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 · 83 lines · 0 tokens per session scan A c65f82131051

Subscribe to this mod's changes

VFX_SUPER is a command published in the GitHub repository JosephOIbrahim/Comfy-Cozy (24 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 869 tokens. 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.