debugging-wizard

by Jeffallan 11k MIT Updated Aug 7, 2026
debugging-wizard skill by Jeffallan
Social preview for Jeffallan/claude-skills

debugging-wizard is an open-source data skill for Claude Code and compatible agents, published by Jeffallan. Its author describes it as: “Parses error messages, traces execution flow through stack traces, correlates log entries to identify failure points, and applies systematic hypothesis-driven methodology to isolate and resolve bugs. Use when investig…”. The project has 11k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add Jeffallan/claude-skills`.

What debugging-wizard does

Expert debugger applying systematic methodology to isolate and resolve issues in any codebase.

Installation

Add debugging-wizard to your agent with:

/plugin marketplace add Jeffallan/claude-skills

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for debugging-wizard is organised into these sections:

  • Core Workflow
  • Reference Guide
  • Constraints
  • MUST DO
  • MUST NOT DO
  • Common Debugging Commands
  • Output Templates

When to use it

Reach for debugging-wizard when you want data help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear MIT license — safe to read and adapt
  • Ships in Jeffallan/claude-skills, an established project with 11,060 GitHub stars
  • Actively maintained (recent commits)

Topics

ai-agentsclaudeclaude-codeclaude-marketplaceclaude-skills

Frequently asked questions

What does debugging-wizard do?
Parses error messages, traces execution flow through stack traces, correlates log entries to identify failure points, and applies systematic hypothesis-driven methodology to isolate and resolve bugs. Use when investigating errors, analyzing stack traces, finding root causes of unexpected behavior, troubleshooting crashes, or performing log analysis, error investigation, or root cause analysis.
How do I install debugging-wizard?
Run /plugin marketplace add Jeffallan/claude-skills in your agent, then reload your skills. Review the source at https://github.com/Jeffallan/claude-skills before installing.
Is debugging-wizard free to use?
Yes. debugging-wizard is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
Where does debugging-wizard come from?
debugging-wizard ships inside Jeffallan/claude-skills, a repository that contains 41 catalogued skills in total. The repository's 11,060 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Data →

Use when fine-tuning LLMs, training custom models, or adapting foundation models for specific tasks. Invoke for configuring LoRA/QLoRA adapters, preparing JSONL training datasets, setting hyperparameters for fine-tuning runs, adapter training, transfer learning, finetuning with Hugging Face PEFT, OpenAI fine-tuning, instruction tuning, RLHF, DPO, or quantizing and deploying fine-tuned models. Trigger terms include: LoRA, QLoRA, PEFT, finetuning, fine-tuning, adapter tuning, LLM training, model training, custom model.

11k Jeffallan MIT

Performs pandas DataFrame operations for data analysis, manipulation, and transformation. Use when working with pandas DataFrames, data cleaning, aggregation, merging, or time series analysis. Invoke for data manipulation tasks such as joining DataFrames on multiple keys, pivoting tables, resampling time series, handling NaN values with interpolation or forward-fill, groupby aggregations, type conversion, or performance optimization of large datasets.

11k Jeffallan MIT