If you're working with Objective-C blocks, this skill helps catch retain cycles before they become memory leaks. It's laser-focused on the weak-strong dance that trips up most developers, covering the pattern mistakes that cause 90% of block-related leaks according to the author. You get red flag detection for the classic self-capturing scenarios where blocks stored on objects create circular references. With 948 GitHub stars and 172 installs, it's clearly resonating with iOS developers who are tired of hunting down mysterious memory issues. The "not genuine Apple bugs" stance is refreshingly honest about where the real problems usually are.
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-objc-block-retain-cycles