objective c skills

9 tagged objective c, measured the same way as everything else here.

Browse within: ios 5uiwebview 5wkwebview 5

concise-output

01

emilianoeloi/ios-WK-UI-WebView

Skill Claude CodeCodex

Use when: you want maximum token compression in responses. Removes all filler prose while keeping 100% technical accuracy. Inspired by the Caveman communication pattern.

3 1mo ago A 35 tokens original MIT

emilianoeloi/ios-WK-UI-WebView

Skill Claude CodeCodex

Use when: analyzing Objective-C WebView legacy flows, fallback behavior, and bridge contracts before implementing changes. Read-only: produces a behavior map and a safe patch checklist, never code edits.

3 1mo ago A 43 tokens original MIT

swift-blast-radius

04

drewalth/claude-xcindex

Skill Claude CodeCodex

Compute the dependency blast radius of a Swift or Objective-C file — direct dependents, one hop of transitive callers, and covering tests — from Xcode's pre-built index. Use this when planning a refactor, scoping a structural change, or sizing the impact of editing a shared file, before reading anything.

3 1mo ago A 69 tokens original MIT

drewalth/claude-xcindex

Skill Claude CodeCodex

Find every semantic reference to a Swift or Objective-C symbol via Xcode's pre-built index — no false positives from comments, string literals, or similarly-named symbols in unrelated modules. Use this when planning a change to scope its surface, before grep/ripgrep, and before reading files to trace call chains.

3 1mo ago A 68 tokens original MIT

swift-refactor-plan

06

drewalth/claude-xcindex

Skill Claude CodeCodex

Produce a complete written refactor plan for Swift or Objective-C code — rename, signature change, type extraction, protocol split, API migration — listing every site that will change (grouped by file with line numbers), the risks (overrides, conformances, @objc bridging, cross-module public API, test coverage), and…

3 1mo ago A 102 tokens original MIT