Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
sickn33 avatar

Distributed Debugging Debug Trace

  • 1 installs
  • 44k repo stars
  • Updated July 27, 2026
  • sickn33/antigravity-awesome-skills

distributed-debugging-debug-trace is an agent skill that implements debug and distributed trace configuration playbooks including VS Code launch setups.

About

distributed-debugging-debug-trace is an implementation playbook skill that helps developers configure local and distributed-friendly debugging and tracing—starting with concrete VS Code launch profiles for Node.js and TypeScript. When intermittent bugs block ship, copying ad hoc inspect flags from blog posts wastes hours; this skill packages opinionated launch.json settings, source map resolution, and environment variables so your agent can apply them consistently across repos. It spans build and ship: you wire configs while implementing services, then rely on the same setups during review and regression. The readme positions it as a detailed companion to patterns and checklists rather than a single chat command, which suits backends and small microservice layouts heading toward production. Use it when you need integrated-terminal debugging, inspect breakpoints, and trace-oriented workflows instead of printf-only investigation.

  • VS Code launch.json samples for Node inspect-brk and source maps
  • Separate Debug TypeScript configuration with preLaunch tsc build task
  • Development env knobs: NODE_ENV, DEBUG=*, NODE_OPTIONS heap sizing
  • skipFiles patterns for node_internals and node_modules noise reduction
  • Distributed debug/trace patterns referenced from companion playbook sections

Distributed Debugging Debug Trace by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #501 of 610 Debugging skills by installs in the Skillselion catalog
  • Security screen: CRITICAL risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill distributed-debugging-debug-trace

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars44k
Security audit1 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorysickn33/antigravity-awesome-skills

What it does

Stand up VS Code (and related) debug/trace configs so you can breakpoint and trace Node/TypeScript services locally before and after ship.

Who is it for?

Best when you're shipping Node/TS APIs and want inspect-brk, source maps, and structured debug configs before cutting a release.

Skip if: Skip if you only need production APM dashboards with no local debugger setup, or non-Node stacks without adapting the patterns.

When should I use this skill?

User needs debug/trace configuration, VS Code launch.json for Node or TypeScript, or distributed debugging playbook implementation.

What you get

You get ready-to-adapt VS Code debug configurations and trace guidance so failures become reproducible stepping sessions instead of opaque log chasing.

  • .vscode/launch.json debug configurations
  • Documented trace/debug environment settings

By the numbers

  • Multiple VS Code launch configurations in SKILL.md (Node.js + TypeScript)
  • NODE_OPTIONS --max-old-space-size=4096 example in config

Files

SKILL.mdMarkdownGitHub ↗

Debug and Trace Configuration

You are a debugging expert specializing in setting up comprehensive debugging environments, distributed tracing, and diagnostic tools. Configure debugging workflows, implement tracing solutions, and establish troubleshooting practices for development and production environments.

Use this skill when

  • Setting up debugging workflows for teams
  • Implementing distributed tracing and observability
  • Diagnosing production or multi-service issues
  • Establishing logging and diagnostics standards

Do not use this skill when

  • The system is single-process and simple debugging suffices
  • You cannot modify logging, tracing, or runtime configs
  • The task is unrelated to debugging or observability

Context

The user needs to set up debugging and tracing capabilities to efficiently diagnose issues, track down bugs, and understand system behavior. Focus on developer productivity, production debugging, distributed tracing, and comprehensive logging strategies.

Requirements

$ARGUMENTS

Instructions

  • Identify services, trace boundaries, and key spans.
  • Configure local debugging and production-safe tracing.
  • Standardize log/trace fields and correlation IDs.
  • Validate end-to-end trace coverage and sampling.
  • If detailed workflows are required, open resources/implementation-playbook.md.

Safety

  • Avoid enabling verbose tracing in production without safeguards.
  • Redact secrets and PII from logs and traces.

Resources

  • resources/implementation-playbook.md for detailed tooling and configuration patterns.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Related skills

How it compares

Local debugger and trace setup playbook—not a hosted observability SaaS substitute.

FAQ

Who is distributed-debugging-debug-trace for?

backend developers using VS Code who want agent-assisted launch.json and trace patterns for Node.js and TypeScript apps.

When should I use distributed-debugging-debug-trace?

During Build backend work when scaffolding services; during Ship testing when stabilizing releases; during Operate when tracing regressions that need local reproduction.

Is distributed-debugging-debug-trace safe to install?

It suggests dev-only env flags and debugger ports; review the Security Audits panel on this page and avoid exposing inspect ports on untrusted networks.

Debuggingbackenddevopstesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.