debugging-strategies
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
19,315
2,149
2025年10月24日 01:05
wshobson
wshobson/agents下载技能文件
下载包含 SKILL.md 和所有相关文件的完整技能目录
相关技能
python-packaging
wshobson
Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.
python-performance-optimization
wshobson
Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.
template-skill
anthropics
Replace with description of the skill and when Claude should use it.
internal-comms
anthropics
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
slack-gif-creator
anthropics
Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".
image-crop-rotate
instavm
Image processing skill for cropping images to 50% from center and rotating them 90 degrees clockwise. This skill should be used when users request image cropping to center, image rotation, or both operations combined on image files.
claude-code
mrgoonie
All powerful skills of ClaudeKit.cc!
template-skill
mrgoonie
Replace with description of the skill and when Claude should use it.
Systematic Debugging
mrgoonie
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
Root Cause Tracing
mrgoonie
Systematically trace bugs backward through call stack to find original trigger
Verification Before Completion
mrgoonie
Run verification commands and confirm output before claiming success
Defense-in-Depth Validation
mrgoonie
Validate at every layer data passes through to make bugs impossible