Agent skill · AI & Agents

unreal-niagara

Unreal Engine Niagara VFX skill for particle simulations, GPU sprites, and procedural visual effects.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill unreal-niagara --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: ReadGrepWriteBashEditGlobWebFetch
Path: library/specializations/game-development/skills/unreal-niagara/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Unreal Niagara Skill Niagara visual effects system for Unreal Engine. ## Overview This skill provides capabilities for creating visual effects using Unreal's Niagara system, including particle simulations, GPU particles, and procedural effects. ## Capabilities ### Particle Systems - Create emitter modules - Configure spawn, update, render - Handle particle attributes - Implement GPU simulation ### Module Development - Create custom modules - Implement scratch pad modules - Handle data interfaces - Build reusable libraries ### Integration - Spawn from Blueprints/C++ - Handle events and triggers - Integrate with gameplay - Manage performance ### Advanced Features - Implement mesh particles - Create ribbon effects - Handle simulation stages - Build fluid simulations ## Prerequisites - Unreal Engine 5.0+ - Niagara plugin enabled ## Usage Patterns ### Spawning Effects ```cpp // C++ spawn UNiagaraComponent* NiagaraComp = UNiagaraFunctionLibrary::SpawnSystemAtLocation( GetWorld(), ExplosionEffect, Location, Rotation ); // Set parameters NiagaraComp->SetVariableFloat(FName("Scale"), 2.0f); ``` ### Blueprint Integration ``` 1. Add Niagara Component 2. Set Niagara System Asset 3. Call Acti

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Particle Systems
  4. Module Development
  5. Integration
  6. Advanced Features
  7. Prerequisites
  8. Usage Patterns
  9. Spawning Effects
  10. Blueprint Integration
  11. Best Practices
  12. References
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the unreal-niagara skill do?

Unreal Engine Niagara VFX skill for particle simulations, GPU sprites, and procedural visual effects.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill unreal-niagara --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going