·debug
</>

debug

shaoruu/cursor-skills

Debug code by adding structured logging. Starts a local HTTP server for browser/remote logging and optionally a live log viewer. Use when debugging issues, tracking down bugs, or when the user says /debug.

11Installs·0Trend·@shaoruu

Installation

$npx skills add https://github.com/shaoruu/cursor-skills --skill debug

SKILL.md

Add structured logging to track down bugs. Uses a local log file in /tmp and an optional HTTP server for browser-side logging.

Start the log viewer ONLY when the user asks to view logs, see logs, watch logs, or similar requests.

If the output is empty (no uncommitted changes), note this. After extensive debugging iterations, if the final fix is small, you can use git checkout -- . or git restore . to reset all instrumentation instantly instead of manually removing debug code. This is much faster than cleanup.

Debug code by adding structured logging. Starts a local HTTP server for browser/remote logging and optionally a live log viewer. Use when debugging issues, tracking down bugs, or when the user says /debug. Source: shaoruu/cursor-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/shaoruu/cursor-skills --skill debug
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is debug?

Debug code by adding structured logging. Starts a local HTTP server for browser/remote logging and optionally a live log viewer. Use when debugging issues, tracking down bugs, or when the user says /debug. Source: shaoruu/cursor-skills.

How do I install debug?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/shaoruu/cursor-skills --skill debug Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/shaoruu/cursor-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-05

Related Skills

None