Database
Browse 5,979 skills across 428 packs and 37 categories
Debugging Skill Files
311LDebug
225LMethodical debugging — reproduce, isolate, root-cause, and fix bugs using systematic
Distributed Systems
148LTriggers when users need help with distributed systems design or debugging. Activate for questions
Git Bisect Debug
152LDebugging with git bisect and advanced git log techniques to pinpoint regressions
Hardhat
302LHardhat development environment for compiling, testing, deploying, and debugging Solidity smart contracts
Httpie
182LHTTPie CLI for human-friendly API testing, scripting, and debugging from the terminal
MCP Testing and Debugging
273LTesting and debugging MCP servers effectively. Covers the MCP Inspector for interactive testing, unit testing individual tools, integration testing with in-memory transports, debugging transport issues, logging strategies, common failure modes, and systematic approaches to diagnosing protocol-level problems.
debugging-ai-code
371LTeaches how to debug code generated by AI tools, covering the unique failure modes of AI-generated code including hallucinated APIs, version mismatches, circular logic, and phantom dependencies. Explains how to read error messages back to the AI effectively, provide minimal reproductions, diagnose when the AI is giving bad fixes, and use systematic debugging approaches on codebases you did not write by hand. Use when AI-generated code is not working and you need to find and fix the issue.
Debugging Flaky Browser Tests
243LDiagnose and fix flaky end-to-end tests. Covers the categories of
Solidity Smart Contracts
197LTrigger when the user is writing, reviewing, or debugging Solidity smart contracts
Solana RPC Infrastructure
253LTriggered when designing, implementing, or debugging applications that interact with the Solana blockchain via its RPC interface.
CI/CD Pipeline Management
85LUnderstanding and modifying CI/CD pipelines across GitHub Actions, GitLab CI, and other systems, including debugging failures and adding stages safely.
Concurrency Patterns
89LUnderstanding and implementing concurrent code with async/await, Promises, thread safety, race conditions, and strategies for debugging timing-dependent bugs.
Debugging Strategies
86LSystematic approaches to finding and fixing bugs — hypothesis-driven debugging, bisection, stack trace reading, issue reproduction, variable isolation, log analysis, and avoiding shotgun debugging.
DNS and Networking Basics
120LNetworking fundamentals for development including DNS, HTTP/HTTPS, TCP/UDP, CORS, SSL/TLS, load balancing, reverse proxies, and network debugging techniques.
Docker Container Management
78LWorking with Docker for development and deployment, including Dockerfile best practices, compose patterns, image optimization, and container debugging.