FAQ
swift-tothemax is a Claude Code plugin with 8 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes app-review-max, apple-dev-conductor, apple-hig-ux. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add Dev869/swift-tothemax> /plugin install swift-tothemax@swift-tothemax
Repo: Dev869/swift-tothemax
A Claude Code plugin covering every facet of Swift and Apple-platform development, current to mid-2026 (Swift 6.3 stable / 6.4 beta, Xcode 26.6, iOS 27 beta). All version-sensitive claims research-verified against swift.org, Swift Evolution, and developer.apple.com.
In Claude Code:
/plugin marketplace add Dev869/swift-tothemax
/plugin install swift-tothemax@swift-tothemax
All 8 skills load automatically; start any Apple-platform task (or invoke apple-dev-conductor directly) and the right skills trigger.
| Skill | Facet |
|---|---|
apple-dev-conductor | Orchestrator โ routes multi-facet tasks through the suite in lifecycle order |
swift-language | Swift 6.x language: concurrency, generics, ownership/performance, macros, API design, SwiftPM, interop, testing (8 reference files) |
swiftui-max | SwiftUI: state/data flow, layout/animation, performance, platform integration |
apple-hig-ux | Design judgment: HIG, platform idioms, accessibility, icons, "feels native" |
app-review-max | App Review: rejection playbook, monetization compliance, submission checklist |
apple-legal-max | Legal & privacy: privacy manifests, nutrition labels, ATT, GDPR/COPPA/DMA, document templates |
apple-release-ops | Shipping: signing, TestFlight, App Store Connect, CI recipes, store presence |
ui-crawler-max | Autonomous UI crawling: element-precise XCUITest exploration of every reachable screen, live console-error + crash capture with repro steps, Haiku-powered fast data labeling. Data collection only โ fixes route to the other skills |
apple-dev-conductor decomposes tasks along the lifecycle: shape (hig-ux) โ build (swift-language + swiftui-max) โ compliance gates early (legal-max, review-max) โ quality (accessibility audit, tests) โ ship (release-ops, then review-max as final gate) โ rejected/incident (review-max playbook, release-ops triage). Decisions carry forward (data types collected โ nutrition labels; monetization model โ guideline 3.1.x). Conflict rule: this plugin wins on dated facts (versions, policy, legal); specialized companions win on workflow depth.
The suite detects and delegates to these when installed (npx skills add <pkg>):
| Companion | Install | Deepens |
|---|---|---|
| SwiftUI review (25K/22K installs) | avdlee/swiftui-agent-skill@swiftui-expert-skill ยท twostraws/swiftui-agent-skill@swiftui-pro | swiftui-max |
| Concurrency review (13K/7K) | avdlee/swift-concurrency-agent-skill@swift-concurrency ยท twostraws/swift-concurrency-agent-skill@swift-concurrency-pro | swift-language |
| Testing review (6K/3.6K) | twostraws/swift-testing-agent-skill@swift-testing-pro ยท avdlee/swift-testing-agent-skill@swift-testing-expert | swift-language |
| SwiftData (2.4K) | dpearson2699/swift-ios-skills@swiftdata | swift-language |
| SwiftUI perf audit (7.6K) | dimillian/skills@swiftui-performance-audit | swiftui-max |
| Xcode build suite (2.6โ2.8K) | avdlee/xcode-build-optimization-agent-skill@xcode-build-fixer (+siblings) | apple-release-ops |
| Adversarial review sim (9.9K) | github/awesome-copilot@apple-appstore-reviewer | app-review-max |
| ASO / listing growth (1.2โ1.4K) | dpearson2699/swift-ios-skills@app-store-optimization | app-review-max |
| ASC CLI ops (2โ2.4K) | rudrankriyam/app-store-connect-cli-skills@asc-metadata-sync (+siblings) | apple-release-ops |
| HIG lookups (1.4K) | nexu-io/open-design@apple-hig | apple-hig-ux |
No quality ecosystem companion exists for the legal/privacy facet (verified July 2026); apple-legal-max is self-contained.
swift-tothemax-workspace/research/ โ deep-research report + annotated findings behind the version claims.skills/swift-language/evals/evals.json โ test cases for the eval loop (skill-creator process)..claude-plugin/
marketplace.json
plugin.json
.gitignore
LICENSE
README.md
skills/
app-review-max/
references/
monetization-compliance.md
rejection-playbook.md
submission-checklist.md
SKILL.md
apple-dev-conductor/
SKILL.md
apple-hig-ux/
references/
accessibility.md
app-icons-and-branding.md
patterns-by-screen.md
SKILL.md
apple-legal-max/
references/
document-templates.md
privacy-manifests.md
regulations-for-apps.md
SKILL.md
apple-release-ops/
references/
ci-recipes.md
signing-troubleshooting.md
store-presence.md
SKILL.md
swift-language/
evals/
evals.json
references/
api-design-and-errors.md
concurrency.md
interop-and-platforms.md
macros.md
memory-and-performance.md
swiftpm-and-tooling.md
testing.md
types-and-generics.md
SKILL.md
swiftui-max/
references/
component-recipes.md
design-system-kit.md
ecosystem-libraries.md
layout-and-animation.md
performance-and-debugging.md
platform-integration.md
state-and-data-flow.md
visual-iteration-workflow.md
SKILL.md
ui-crawler-max/
scripts/
crawl.sh
haiku-analysis-prompt.md
UICrawlerTests.swift
SKILL.md
swift-tothemax-workspace/
demo/
TestScreen/
project.yml
Sources/
TestScreenApp.swift
UITests/
UICrawlerTests.swift
iteration-1/
benchmark.json
benchmark.md
eval-0-legacy-concurrency-migration/
eval_metadata.json
with_skill/
run-1/
grading.json
outputs/
migrated.swift
MIGRATION.md
timing.json
without_skill/
run-1/
grading.json
outputs/
migrated.swift
MIGRATION.md
timing.json
eval-1-greenfield-rate-limiter-package/
eval_metadata.json
with_skill/
run-1/
grading.json
outputs/
RateKit/
Package.swift
Sources/
RateKit/
TokenBucket.swift
Tests/
RateKitTests/
TestClock.swift
TokenBucketTests.swift
timing.json
without_skill/
run-1/
grading.json
outputs/
RateKit/
Package.swift
README.md
Sources/
RateKit/
TokenBucketRateLimiter.swift
Tests/
RateKitTests/
TokenBucketRateLimiterTests.swift
timing.json
eval-2-code-review-idioms/
eval_metadata.json
with_skill/
run-1/
grading.json
outputs/
fixed.swift
REVIEW.md
timing.json
without_skill/
run-1/
grading.json
outputs/
fixed.swift
REVIEW.md
timing.json
research/
concurrency-findings.md
interop-findings.md
language-features-findings.md
swift-2026-deep-research.md
testing-macros-findings.md
tooling-findings.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic