debug

Start a log server and analyze runtime logs to debug applications.

25|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/vltansky/debug-skill --skill debug-vltansky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug
Source: https://github.com/vltansky/debug-skill/tree/main/debug-skill
Command: npx skills add https://github.com/vltansky/debug-skill --skill debug-vltansky

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables runtime debugging by collecting and centralizing logs to illuminate how a running app behaves, making bug reproduction repeatable and evidence-driven.

Core Features & Use Cases

  • Start a lightweight log server to capture events during reproduction.
  • Instrument code paths with minimal changes to gather actionable runtime data.
  • Analyze logs to validate hypotheses about root causes and guide fixes.
  • Use case: When a bug only appears under specific user flows, run this skill to reproduce with logs and isolate where things go wrong.

Quick Start

Start a session with: debug /path/to/project. If no path is provided, the current working directory is used.