xcuitest
25OkminLee/everything-claude-code-ios
Command
Generate and run end-to-end tests with XCUITest. Creates test journeys using Page Object Model, runs tests, captures screenshots/videos, and manages flaky tests.
OkminLee/everything-claude-code-ios
Command
Generate and run end-to-end tests with XCUITest. Creates test journeys using Page Object Model, runs tests, captures screenshots/videos, and manages flaky tests.
OkminLee/everything-claude-code-ios
Agent
An example agent for planning the architecture of iOS apps. Architecture is the way an app's code is organized; the example shows how it can evaluate requirements such as iOS version, team size, offline support, and payments.
OkminLee/everything-claude-code-ios
Agent
An example session showing how a Swift code-review agent reviews an iOS pull request. A pull request is a proposed set of code changes submitted for review before being merged.
OkminLee/everything-claude-code-ios
Agent
An example agent for developing Swift features with TDD, or test-driven development. TDD means writing tests for the expected behavior before implementing the feature, such as product search and its error cases.
OkminLee/everything-claude-code-ios
Hook
Runs before the agent uses a tool for tool == "Bash" && tool_input.command matches "git push", tool == "Edit" and tool == "Write" tool calls, executing run-with-flags.js via node (2 commands). From OkminLee/everything-claude-code-ios.
OkminLee/everything-claude-code-ios
Hook
Runs before the context is compacted, executing run-with-flags.js via node. From OkminLee/everything-claude-code-ios.
OkminLee/everything-claude-code-ios
Hook
Runs when a session starts, executing run-with-flags.js via node. From OkminLee/everything-claude-code-ios.
OkminLee/everything-claude-code-ios
Hook
Runs after a tool call finishes for tool == "Bash", tool == "Edit" && tool_input.file_path matches "\.swift$", tool == "Edit" && tool_input.file_path matches "\.swift$" and tool == "Edit" && tool_input.file_path matches "\.swift$" tool calls, executing run-with-flags.js via node (4 commands). From…
OkminLee/everything-claude-code-ios
Hook
Runs when the agent finishes a response, executing run-with-flags.js via node (2 commands). From OkminLee/everything-claude-code-ios.
OkminLee/everything-claude-code-ios
Skill Claude CodeCodex
Pattern extraction and skill promotion from session data. Detects repeated patterns and creates draft skills for user approval.
OkminLee/everything-claude-code-ios
Skill Claude CodeCodex
Use this skill when implementing authentication, handling user data, working with Keychain, creating network requests, or implementing sensitive features. Provides comprehensive iOS security checklist and patterns.
OkminLee/everything-claude-code-ios
Skill Claude CodeCodex
Context compaction strategy guide. Defines what to preserve during compaction and when to suggest it, preventing information loss.
OkminLee/everything-claude-code-ios
Skill Claude CodeCodex
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with XCTest including unit, integration, and XCUITest E2E tests.
OkminLee/everything-claude-code-ios
Skill Claude CodeCodex
Build -> Test -> Lint verification workflow for Swift/iOS changes. Ensures code quality through sequential checks with fail-fast behavior.
Plugin Claude Code
HTML/JSX design artifact creation with versioning, asset tracking, live preview, AI-slop verifier, starter components, in-page Tweaks panel, 5 sub-skills (deck, wireframe, make-tweakable, save-as-pdf, handoff), and helper scripts for pulling GitHub references and reading PNG/JPG dimensions.
Agent
Read-only vision audit of a design artifact's screenshot against the AI-slop checklist. Dispatched in background by design-mode after preview.js passes. Silent on pass, alerts on fail.
Skill Claude CodeCodex
HTML/JSX design artifact creation with versioning + asset tracking. Triggered by /design-mode . Produces files in the user's cwd and tracks them in .design-manifest.json grouped by asset name.
Plugin Claude Code
Build & run iOS/Android apps on connected devices, simulators, and emulators from Claude Code.
Plugin Claude Code
Build & run your iOS or Android app on a connected device, simulator, or emulator, picked interactively. Auto-detects devices via devicectl/adb and keeps the /build-run autocomplete in sync with what is plugged in.
Command
Build & run on a connected device (iOS/Android), simulator, or emulator.
Hook
Runs when a session starts, executing update-build-run-hint.sh. From OkminLee/build-run.