8 skills total · 8 unscanned
Skills by mrgoonie
This skill teaches you to deliberately combine disparate domains—treating one problem space like another—to uncover novel solutions that conventional approaches miss. By forcing…
Debugging provides structured methodologies across four sub-skills: systematic investigation to isolate root causes, backward tracing through call stacks, layered validation to…
Combine FFmpeg and ImageMagick to handle multimedia workflows—video encoding and transcoding, audio extraction, image resizing and effects, streaming manifest generation, and…
Mermaidjs V11 lets you create technical diagrams from declarative text syntax, rendering to SVG, PNG, or PDF. It covers flowcharts, sequence diagrams, class diagrams, state…
Problem Solving provides a toolkit of six complementary techniques to move past stuck points and find elegant solutions. Each method—from collision-zone thinking to simplification…
Root Cause Tracing teaches you to work backward from where an error appears to discover what actually caused it. Rather than patching the symptom, you'll follow the call chain…
Systematic Debugging enforces a disciplined four-phase process: investigate root cause, analyze patterns, form and test hypotheses, then implement fixes. It stops you from…
When Stuck diagnoses why you're stuck and routes you to the matching technique. It maps six stuck-types—complexity, innovation gaps, recurring patterns, forced assumptions, scale…