marketplace
01OkminLee/everything-claude-code-ios
Plugin Claude Code
Plugin marketplace listing 1 plugin: everything-claude-code-ios.
OkminLee/everything-claude-code-ios
Plugin Claude Code
Plugin marketplace listing 1 plugin: everything-claude-code-ios.
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.
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.
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.
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.
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.
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.
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.
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.
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.
OkminLee/everything-claude-code-ios
Agent
Swift/iOS code review specialist. Reviews code for quality, security, memory management, and Swift best practices. MUST BE USED for all code changes.
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.
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.
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.
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.
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.
OkminLee/everything-claude-code-ios
Command
Analyze the current session and extract any patterns worth saving as skills.
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.
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.
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.
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.
OkminLee/everything-claude-code-ios
Command
Analyze the codebase structure and update architecture documentation.
OkminLee/everything-claude-code-ios
Command
Sync documentation from source-of-truth.
OkminLee/everything-claude-code-ios
Command
Incrementally fix Xcode build and Swift compiler errors. Parse errors, explain issues, apply fixes, verify resolution.