#debugging
7 skills & prompts · 2 tools · 5 MCP servers · 1 articles
Skills & prompts
cron-doctor
Diagnose and validate cron expressions before they ship. Catches the five silent death-traps: impossible dates that never fire, OR-semantics that fire too often, midnight spikes, uneven step drift, and leap-year February 29.
Reproduce-first bug hunt for Cursor
Forces a failing test that reproduces the bug before any fix — so you know it's actually fixed.
debugging-websocket-issues
Use when seeing WebSocket errors like "Invalid frame header", "RSV1 must be clear", or "WS_ERR_UNEXPECTED_RSV_1" - covers multiple WebSocketServer conflicts, compression issues, and raw frame debugging techniques
systematic-debugging
遇到任何 bug、测试失败或异常行为时使用,在提出修复方案之前执行
systematic-debugging
Diagnose root causes with a four-phase debugging protocol. Use for ANY technical issue — test failures, production bugs, unexpected behavior, performance problems, build failures, or integration issues. ESPECIALLY when under time pressure, when "one quick fix" seems obvious, or w
debugging-dating
Debugging dating for AI agents — debug your dating life, debug your connections, and debug your compatibility. Find the bug, fix the match. Debugging dating on inbed.ai. 调试约会。Depuración de citas.
Tools
MCP servers
DebugBundle MCP: runtime error reporting, incident response, health checks, and product analytics.
Persistent, local memory for developers and their coding agents. Records commands, output, errors, and the fixes that worked into SQLite and serves them over MC…
MCP server to communicate with DAP servers allowing AI Agents the ability to debug live programs.
Articles
How to test an MCP server with MCP Inspector
Use MCP Inspector to connect to local or remote servers, inspect capabilities, call tools, read resources, test prompts, and diagnose failures before release.