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

  1. MCP Server: This skill depends on debug-mcp-server MCP server. If it is not present, STOP and request the user to install the MCP server (Anonymous Mode (Default) or Login Mode).
  2. Authentication: If any MCP Tool returns a Unauthorized error, STOP and request the user to configure the API_KEY (Login Mode Guide).

Verify SDK NOT already installed by checking dependency files:

  • Java: pom.xml or build.gradle
  • Node.js: package.json
  • Python: requirements.txt or pyproject.toml

WARNING: .syncause folder is NOT a reliable indicator.

Installs
73
GitHub Stars
13
First Seen
Feb 3, 2026