error-debugger

Diagnose JavaScript errors and gameplay bugs in p5.js games.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured approach to diagnosing JavaScript errors, asset loading failures, and gameplay bugs across p5.js games.

Core Features & Use Cases

  • Systematic error categorization: Classifies issues into SHELL, JS, P5, ASSET, GAME, PERF, BUILD.
  • Guided debugging workflow: Reproduce, search ERROR_GUIDE.md, implement fixes, and document new errors.
  • Use Case: You see "Cannot read properties of undefined (reading 'images')", use this Skill to locate root cause and implement a safe fix.

Quick Start

Follow the workflow: identify error category, search the error guide, apply the recommended fix, and document the resolution.