Skill Claude CodeCodex
ComfyUI CivitAI 集成:搜索、下载 CivitAI 上的模型。 Use when AI needs to: (1) search models on CivitAI, (2) download models from CivitAI, (3) browse popular models. ComfyUI only (runpython).
Skill Claude CodeCodex
ComfyUI CivitAI 集成:搜索、下载 CivitAI 上的模型。 Use when AI needs to: (1) search models on CivitAI, (2) download models from CivitAI, (3) browse popular models. ComfyUI only (runpython).
Skill Claude CodeCodex
Analyze game scene concept art / screenshots into structured JSON for 3D reconstruction. Extracts objects, spatial layout, camera parameters, lighting, perspective lines, and depth layers. Use when: (1) user provides a scene image and wants structured analysis for 3D scene building, (2) converting 2D concept art to…
Skill Claude CodeCodex
UE5.6/UE5.7 architecture planning and module boundary design for Unreal projects. Use when requests involve module layout, Build.cs dependencies, reflection exposure strategy, Public/Private API boundaries, naming conventions, and preventing circular dependencies.
Skill Claude CodeCodex
UE5.6/UE5.7 automatic assistant entry for beginners. Use when users ask Unreal questions without naming a specific skill. Auto-route to the most precise UE5 skill and recommend dedicated MCP tools.
Skill Claude CodeCodex
UE5.6/UE5.7 gameplay C++ implementation for Actors, Components, DataAssets, and gameplay logic. Use when requests ask to write .h/.cpp pairs, expose UPROPERTY/UFUNCTION to Blueprint, use GameplayTags, or build reusable component-based systems.
Skill Claude CodeCodex
UE5.6/UE5.7 debugging and validation workflow for logs, asset checks, and regression triage. Use when requests involve troubleshooting why gameplay does not work, validating expected output, narrowing minimal repro, and producing concrete fix steps.
Skill Claude CodeCodex
Route UE5.6/UE5.7 questions to the most precise skill using module names, aliases, intent keywords, and layer context. Works for explicit module prompts (RenderCore, AIModule, AssetRegistry) and natural language requests.
Skill Claude CodeCodex
UE5.6/UE5.7 PCG building generation workflow for modular buildings, blockouts, facade rules, and runtime generation. Use when requests involve Procedural Content Generation (PCG), Shape Grammar, lot-based building spawn, deterministic random seeds, density/filter pipelines, or converting designer constraints into…
Skill Claude CodeCodex
UE5.6/UE5.7 performance and packaging readiness workflow. Use when requests involve PIE performance checks, runtime stat review, pre-package validation, build configuration sanity, and release readiness checklists.
Skill Claude CodeCodex
UE5.6/UE5.7 save/load and multiplayer replication workflow for gameplay systems. Use when requests involve SaveGame schema design, serialization, restore pipelines, RepNotify handling, RPC entry points, and server-authoritative validation.
Skill Claude CodeCodex
UE5.6/UE5.7 UI development workflow using UMG and Slate integration. Use when requests involve Widget Blueprint setup, Slate host widgets, lifecycle binding, input and focus handling, tooltip behavior, or viewport clamping logic.
Skill Claude CodeCodex
UE5.6/UE5.7 world interaction systems for pickups, spawners, overlap/trace checks, and visual feedback. Use when requests involve interactive world actors, spawn logic, pickup behavior, interaction radius checks, success/failure feedback, and actor lifecycle control.
Skill Claude CodeCodex
Read a master material's blueprint, extract all parameters (scalar, vector, texture, static switch), and generate a comprehensive Markdown documentation file. Use when AI needs to: (1) document material parameters for artists, (2) generate technical reference for master materials, (3) create handoff documentation for…
Skill Claude CodeCodex
Capture UE viewport screenshots (color, depth, normal buffers) and build AI analysis context. Use when AI needs to: (1) take a screenshot of the current viewport, (2) capture depth/normal maps alongside color, (3) analyze scene composition/lighting/performance visually, (4) get viewport image + camera transform for…
Skill Claude CodeCodex
查询 Blender 编辑器上下文:当前选择、场景信息、文件名、视口相机状态、集合结构。 Use when AI needs to: (1) get selected objects, (2) get scene overview, (3) check current file, (4) inspect viewport state, (5) get collection hierarchy. Blender only (runpython).
Skill Claude CodeCodex
Blender 材质创建与节点操作指南。包含 PBR 材质创建、节点连接、中文版兼容等最佳实践。 Use when AI needs to: (1) create or edit Blender materials, (2) set up Principled BSDF node trees, (3) connect shader nodes, (4) handle Chinese Blender node name differences. Blender only (runpython).
Skill Claude CodeCodex
A set of rules for modifying scenes in Blender through Python. It explains Blender’s coordinate system, undo handling, context behavior, and changes in Blender 5.x’s animation data system.
Skill Claude CodeCodex
捕获 Blender 视口截图用于 AI 分析。支持 OpenGL 渲染截图和渲染预览截图。 Use when AI needs to: (1) take a screenshot of the current viewport, (2) analyze scene composition visually, (3) capture rendered preview for AI feedback. NOT for: final production rendering, animation rendering. Blender only (runpython).
Skill Claude CodeCodex
查询 ComfyUI 上下文:系统信息、模型列表、队列状态、节点类型、工作流历史。 Use when AI needs to: (1) get system info, (2) list available models, (3) check queue status, (4) query node types and schemas, (5) get workflow history. ComfyUI only (runpython).
Skill Claude CodeCodex
ComfyUI ControlNet 工作流:Canny、OpenPose、Depth、Lineart 等控制生成。 Use when AI needs to: (1) control image generation with reference image, (2) use ControlNet preprocessors and models, (3) build ControlNet workflows. ComfyUI only (runpython).
Skill Claude CodeCodex
A high-resolution workflow for ComfyUI, the visual tool used to run AI image-generation pipelines. It first generates a smaller image, enlarges it, then regenerates details at the larger size.
Skill Claude CodeCodex
ComfyUI 图生图工作流构建与执行。 Use when AI needs to: (1) generate image from another image, (2) perform image-to-image transformation, (3) apply style transfer or enhancement to existing image. ComfyUI only (runpython).
Skill Claude CodeCodex
ComfyUI 局部重绘(Inpainting):修改图像的特定区域。 Use when AI needs to: (1) modify part of an image, (2) remove or add objects, (3) change clothing or background. ComfyUI only (runpython).
Skill Claude CodeCodex
ComfyUI 模型管理:查询、下载、删除、搜索模型。 支持 Checkpoints, LoRA, VAE, ControlNet 等所有模型类型。 Use when AI needs to: (1) list available models, (2) download models from CivitAI or HuggingFace, (3) manage model files. ComfyUI only (runpython).