---
name: Debugging Skills Discovery
slug: debugging-skills-discovery
category: Quality
description: Debugging Skills Discovery automatically loads debugging and profiling guidance for tasks involving breakpoints, stack traces, memory leaks, core dumps, and performance analysis. Use it when you need to route into the right debugging or observability skill.
github: "https://github.com/rand/cc-polymath/tree/main/skills/discover-debugging"
language: Python
stars: 175
forks: 12
install: "npx degit https://github.com/rand/cc-polymath/tree/main/skills/discover-debugging ~/.claude/skills/discover-debugging"
installs_to: ~/.claude/skills/discover-debugging
source_path: skills/discover-debugging/SKILL.md
collection_size: 25
category_size: 1817
collection_url: "https://dirskills.com/collections/rand/cc-polymath"
added: 2026-09-07T05:21:39.011Z
last_synced: 2026-09-07T05:21:39.011Z
canonical_url: "https://dirskills.com/skills/debugging-skills-discovery"
---

# Debugging Skills Discovery

Debugging Skills Discovery automatically loads debugging and profiling guidance for tasks involving breakpoints, stack traces, memory leaks, core dumps, and performance analysis. Use it when you need to route into the right debugging or observability skill.

**Install:**

```bash
npx degit https://github.com/rand/cc-polymath/tree/main/skills/discover-debugging ~/.claude/skills/discover-debugging
```

## README

# Debugging Skills Discovery

Provides automatic access to comprehensive debugging skills.

## When This Skill Activates
This skill auto-activates when you're working with:
- debugging
- GDB
- LLDB
- profiling
- memory leaks
- performance analysis
- troubleshooting
- diagnostics
- monitoring
- logging
- tracing
- metrics
- distributed tracing
- alerts
- dashboards
- observability

## Available Skills

### Quick Reference

The Debugging category contains 22 skills across 2 subcategories:

**Debugging (14 skills):**
1. **browser-devtools**
2. **concurrency-debugging**
3. **container-debugging**
4. **core-dump-analysis**
5. **crash-debugging**
6. **distributed-systems-debugging**
7. **gdb-fundamentals**
8. **lldb-macos-debugging**
9. **memory-leak-debugging**
10. **network-debugging**
11. **performance-profiling**
12. **production-debugging**
13. **python-debugging**
14. **remote-debugging**

**Observability (8 skills):** See `../observability/INDEX.md`

### Load Full Category Details
Read ../debugging/INDEX.md
Read ../observability/INDEX.md

## Progressive Loading

This gateway skill enables progressive loading:
- **Level 1**: Gateway loads automatically (you're here now)
- **Level 2**: Load category INDEX.md for full overview
- **Level 3**: Load specific skills as needed

## Usage Instructions

1. **Auto-activation**: This skill loads automatically when Claude Code detects debugging work
2. **Browse skills**: Run `Read ../debugging/INDEX.md` for full category overview
3. **Load specific skills**: Use bash commands above to load individual skills


**Next Steps**: Run `Read ../debugging/INDEX.md` to see full category details.
