performance-tuning

Analyze and optimize p5.js game performance to reduce lag and improve frame rates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LuluFur/p5-web-games --skill performance-tuning-lulufur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-tuning
Source: https://github.com/LuluFur/p5-web-games/tree/main/.claude/skills/performance-tuning
Command: npx skills add https://github.com/LuluFur/p5-web-games --skill performance-tuning-lulufur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you analyze and optimize p5.js game performance, identifying lag sources, reducing GC pauses, and improving frame rates across waves.

Core Features & Use Cases

  • Guided performance targets: Defines FPS and entity limits for waves, memory checks and profiling steps.
  • Deterministic optimizations: Object pooling, off-screen culling, and event-driven updates to reduce CPU load.
  • Use Case: When your game stutters at wave 15, run this Skill to trace bottlenecks and apply recommended changes.

Quick Start

Start by running a mid-game performance check, then apply pooling, culling, and network optimization steps to improve FPS.