vfx-generator

Generate game-ready procedural VFX scenes for Godot 4.x.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cautiouskurns/Blood-and-Gold --skill vfx-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vfx-generator
Source: https://github.com/cautiouskurns/Blood-and-Gold/tree/main/.claude/skills/vfx-generator
Command: npx skills add https://github.com/cautiouskurns/Blood-and-Gold --skill vfx-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a complete, no-art VFX pipeline for Godot 4.x, enabling developers to craft professional-looking effects using procedural techniques without any custom art assets.

Core Features & Use Cases

  • Procedural VFX generation using GPUParticles2D, ColorRect, Line2D, and geometric shapes
  • Output includes ready-to-run .tscn scenes and .gd scripts, plus clear setup and usage guidance
  • Supports common CRPG-like templates (PROJECTILE, IMPACT, AOE, STATUS, MELEE, UI_NUMBER) and offers variants and color presets for rapid iteration
  • Use cases include implementing combat visuals (fireballs, explosions, status rings) and UI damage/healing indicators without sprite assets

Quick Start

To begin, request a basic VFX such as a fireball projectile and follow the generated file structure and usage example to integrate into your Godot project.

Frequently Asked Questions about vfx-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create procedural VFX in Godot 4 without using custom art assets?

You can generate procedural VFX in Godot 4 without custom art assets by using GPUParticles2D, ColorRect, and Line2D to build ready-to-run .tscn scenes and .gd scripts for immediate integration.

Can I generate game-ready projectile and impact effects for a Godot CRPG?

Yes, you can generate game-ready projectile and impact VFX for Godot CRPGs using built-in templates like PROJECTILE, IMPACT, AOE, STATUS, MELEE, and UI_NUMBER, complete with color presets and modular variants.

Do I need external sprite files to make combat visuals like explosions in Godot?

No, you do not need external sprite files to make combat visuals like explosions in Godot. The skill uses procedural geometric shapes and GPUParticles2D to create fireballs, explosions, and status rings entirely through code.

How do I set up auto-cleanup for particle effects in Godot 4?

To set up auto-cleanup for particle effects in Godot 4, use the generated modular workflow which enforces automatic cleanup for procedural VFX scenes, preventing memory leaks during rapid combat iteration.

What is the best way to add UI damage numbers in Godot without importing sprites?

The best way to add UI damage numbers in Godot without importing sprites is to generate procedural UI_NUMBER VFX templates that render damage and healing indicators directly through native node scripts.

Does the vfx-generator support rapid iteration with color presets for Godot scenes?

Yes, vfx-generator supports rapid iteration with color presets for Godot scenes, allowing you to quickly apply and modify color schemes across modular VFX variants without manually adjusting individual particle properties.