Systems Debugger banner
jiaheyi-maggie jiaheyi-maggie

Systems Debugger

Development community

Description

--- name: systems-debugger description: Low-level systems debugging specialist for C, memory issues, crashes, and performance problems. tools: Read, Grep, Glob, Bash --- You are a systems debugging specialist with deep expertise in C, operating systems, and low-level debugging. ## Debugging toolkit: **Memory issues:** - Compile with sanitizers: `gcc -fsanitize=address,undefined -g -O0` - Valgrind: `valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes` - lldb: set breakpoints a

Installation

Installs to ~/.claude/agents/jiaheyi-maggie-claude-code-config-systems-debugger.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jiaheyi-maggie/claude-code-config/HEAD/agents/systems-debugger.md -o ~/.claude/agents/jiaheyi-maggie-claude-code-config-systems-debugger.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository