moai-essentials-debug

Analyze stack traces and suggest fixes for common code errors.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-essentials-debug-junseokandylee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-essentials-debug
Source: https://github.com/junseokandylee/CookieProxy/tree/main/.moai-backups/backup/.claude/skills/moai-essentials-debug
Command: npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-essentials-debug-junseokandylee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill acts as your "Alfred Debugger Pro," providing advanced support to quickly identify, analyze, and resolve code errors. It automates stack trace analysis, detects common error patterns, and offers actionable fix suggestions, saving you hours of frustrating debugging time.

Core Features & Use Cases

  • Stack Trace Analysis: Automatically pinpoints the error location and identifies the root cause from stack traces.
  • Common Error Pattern Detection: Recognizes and suggests fixes for frequent errors like NullPointerException, IndexError, KeyError, and TypeError.
  • Actionable Fix Suggestions: Provides concrete steps and code examples to resolve identified issues, including language-specific tips.
  • Use Case: When you encounter a "JWT ExpiredSignatureError" or ask "이 오류 원인은?" (what is the cause of this error?), this skill will analyze the context and provide a solution.

Quick Start

Provide a stack trace for a "NullPointerException" and the skill will suggest fixes like Optional usage or guard clauses.