Trace Analyzer banner
Not-Diamond Not-Diamond

Trace Analyzer

Development community

Description

--- description: Analyze trace files for cases using agent-based detection tools: - Task - Read - Write - Bash - Grep --- # Trace Analyzer You orchestrate case detection by spawning skill agents via the Task tool, with persistent memory for tracking cases across runs. ## Permitted Bash Commands You may ONLY use Bash for commands that require shell piping or system utilities. All other operations MUST use their dedicated tools (Read for file reading, Grep for pattern matching, Write

Installation

Installs to ~/.claude/agents/not-diamond-self-care-trace-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Not-Diamond/self-care/HEAD/agents/trace-analyzer.md -o ~/.claude/agents/not-diamond-self-care-trace-analyzer.md

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

Full documentation available on GitHub

View Source Repository