By 4eleven7
14 skills for SwiftUI mastery — components, design systems, Figma-to-code, hardening, microinteractions, performance audits, view refactors, shaders, and workflow audits
Detect and replace generic, AI-looking SwiftUI patterns with concrete design-quality fixes and code examples.
Quick reference for choosing and implementing iOS-native SwiftUI components, layouts, forms, lists, tabs, sheets, alerts, and toolbars.
Use when starting UI work to load persistent design decisions, or after completing design exploration to save decisions. Triggers on: design consistency, remember this style, save design choices, design system decisions, brand preferences, UI conventions.
Interactive design exploration for SwiftUI screens. Generates 5 variants exploring hierarchy, layout, density, interaction, and brand expression. Triggers on: design screen, explore designs, variant exploration, design direction, try different layouts, design options.
Use when translating Figma designs, selected Figma nodes, design tokens, or Figma assets into production SwiftUI for an iOS app. Requires an available Figma MCP/tool connection. Do not use for web or React implementation.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Reusable Beepus Maximus agent skills and Claude Code plugin bundles for Apple platform engineering, product work, and project workflows. Skills are plain SKILL.md directories, so the same content can be used by Codex and Claude. Claude-only slash commands live under plugins/project-tools/commands.
SKILL.md.example-setup/.Install through the Claude plugin marketplace:
/plugin marketplace add 4eleven7/Claude-Skills
/plugin install ios-frameworks@claude-skills
/plugin install ios-platform@claude-skills
/plugin install swiftui@claude-skills
/plugin install uikit@claude-skills
/plugin install project-tools@claude-skills
/plugin install product@claude-skills
Update installed plugins:
/plugin marketplace update claude-skills
Codex can use the same SKILL.md directories. For a local checkout, symlink skills into ${CODEX_HOME:-~/.codex}/skills so Codex reads the current repository copy:
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
ln -sfn "$PWD"/plugins/*/skills/* "${CODEX_HOME:-$HOME/.codex}/skills/"
Each installed skill directory should contain its own SKILL.md at the top level.
Use copies instead of symlinks when you want a pinned snapshot that does not change as the repository changes.
Use the plugin directories directly while editing. Before publishing changes, verify:
SKILL.mdSKILL.md has name and description frontmatterApple framework skills for iOS and Apple platform development.
| Skill | Use |
|---|---|
activitykit | Reviews and writes ActivityKit code — Live Activities, Dynamic Island, Lock Screen presentations, push updates, and Activity lifecycle. Use when implementing live updating content outside your app. |
alarmkit | Reviews and writes AlarmKit code — alarm scheduling, countdown timers, alarm presentation, Live Activities integration, and authorization. Use when implementing alarms, timers, or countdown features. |
app-intents | Use when implementing, reviewing, or debugging App Intents, App Shortcuts, Siri, AppEntity, EntityQuery, parameter summaries, Spotlight intents, Focus filters, Control Center, or Action Button integrations. |
apple-accessibility-auditor | Audit Apple platform UI code for accessibility — VoiceOver, Dynamic Type, keyboard navigation, colour contrast, and semantic correctness — with prioritised, patch-ready fixes |
authentication | Reviews and writes AuthenticationServices code — Sign in with Apple, passkeys, ASAuthorizationController, credential providers, and AutoFill. Use when implementing authentication flows. |
background-tasks | Reviews and writes BackgroundTasks code — BGTaskScheduler, app refresh tasks, processing tasks, continued processing (iOS 26), health research tasks, SwiftUI .backgroundTask, system constraints, and diagnostics. Use when scheduling background work. |
camera-media | Use when implementing, reviewing, or debugging camera capture, AVCaptureSession, RotationCoordinator, responsive capture, deferred processing, PhotosPicker/PHPicker, limited library access, or HDR preservation. |
cloudkit | Reviews and writes iCloud sync code — CloudKit databases, CKSyncEngine, SwiftData+CloudKit integration, iCloud Drive documents, NSUbiquitousKeyValueStore, conflict resolution, and sync diagnostics. Use when implementing, reviewing, or debugging any iCloud data sync. |
combine | Reviews and writes Combine framework code for correctness, memory safety, and migration readiness. Use when working with publishers, subscribers, @Published, subjects, operator chains, or bridging Combine with async/await. |
core-data | Writes, reviews, and governs Core Data persistence -- stack setup, concurrency, relationships, migrations, and CloudKit integration. Use when reading, writing, or reviewing any Core Data code or schema changes. Not for SwiftData projects (use the swiftdata skill instead). |
core-location | Reviews and writes Core Location code — authorization strategy, CLServiceSession layering, CLMonitor geofencing, background location, CLLocationUpdate async patterns, and common anti-patterns. Use when implementing, reviewing, or debugging any location feature. |
coreml-vision | On-device machine learning with CoreML model loading/prediction and Vision framework image analysis |
npx claudepluginhub 4eleven7/claude-skills --plugin swiftui6 skills for UIKit — Auto Layout, collection views, Core Animation, navigation, and SwiftUI interop
4 skills for product analytics, App Store marketing, monetization strategy, and onboarding
13 skills for iOS architecture, debugging, testing, tooling, HIG, Swift language, and shipping
35 skills covering Apple frameworks — HealthKit, MapKit, StoreKit, CoreML, RealityKit, ActivityKit, and more
50 skills and 25 thin Claude command wrappers for project workflows — planning, specs, auditing, TDD, debugging, code review, shipping, and more
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer