error-debugger

Community

Diagnose and fix JS/game errors fast.

AuthorLuluFur
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: error-debugger
Download link: https://github.com/LuluFur/p5-web-games/archive/main.zip#error-debugger

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository