syncause-debugger
Installation
SKILL.md
Syncause Debugger
Use runtime traces to enhance bug fixing: collect runtime data with the SDK, then analyze with MCP tools.
Before fix, create a detailed plan to ensure no details are missed, always include 4 phases: Setup → Analyze → Summary → Teardown.
Phase 1: Setup
Pre-check
- MCP Server: This skill depends on
debug-mcp-serverMCP server. If it is not present, STOP and request the user to install the MCP server (Anonymous Mode (Default) or Login Mode). - Authentication: If any MCP Tool returns a
Unauthorizederror, STOP and request the user to configure theAPI_KEY(Login Mode Guide).
Verify SDK NOT already installed by checking dependency files:
- Java:
pom.xmlorbuild.gradle - Node.js:
package.json - Python:
requirements.txtorpyproject.toml
WARNING: .syncause folder is NOT a reliable indicator.