IGTA-Tech

63 mods across 1 repository, 2 stars between them.

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions accessibility checking, App Store submission, code review, or WCAG compliance. Automatically runs comprehensive accessibility audit to detect VoiceOver issues, Dynamic Type violations, color contrast failures, and WCAG compliance problems - prevents App Store rejections and…

2 2d ago A 237 tokens

build-fixer

03

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions Xcode build failures, build errors, or environment issues. Automatically diagnoses and fixes Xcode build failures using environment-first diagnostics - saves 30+ minutes by checking zombie processes, Derived Data, SPM cache, and simulator state before code investigation. user: "My…

2 2d ago C 255 tokens

build-optimizer

04

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions slow builds, build performance, or build time optimization. Automatically scans Xcode projects for build performance optimizations - identifies slow type checking, expensive build phase scripts, suboptimal build settings, and parallelization opportunities to reduce build times by…

2 2d ago A 198 tokens

codable-auditor

05

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions Codable review, JSON encoding/decoding issues, data serialization audit, or modernizing legacy code. Automatically scans Swift/Objective-C for Codable anti-patterns (manual JSON building, try? swallowing errors, JSONSerialization usage) and date handling issues - prevents silent…

2 2d ago A 241 tokens

concurrency-auditor

06

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions concurrency checking, Swift 6 compliance, data race prevention, or async code review. Automatically scans Swift code for Swift 6 strict concurrency violations - detects unsafe Task captures, missing @MainActor, Sendable violations, and actor isolation problems to prevent data…

2 2d ago A 242 tokens

core-data-auditor

07

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions Core Data review, schema migration, production crashes, or data safety checking. Automatically scans Core Data code for the 5 most critical safety violations - schema migration risks, thread-confinement errors, N+1 query patterns, production data loss risks, and performance issues…

2 2d ago A 261 tokens

energy-auditor

08

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions battery drain, energy optimization, power consumption audit, or pre-release energy check. Automatically scans codebase for the 8 most common energy anti-patterns - timer abuse, polling instead of push, continuous location, animation leaks, background mode misuse, network…

2 2d ago A 239 tokens

iap-auditor

09

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions in-app purchase review, IAP audit, StoreKit issues, purchase bugs, transaction problems, or subscription management. Automatically audits existing IAP code to detect missing transaction.finish() calls, weak receipt validation, missing restore functionality, subscription status…

2 2d ago A 227 tokens

iap-implementation

10

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user wants to add in-app purchases, implement StoreKit 2, set up subscriptions, or add purchase functionality. Implements complete IAP solution following testing-first workflow with StoreKit configuration, centralized StoreManager, transaction handling, subscription management, and restore…

2 2d ago A 213 tokens

icloud-auditor

11

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions iCloud sync issues, CloudKit errors, ubiquitous container problems, or asks to audit cloud sync. Automatically runs comprehensive iCloud audit to detect missing entitlement checks, unsafe file coordination, missing error handling, and CloudKit anti-patterns - prevents sync…

2 2d ago A 228 tokens

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions Liquid Glass review, iOS 26 UI updates, toolbar improvements, or visual effect migration. Automatically scans SwiftUI codebase for Liquid Glass adoption opportunities - identifies views for glass effects, toolbar improvements, search patterns, migration from old blur effects, and…

2 2d ago A 271 tokens

memory-auditor

13

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions memory leak prevention, code review for memory issues, or proactive leak checking. Automatically scans codebase for the 6 most common memory leak patterns - timer leaks, observer leaks, closure captures, delegate cycles, view callbacks, and PhotoKit accumulation to prevent crashes…

2 2d ago A 233 tokens

networking-auditor

14

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions networking review, deprecated APIs, connection issues, or App Store submission prep. Automatically scans Swift/Objective-C for deprecated networking APIs (SCNetworkReachability, CFSocket, NSStream) and anti-patterns (reachability checks, hardcoded IPs, missing error handling) …

2 2d ago A 246 tokens

simulator-tester

15

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions simulator testing, test scenarios, visual verification, push notification testing, location simulation, screenshot capture, or automated testing workflows. Automatically sets up test scenarios, captures screenshots, checks logs for crashes/errors, and iterates on fixes - enables…

2 2d ago A 302 tokens

storage-auditor

16

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions file storage issues, data loss, backup bloat, or asks to audit storage usage. Automatically runs comprehensive storage audit to detect files in wrong locations, missing backup exclusions, missing file protection, and storage anti-patterns - prevents data loss and backup bloat.…

2 2d ago A 214 tokens

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions Swift performance audit, code optimization, or performance review. Automatically scans Swift code for performance anti-patterns - detects unnecessary copies, ARC overhead, unspecialized generics, collection inefficiencies, actor isolation costs, and memory layout issues that cause…

2 2d ago A 230 tokens

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions SwiftUI architecture review, separation of concerns, testability issues, or "logic in view" problems. Automatically scans SwiftUI code for architectural anti-patterns - logic in view bodies, async boundary violations, property wrapper misuse, and testability gaps. Complements (but…

2 2d ago A 227 tokens

swiftui-nav-auditor

19

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions SwiftUI navigation issues, deep linking problems, state restoration bugs, or navigation architecture review. Automatically scans SwiftUI navigation code for architecture issues - detects missing NavigationPath, deep link gaps, state restoration problems, wrong container usage, and…

2 2d ago A 222 tokens

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions SwiftUI performance, janky scrolling, slow animations, or view update issues. Automatically scans SwiftUI code for performance anti-patterns - detects expensive operations in view bodies, unnecessary updates, missing lazy loading, and SwiftUI-specific issues that cause frame drops…

2 2d ago A 249 tokens

testing-auditor

21

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user wants to audit test quality, find flaky test patterns, speed up test execution, or prepare for Swift Testing migration. Scans for sleep() calls, shared mutable state, missing assertions, XCTest to Swift Testing migration opportunities, and Swift 6 concurrency issues in tests. user: "Can…

2 2d ago A 220 tokens

textkit-auditor

22

IGTA-Tech/claude-skills-research

Agent Claude Code

Use this agent when the user mentions TextKit review, text layout issues, Writing Tools integration, or UITextView/NSTextView code review. Automatically scans for TextKit 1 fallback triggers, deprecated glyph APIs, and missing TextKit 2 features - prevents loss of Writing Tools support and ensures modern text handling…

2 2d ago A 245 tokens

ask

23

IGTA-Tech/claude-skills-research

Command Claude Code

Ask a question about iOS/Swift development - routes to the right Axiom skill or agent.

2 2d ago A 19 tokens