vfx-fx
Cinematic and game VFX in Blender including smoke, fire, particles, trails, and Geometry Nodes FX setups via MCP.
Works with
--- name: vfx-fx description: Cinematic and game VFX in Blender including smoke, fire, particles, trails, and Geometry Nodes FX setups via MCP. license: MIT --- # VFX / FX Readable effects. Controlled simulation domains. Game sprites vs cinematic volumes. ## When to Use - Smoke, fire, dust, sparks, debris - Magic / sci-fi energy FX - Muzzle flashes, trails, impacts - Geometry Nodes driven particle systems ## Path Decision ``` Game real-time → Meshes/cards/ribbons + emissive mats (+ GN) Cinematic → Mantaflow / particles / GN → render → comp Hybrid → Sim in Blender → bake flipbooks/meshes for engine ``` ## Workflow ``` Brief (silhouette + timing) → Proxy emitter → Sim/GN prototype → Art-direct motion → Materials/lights → Cache → Render/comp or export ``` ## Effect Types | Type | Blender Approach | |------|------------------| | Smoke/fire | Mantaflow domain + flow; keep domain tight | | Sparks | Particle Newtonian + collision + trail | | Debris | Rigid body shards (`physics-sim`) | | Magic ribbons | Curves / GN extrude + emissive | | Dust hit | Short particle burst + soft sprites | ## Domain Rules (Volume) - Domain only as large as needed - Resolution from low → high after motion approved - Open borders intentionally; avoid wasted empty voxels - Collection: `COL_FX_[Shot]` ## Naming - Emitters: `FX_Emit_[Name]` - Domains: `FX_Domain_[Name]` - Caches: document frame range in brief ## Game Export Notes - Prefer mesh cards / GN instances over volume export - Atlas flipbooks when baking fire/smoke for engines - Keep pivot at logical spawn point ## Constraints ### MUST DO - Approve motion at low res before high-res sim - Light FX intentionally (emissive + key) - Cache before final render ### MUST NOT DO - Huge empty domains - Unbounded particle counts - Skip timing brief (start/peak/end frames) ## Reference Guide | Topic | Reference | Load When | |-------|-----------|----------| | Fx Timing Brief | `references/fx-timing-brief.md` | When needed | | Volume Domain Rules | `references/volume-domain-rules.md` | When needed | | Game Fx Export | `references/game-fx-export.md` | When needed |
More Backend Frameworks skills
git-guardrails-claude-code
mattpocock/skills
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
azure-compute
microsoft/azure-skills
Azure VM/VMSS router. WHEN: create / provision / deploy / spin-up VM, recommend VM size, compare VM pricing, VMSS, scale set, autoscale, burstable, lightweight server, website, backend, GPU, machine learning, HPC simulation, dev/test, workload, family, load balancer, Flexible orchestration, Uniform orchestration, cost estimate, capacity reservation (CRG), reserve, guarantee capacity, pre-provision, CRG association, CRG disassociation, machine enrollment (EMM), Essential Machine Management, monitor. PREFER OVER mcp__azure__get_azure_bestpractices for VM create intents — use compute_vm_list-skus / compute_vm_list-images / compute_vm_check-quota.
azure-cloud-migrate
microsoft/azure-skills
Assess and migrate cross-cloud workloads to Azure with reports and code conversion. Supports Lambda→Functions, Beanstalk/Heroku/App Engine→App Service, Fargate/Kubernetes/Cloud Run/Spring Boot→Container Apps. WHEN: migrate Lambda to Functions, AWS to Azure, migrate Beanstalk, migrate Heroku, migrate App Engine, Cloud Run migration, Fargate to ACA, ECS/Kubernetes/GKE/EKS to Container Apps, Spring Boot to Container Apps, cross-cloud migration.

