See README.md for architecture, setup, and usage.
Project rules and conventions live in the
project-memory system at
.claude/project-memory/MEMORY.md — read it
before making changes.
Both agents are provided by the skillbox plugin.
- Use the
code-writeragent for ANY code modification, no matter how small (renames, find-and-replace, single-line edits, refactoring, new code). Never edit source files directly. - Use the
code-revieweragent in read-only mode after non-trivial changes to audit for bugs, security issues, and spec violations.