🧠
QualityTypeScript

Debug Memory

by jmagly

Debug Memory is a Quality skill for Claude Code, published by jmagly in aiwg.

209 stars32 forkson jmagly/aiwgAdded 2026/09/04+1% in starsRepository updated 2026/09/03
agentic-codingai-frameworkanthropicautonomous-agentsclaude-codecodexcopilotcursordeveloper-toolsfine-tuningmulti-agentmulti-platformorchestrationprompt-engineeringsdlctraining-datawarpworkflow-automation
Install in seconds
Install Debug Memory
Copy Debug Memory into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jmagly/aiwg/tree/main/agentic/code/addons/agent-loop/skills/debug-memory ~/.claude/skills/debug-memory

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jmagly/aiwg.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
agentic/code/addons/agent-loop/skills/debug-memory/SKILL.md in jmagly/aiwg
Installs to
~/.claude/skills/debug-memory
Collection
One of 25 skills cataloged from this repository
Category
Quality1557 skills

What Debug Memory does

Debug Memory queries and manages executable feedback session history. Use it to find past failures, inspect learned patterns, review stats, or archive the memory store.

Debug Memory is cataloged under Quality on DirSkills. Debug Memory comes from a repository tagged agentic-coding, ai-framework, anthropic, autonomous-agents and claude-code.

Documentation

README

Debug Memory Command

Query, analyze, and manage the debug memory from executable feedback loops.

Instructions

Manage the debug memory stored in .aiwg/ralph/debug-memory/:

Subcommand: query

Search debug memory for relevant past execution sessions.

  1. Search .aiwg/ralph/debug-memory/sessions/ for matching entries
  2. Match by file path, error type, test name, or keyword
  3. Display relevant sessions with fix attempts and outcomes
  4. Highlight reusable patterns

Subcommand: patterns

Display learned patterns from past debug sessions.

  1. Load .aiwg/ralph/debug-memory/patterns/learned-patterns.yaml
  2. Show pattern frequency, success rate, and applicability
  3. Suggest patterns applicable to current context

Subcommand: stats

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Debug Memory

  • What else does jmagly publish alongside Debug Memory?

    Debug Memory is one of 25 skills that DirSkills catalogs from jmagly/aiwg, the repository it ships in. Its siblings there include Agent Loop, Agent Loop and Agent Loop External. Each one is a separate skill with its own page in this directory, installs the same way Debug Memory does, and is maintained by jmagly in that same repository. The rest of the collection is listed on the jmagly/aiwg page.

  • How does Debug Memory compare to other Quality skills?

    Debug Memory ranks #1449 by stars among the 1557 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Debug Memory against them. Open each page to compare what they document and how they install.