debug
SolidDebug an issue in the current Claude Code session by enabling debug logging, reading logs, and suggesting fixes.
AI & Automation 41,770 stars
6909 forks Updated today CC0-1.0
Install
Quality Score: 88/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Debug Skill
Help the user debug an issue they're encountering in this current Claude Code session.
## Debug Logging Just Enabled
Debug logging was OFF for this session until now. Nothing prior to this /debug invocation was captured.
Tell the user that debug logging is now active at `{debug_log_path}`, ask them to reproduce the issue, then re-read the log. If they can't reproduce, they can also restart with `claude --debug` to capture logs from startup.
## Session Debug Log
The debug log for the current session is at: `{debug_log_path}`
No log file exists yet.
For additional context, grep for [ERROR] and [WARN] lines across the full file.
## Daemon
No daemon lock or status file found — the background daemon does not appear to be running. If the issue involves background sessions or `claude agents`, the daemon log (if any) is at `{user_home}/.claude/daemon.log`.
## Issue Description
The user did not describe a specific issue. Read the debug log and summarize any errors, warnings, or notable issues.
## Settings
Remember that settings are in:
* user - {user_home}/.claude/settings.json
* project - {working_directory}/.claude/settings.json
* local - {working_directory}/.claude/settings.local.json
## Instructions
1. Review the user's issue description
2. The last 20 lines show the debug file format. Look for [ERROR] and [WARN] entries, stack traces, and failure patterns across the file
3. Consider launching the claude-code-guide subagent to understand the relevant ...
Details
- Author
- asgeirtj
- Repository
- asgeirtj/system_prompts_leaks
- Created
- 1 years ago
- Last Updated
- today
- Language
- JavaScript
- License
- CC0-1.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
claude-code-debug
Troubleshoot Claude Code extensions and behavior. Triggers on: debug, troubleshoot, not working, skill not loading, hook not running, agent not found.
353 Updated today
aiskillstore Code & Development Solid
debug
Diagnose the current OMC session or repo state using logs, traces, state, and focused reproduction
36,273 Updated today
Yeachan-Heo AI & Automation Solid
debug
Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, environment variables, mounts, and common issues.
29,820 Updated today
qwibitai