skill-candidates/repo-b-local-comfy-orchestrator/SKILL.md
Compatibility wrapper for legacy local Comfy orchestration requests in <PRIVATE_REPO_B>. Route new MCP/Comfy operations to repo-b-mcp-comfy-bridge.
npx skillsauth add grtninja/skill-arbiter repo-b-local-comfy-orchestratorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this wrapper to preserve legacy trigger compatibility.
For all new MCP/Comfy work, use $repo-b-mcp-comfy-bridge.
local comfy orchestrator, comfy health check, shim.comfy diagnostics).$repo-b-mcp-comfy-bridge.Use this skill only as a legacy compatibility wrapper for old local comfy orchestrator triggers.
Do not use this skill for:
repo-b-mcp-comfy-bridge).These files remain available for backward-compatible automation:
assets/repo_b/tools/local_comfy_orchestrator.py -> tools/local_comfy_orchestrator.pyassets/repo_b/tools/local_comfy_validate.py -> tools/local_comfy_validate.pyassets/repo_b/tools/local_comfy_orchestrator.example.env -> tools/local_comfy_orchestrator.example.envassets/repo_b/tests/tools/test_local_comfy_orchestrator.py -> tests/tools/test_local_comfy_orchestrator.pyassets/repo_b/tests/tools/test_local_comfy_validate.py -> tests/tools/test_local_comfy_validate.py$env:REPO_B_LOCAL_COMFY_ORCH_ENABLED = "1"
$env:REPO_B_LOCAL_COMFY_ORCH_FAIL_CLOSED = "1"
$env:REPO_B_LOCAL_COMFY_ORCH_STATUS_MAX_AGE_SECONDS = "60"
$env:REPO_B_LOCAL_COMFY_ORCH_MAX_HINTS = "12"
$env:SHIM_ENABLE_MCP = "1"
$env:SHIM_MCP_HOST = "127.0.0.1"
$env:SHIM_MCP_PORT = "9550"
$env:SHIM_MCP_ALLOW_LAN = "0"
$env:MX3_COMFYUI_ENABLED = "1"
$env:MX3_COMFYUI_BASE_URL = "http://127.0.0.1:8188"
$env:MX3_COMFYUI_TIMEOUT_S = "10"
Run from <PRIVATE_REPO_B> root:
python tools/local_comfy_orchestrator.py \
--task comfy-health-check \
--json-out .codex/local_comfy/comfy-health-check.json \
--repo-root .
Use real usage history before scale-up:
python3 "$CODEX_HOME/skills/usage-watcher/scripts/usage_guard.py" analyze \
--input /path/to/usage.csv \
--window-days 30 \
--format table
python3 "$CODEX_HOME/skills/usage-watcher/scripts/usage_guard.py" plan \
--monthly-budget <credits> \
--reserve-percent 20 \
--work-days-per-week 5 \
--sessions-per-day 3 \
--burst-multiplier 1.5 \
--format table
$repo-b-mcp-comfy-bridgereferences/orchestrator-workflow.mdreferences/validation-contract.mdreferences/phase2-prompt-lifecycle-roadmap.mdIf this lane is unresolved, blocked, or ambiguous:
$skill-hub for chain recalculation.tools
Run a defender-first security sweep on code, configs, prompts, model/tooling surfaces, or third-party contribution lanes. Use when a request involves safe bug, leak, zero-day-class, exploit, or hack hunting for protection, when contributing to outside repositories and you want a focused security pass, or when touching auth, secrets, permissions, network exposure, prompt/tool boundaries, data flow, or update/build surfaces. This skill is defensive only and must never be used for weaponization or unauthorized access.
development
Validate and repair VRM Sandbox startup acceptance with shim-first local model authority, frontend/backend bring-up, and avatar-runtime launch proof. Use when launch behavior, chat handoff, voice fallback, or runtime bridge acceptance must be verified end to end.
documentation
Align documented voice-command catalogs, endpoint action allowances, and live runtime handlers so operator-visible voice surfaces match what the stack can actually execute. Use when voice command docs, parser matrices, endpoint permissions, or runtime action routing drift apart.
development
Track SkillHub trend and topic drift, maintain a bounded rewrite watchlist, and surface emerging gaps worth turning into repo-owned skills. Use when the marketplace query set shows new families or when the current shortlist has gone stale.