Objective-C ARC Patterns

Official

Memory-safe ARC patterns in Objective-C.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill covers ARC ownership rules, strong/weak references, retain cycles, and memory-safe patterns in Objective-C.

Core Features & Use Cases

  • Strong/Weak References: Correct ownership and lifetime management.
  • Retain Cycles: Techniques to avoid memory leaks in blocks and delegates.
  • Bridging: Safe bridging with Core Foundation.

Quick Start

Annotate properties with strong/weak and implement a weak delegate to avoid a retain cycle.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: Objective-C ARC Patterns
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#objective-c-arc-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository