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
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.