Linux Kernel Crash Debug
Description
Linux kernel crash debugging skill for Claude Code using crash utility
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Linux Kernel Crash Debug Skill
[中文文档](README_CN.md)
Welcome to **Linux Kernel Crash Debug Skill**! This is a Claude Code skill that helps you debug Linux kernel crashes using the crash utility.
Features
- Quick Start Guide: Essential commands and debugging workflow
- Evidence-First Triage: Artifact validation, failure timeline, competing hypotheses, and confidence reporting
- Complete Command Reference: All crash utility commands with examples
- Advanced Techniques: Memory analysis, linked list traversal, address translation
- Production Detection: pstore/ramoops, watchdogs, KFENCE, KCSAN, and drgn automation
- Real-world Cases: Kernel BUG, deadlock, OOM, NULL pointer, stack overflow
- vmcore Knowledge: ELF format, VMCOREINFO, dump file types
Installation
# Download the skill file
git clone https://github.com/crazyss/linux-kernel-crash-debug.git
# Install in Claude Code
claude skill install linux-kernel-crash-debug.skill
Quick Start
# Start crash session
crash vmlinux vmcore
# Basic debugging flow
crash> sys # Check panic reason
crash> log # View kernel log
crash> bt # Backtrace
crash> struct # Inspect data structures
crash> kmem # Memory analysis
Structure
linux-kernel-crash-debug/
├── SKILL.md # Main skill file (English)
├── SKILL_CN.md # Chinese version of skill
├── README.md # English documentation
├── README_CN.md # Chinese documentation
├── CONTRIBUTING.md # Contribution guide
├── LICENSE # MIT License
├── CLAUDE.md # Claude Code project config
├── scripts/ # Utility scripts
│ └── agent-crash.sh # Agent-safe crash wrapper
├── references/ # Detailed documentation
│ ├── advanced-commands.md # In-depth command usage
│ ├── agentic-heuristics.md # Agent
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11