Covers the full particle lifecycle from emission through simulation to rendering, with ready-to-use recipes for explosions, fire, and magic effects. The Unity code shows proper pooling and lifecycle management, which matters when you're spawning hundreds of particles per second. The architecture diagram breaks down the spawn-simulate-render-death flow clearly, and the effect recipes give actual layer breakdowns with timing and color curves. It's opinionated about platform differences (mobile vs PC particle budgets) and includes observability hooks for tracking draw calls and GPU time. If you're building any kind of visual effects system, this gives you the patterns without making you reinvent particle pooling or light animation.
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-game-developer --skill particle-systems