OkminLee

45 mods across 3 repositories, 64 stars between them.

OkminLee/everything-claude-code-ios

Plugin Claude Code

Comprehensive Claude Code configurations for iOS/Swift development with profile-based installation, Node.js hook infrastructure, session persistence, and continuous learning. Includes Xcode 26 system prompt insights, Liquid Glass, FoundationModels, and Swift 6.2 concurrency patterns.

58 5mo ago A tokens not measured original MIT

github

03

OkminLee/everything-claude-code-ios

MCP server Claude CodeCodexCursor +2

Lets the agent work with GitHub: search code, read and create issues and pull requests, and manage repositories through the GitHub API. Runs locally from the @modelcontextprotocol/server-github npm package. Needs 1 environment variable to run.

58 5mo ago A tokens not measured original MIT

memory

04

OkminLee/everything-claude-code-ios

MCP server Claude CodeCodexCursor +2

Gives the agent a persistent knowledge graph it can write facts to and recall across sessions. Runs locally from the @modelcontextprotocol/server-memory npm package.

58 5mo ago A tokens not measured copy · 92% MIT

sequential-thinking

05

OkminLee/everything-claude-code-ios

MCP server Claude CodeCodexCursor +2

Adds a structured step-by-step reasoning tool the agent can call to break a problem into revisable thoughts. Runs locally from the @modelcontextprotocol/server-sequential-thinking npm package.

58 5mo ago A tokens not measured copy · 100% MIT

context7

06

OkminLee/everything-claude-code-ios

MCP server Claude CodeCodexCursor +2

MCP server "context7" as configured in OkminLee/everything-claude-code-ios. Runs locally from the @context7/mcp-server npm package.

58 5mo ago A tokens not measured original MIT

ios-architect

07

OkminLee/everything-claude-code-ios

Agent

You are an expert iOS software architect specializing in system design, scalability, and technical decision-making for Swift/SwiftUI applications.

58 5mo ago A 35 tokens original MIT

ios-doc-updater

08

OkminLee/everything-claude-code-ios

Agent

Documentation and codemap specialist for iOS projects. PROACTIVELY use for updating codemaps, DocC documentation, and READMEs. Generates docs/CODEMAPS/, updates architecture docs, and ensures documentation matches code.

58 5mo ago B 53 tokens original MIT

ios-planner

09

OkminLee/everything-claude-code-ios

Agent

Expert planning specialist for iOS features and refactoring. Use PROACTIVELY when users request iOS feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks.

58 5mo ago A 42 tokens original MIT

OkminLee/everything-claude-code-ios

Agent

You are an expert iOS security specialist focused on identifying and remediating vulnerabilities in iOS applications. Your mission is to prevent security issues before they reach production and App Store review.

58 5mo ago A 56 tokens original MIT

OkminLee/everything-claude-code-ios

Agent

Dead code cleanup and consolidation specialist for Swift/iOS. Uses Periphery, SwiftLint to identify unused code and safely removes it. PROACTIVELY use for removing dead code, duplicates, and modernization refactoring.

58 5mo ago A 49 tokens original MIT

swift-tdd-guide

13

OkminLee/everything-claude-code-ios

Agent

Test-Driven Development specialist for Swift/iOS enforcing write-tests-first methodology. Uses Swift Testing framework (iOS 17+) with XCTest fallback.

58 5mo ago A 34 tokens original MIT

OkminLee/everything-claude-code-ios

Agent

Xcode build and Swift compilation error resolution specialist. Use PROACTIVELY when build fails or compile errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.

58 5mo ago C 53 tokens original MIT

xcuitest-runner

15

OkminLee/everything-claude-code-ios

Agent

XCUITest E2E testing specialist for iOS. Use PROACTIVELY for generating, maintaining, and running UI tests. Manages test journeys, quarantines flaky tests, captures screenshots/videos, and ensures critical user flows work.

58 5mo ago A 54 tokens original MIT

ios-coverage

16

OkminLee/everything-claude-code-ios

Command

Analyze test coverage and generate missing tests for iOS projects. Uses xcodebuild coverage and xccov to identify under-tested code and generate tests.

58 5mo ago A 30 tokens original MIT

plan

18

OkminLee/everything-claude-code-ios

Command

Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.

58 5mo ago A 25 tokens copy · 86% MIT

swift-refactor

19

OkminLee/everything-claude-code-ios

Command

Safely identify and remove dead code with test verification. Uses Periphery for Swift dead code analysis, categorizes findings by severity, and verifies with tests.

58 5mo ago A 31 tokens original MIT

swift-review

20

OkminLee/everything-claude-code-ios

Command

Comprehensive security and quality review for Swift/iOS code changes. Checks for memory leaks, concurrency issues, and iOS security vulnerabilities.

58 5mo ago A 27 tokens original MIT

swift-tdd

21

OkminLee/everything-claude-code-ios

Command

Enforce test-driven development workflow for Swift/iOS. Define protocols, write tests FIRST using Swift Testing, then implement minimal code. Ensure 80%+ coverage.

58 5mo ago A 33 tokens original MIT