discover-debugging

Automate discovery of debugging and profiling skills via INDEX.md catalogs.

126|7|Updated Oct 18, 2025
One-click install
npx skills add https://github.com/rand/cc-polymath --skill discover-debugging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discover-debugging
Source: https://github.com/rand/cc-polymath/tree/main/skills/discover-debugging
Command: npx skills add https://github.com/rand/cc-polymath --skill discover-debugging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It aggregates debugging and profiling skills to accelerate troubleshooting and fix cycles.

Core Features & Use Cases

  • browser-devtools
  • concurrency-debugging
  • container-debugging
  • core-dump-analysis
  • crash-debugging
  • distributed-systems-debugging
  • gdb-fundamentals
  • lldb-macos-debugging
  • memory-leak-debugging
  • network-debugging
  • performance-profiling
  • production-debugging
  • python-debugging
  • remote-debugging

Quick Start

cat ~/.claude/skills/debugging/INDEX.md cat ~/.claude/skills/debugging/browser-devtools.md cat ~/.claude/skills/debugging/concurrency-debugging.md cat ~/.claude/skills/debugging/container-debugging.md cat ~/.claude/skills/debugging/core-dump-analysis.md cat ~/.claude/skills/debugging/crash-debugging.md

Frequently Asked Questions about discover-debugging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I speed up debugging and troubleshooting with automated skill discovery?

Debugging discovery automates loading of relevant profiling and crash-analysis skills during troubleshooting sessions. It progressively exposes GDB, LLDB, memory-leak detection, and distributed-systems workflows, reducing manual skill lookup and accelerating fix cycles.

Can I use this with GDB, LLDB, and other debuggers across different platforms?

Yes. The Skill supports GDB fundamentals, LLDB for macOS, remote debugging, container debugging, and browser DevTools. It auto-activates relevant debugging workflows based on your current debugging context and platform.

What debugging scenarios does this Skill cover?

Coverage includes crash debugging, memory-leak detection, core-dump analysis, concurrency debugging, network debugging, performance profiling, production debugging, and distributed-systems debugging across Python, containers, and browser environments.

How do I access the debugging skill catalog?

Browse the skill catalog via INDEX.md and individual Markdown files stored in ~/.claude/skills/debugging/. The Skill integrates with load commands to expose workflow-specific capabilities on demand.

What's the best way to diagnose memory leaks and performance issues in production?

Memory-leak debugging and performance-profiling skills are auto-loaded during production-debugging work. These provide diagnostic workflows for identifying leaks, analyzing core dumps, and profiling bottlenecks without manual skill activation.