debug-mode-logging

Emit [DEBUG]-prefixed logs to console or stderr during DEBUG MODE.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/JaimeJunr/context-mode --skill debug-mode-logging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-mode-logging
Source: https://github.com/JaimeJunr/context-mode/tree/main/.claude/skills/debug-mode-logging
Command: npx skills add https://github.com/JaimeJunr/context-mode --skill debug-mode-logging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enhances observability by emitting additional debug logs to the console or stderr when DEBUG MODE is active, supplementing existing instrumentation.

Core Features & Use Cases

  • Parallels runtime evidence without altering current logging endpoints.
  • Prefixes each log with [DEBUG] and includes fields like location, message, data, timestamp, sessionId, and hypothesisId.
  • Triggers automatically when the system_reminder indicates DEBUG MODE, providing actionable traces for debugging sessions.

Quick Start

Enable DEBUG MODE by setting the system_reminder text to contain DEBUG MODE; the skill will start emitting additional [DEBUG]-prefixed logs to the console and stderr in parallel with existing instrumentation.

Frequently Asked Questions about debug-mode-logging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add parallel runtime debug logs to console or stderr?

To add parallel runtime debug logs, you can use this Skill to emit additional [DEBUG]-prefixed logs to console or stderr. It supplements existing instrumentation without replacing current logging endpoints.

What is runtime observability and how does DEBUG MODE instrumentation work?

Runtime observability tracks system behavior during execution. When DEBUG MODE is active, this Skill formats logs with location, message, data, timestamp, sessionId, and hypothesisId to provide actionable traces.

How do I trigger additional debug logging during a debugging session?

You trigger additional debug logging by setting the system_reminder text to contain DEBUG MODE. The Skill will automatically start emitting parallel runtime evidence to the console and stderr.

Can I use this parallel logging without replacing my existing console instrumentation?

Yes, you can use this logging alongside existing instrumentation. It parallels runtime evidence by emitting additional [DEBUG]-prefixed logs to the console or stderr without altering your current logging endpoints.

What is the best way to capture sessionId and hypothesisId in runtime debug traces?

To capture sessionId and hypothesisId in runtime traces, this Skill automatically formats debug logs with these fields alongside location, message, data, and timestamp when DEBUG MODE is active.

Do I need any external dependencies to start emitting DEBUG MODE logs?

No, you do not need external dependencies to start emitting DEBUG MODE logs. The Skill operates without dependencies and triggers automatically via the system_reminder to provide runtime observability.