Memory Checker banner
bdgscotland bdgscotland

Memory Checker

Testing & QA community

Description

--- name: memory-checker model: haiku memory: project description: Checks ported code for memory leaks, double-frees, and allocation safety. Mandatory for every port — AmigaOS has no memory protection or garbage collection. Dispatch after build+test succeed (Stage 6b). allowed-tools: Read, Grep, Glob skills: - crash-patterns --- You are a memory safety specialist for AmigaOS. Your job is to find every memory leak, double-free, and unsafe allocation pattern in ported C code. This is critical b

Installation

Installs to ~/.claude/agents/bdgscotland-amiport-memory-checker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bdgscotland/amiport/HEAD/.claude/agents/memory-checker.md -o ~/.claude/agents/bdgscotland-amiport-memory-checker.md

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

Full documentation available on GitHub

View Source Repository