p5-code-review

Audit p5.js tower defense code for architecture and performance issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps audit p5.js tower defense code for architecture patterns, manager responsibilities, performance issues, and code quality. It guides you toward maintainable, scalable design.

Core Features & Use Cases

  • Architecture checks: Ensures single responsibility, proper state machines, and separation of concerns.
  • Performance scanning: Highlights where pooling, culling, and event-driven updates are needed.
  • Use Case: You want to review WaveManager.js for spawns and ensure no rendering logic leaks into managers.

Quick Start

Run a code review pass using the provided checklist and suggested fixes.