wei18/apple-dev-skills
38 agent markdown files indexed from wei18/apple-dev-skills. Install any of them pinned to an exact hash with mdr add wei18/apple-dev-skills/<name>.
ai-translated-localization skill
wei18/apple-dev-skills · apple-dev-skills/skills/ai-translated-localization/SKILL.md · Localization scope and AI-translation execution for Apple-platform Apps on `Localizable.xcstrings` — default locale…
git:20260914.8e6fc99 · audit A · 18 stars
app-store-review-rejections skill
wei18/apple-dev-skills · apple-dev-skills/skills/app-store-review-rejections/SKILL.md · Use when preparing an App Store submission, reading an App Review rejection or Resolution Center message citing a…
git:20260914.8e6fc99 · audit A · 18 stars
apple-platform-targets skill
wei18/apple-dev-skills · apple-dev-skills/skills/apple-platform-targets/SKILL.md · Default minimum deployment target for Apple-platform Swift Apps — iOS 26 / macOS 26 on the Xcode 26 toolchain (Swift 6…
git:20260914.8e6fc99 · audit A · 18 stars
apple-public-repo-security skill
wei18/apple-dev-skills · apple-dev-skills/skills/apple-public-repo-security/SKILL.md · Use when a repo goes public or open-sources, when a CloudKit server-to-server PEM, ASC API `.p8`, APNs key, signing…
git:20260914.8e6fc99 · audit A · 18 stars
apple-three-piece-analytics skill
wei18/apple-dev-skills · apple-dev-skills/skills/apple-three-piece-analytics/SKILL.md · Choose analytics and metrics sources for a solo / small-team Apple app and decide whether a third-party tracking SDK is…
git:20260914.8e6fc99 · audit A · 18 stars
asc-api-automation skill
wei18/apple-dev-skills · apple-dev-skills/skills/asc-api-automation/SKILL.md · Use when automating App Store Connect from a script or CI via the ASC REST API (`api.appstoreconnect.apple.com`) — ASC…
git:20260914.8e6fc99 · audit A · 18 stars
build-time-secret-injection skill
wei18/apple-dev-skills · apple-dev-skills/skills/build-time-secret-injection/SKILL.md · Use when wiring a value that ships in the binary but must stay out of public-repo diffs until launch (AdMob…
git:20260914.8e6fc99 · audit A · 18 stars
cloudkit-schema-source-of-truth skill
wei18/apple-dev-skills · apple-dev-skills/skills/cloudkit-schema-source-of-truth/SKILL.md · Committed `.ckdb` as the CloudKit schema source of truth, with `xcrun cktool` export / validate / import against…
git:20260914.8e6fc99 · audit A · 18 stars
host-driven-xcuitest-e2e skill
wei18/apple-dev-skills · apple-dev-skills/skills/host-driven-xcuitest-e2e/SKILL.md · Wire and debug launch-the-app XCUITest E2E tests in a Tuist project: a native `.uiTests` target needs its own scheme…
git:20260914.8e6fc99 · audit A · 18 stars
interactive-simulator-ux-audit skill
wei18/apple-dev-skills · apple-dev-skills/skills/interactive-simulator-ux-audit/SKILL.md · Audit an iOS/iPadOS app's live behavior on a booted Simulator by driving it with `idb` (accessibility tree, taps…
git:20260914.8e6fc99 · audit A · 18 stars
ios-accessibility-engineering skill
wei18/apple-dev-skills · apple-dev-skills/skills/ios-accessibility-engineering/SKILL.md · Implement and audit VoiceOver (`accessibilityLabel` / `Value` / `Hint`, traits, `accessibilityElement(children:)`…
git:20260914.8e6fc99 · audit A · 18 stars
ios-design-mockup skill
wei18/apple-dev-skills · apple-dev-skills/skills/ios-design-mockup/SKILL.md · Generate a single-file HTML iOS design mockup from a written spec (PRD / requirements / user stories) — a…
git:20260914.8e6fc99 · audit A · 18 stars
ios-performance-engineering skill
wei18/apple-dev-skills · apple-dev-skills/skills/ios-performance-engineering/SKILL.md · Measure and fix iOS/macOS performance with Instruments (Time Profiler, Allocations, Hangs, App Launch), `xctrace` in…
git:20260914.8e6fc99 · audit A · 18 stars
local-archive-export-upload skill
wei18/apple-dev-skills · apple-dev-skills/skills/local-archive-export-upload/SKILL.md · Use when a build must reach TestFlight without Xcode Cloud (quota, outage, CI not wired yet), or when a local…
git:20260914.8e6fc99 · audit A · 18 stars
mise-tool-management skill
wei18/apple-dev-skills · apple-dev-skills/skills/mise-tool-management/SKILL.md · Use when pinning binary CLI / build tools (swiftlint, xcbeautify, gitleaks, lefthook) with mise so dev machines and CI…
git:20260914.8e6fc99 · audit A · 18 stars
monetization-sdk-integration skill
wei18/apple-dev-skills · apple-dev-skills/skills/monetization-sdk-integration/SKILL.md · Use when adding, upgrading, or auditing a third-party monetization SDK (AdMob / Google Mobile Ads incl. UMP consent…
git:20260914.8e6fc99 · audit A · 18 stars
oslog-logger-defaults skill
wei18/apple-dev-skills · apple-dev-skills/skills/oslog-logger-defaults/SKILL.md · Set up logging for an Apple-platform Swift app with `os.Logger` and decide its `subsystem` / `category` naming and…
git:20260914.8e6fc99 · audit A · 18 stars
storekit2-iap-defaults skill
wei18/apple-dev-skills · apple-dev-skills/skills/storekit2-iap-defaults/SKILL.md · Default StoreKit 2 architecture for a single non-consumable IAP (Remove Ads, Pro Unlock): `StoreKitBridge` isolates…
git:20260914.8e6fc99 · audit A · 18 stars
swift-dependency-injection skill
wei18/apple-dev-skills · apple-dev-skills/skills/swift-dependency-injection/SKILL.md · Design injectable seams so Swift services can be swapped for fakes in tests. Use when a type reaches for…
git:20260914.8e6fc99 · audit A · 18 stars
swift-testing-baseline skill
wei18/apple-dev-skills · apple-dev-skills/skills/swift-testing-baseline/SKILL.md · Default test stack for new Apple-platform Swift projects — Swift Testing (`@Test` / `#expect`, no XCTest)…
git:20260914.8e6fc99 · audit A · 18 stars
swift6-concurrency skill
wei18/apple-dev-skills · apple-dev-skills/skills/swift6-concurrency/SKILL.md · Swift 6 language mode with complete concurrency checking from the first line of a new Apple-platform project…
git:20260914.8e6fc99 · audit A · 18 stars
swiftpm-modularization skill
wei18/apple-dev-skills · apple-dev-skills/skills/swiftpm-modularization/SKILL.md · Default module shape for Apple-platform Swift Apps — one Swift Package, multiple targets, a thin App target (`@main` +…
git:20260914.8e6fc99 · audit A · 18 stars
swiftui-interaction-footguns skill
wei18/apple-dev-skills · apple-dev-skills/skills/swiftui-interaction-footguns/SKILL.md · Checklist of SwiftUI interaction bugs that pass code review but break at runtime: tap-target shrink under…
git:20260914.8e6fc99 · audit A · 18 stars
swiftui-navigation-architecture skill
wei18/apple-dev-skills · apple-dev-skills/skills/swiftui-navigation-architecture/SKILL.md · Wire SwiftUI navigation as data on the iOS 26 / macOS 26, Swift 6 baseline: one `@Observable @MainActor` Router in…
git:20260914.8e6fc99 · audit A · 18 stars
telemetry-facade-pattern skill
wei18/apple-dev-skills · apple-dev-skills/skills/telemetry-facade-pattern/SKILL.md · Design the app-side event pipeline that fans one `telemetry.observe(event)` call out to logging, tracking, MetricKit…
git:20260914.8e6fc99 · audit A · 18 stars
xcode-cloud-single-track-ci skill
wei18/apple-dev-skills · apple-dev-skills/skills/xcode-cloud-single-track-ci/SKILL.md · Use when setting up or changing CI for an Apple-platform project on Xcode Cloud — choosing Xcode Cloud vs GitHub…
git:20260914.8e6fc99 · audit A · 18 stars
agent-impl-notes-log skill
wei18/apple-dev-skills · collaboration-skills/skills/agent-impl-notes-log/SKILL.md · Keep a running impl-notes file next to the phase meeting log while a subagent executes a task, recording design…
git:20260914.8e6fc99 · audit A · 18 stars
backlog-routing-by-topic skill
wei18/apple-dev-skills · collaboration-skills/skills/backlog-routing-by-topic/SKILL.md · Route a stray idea that surfaces mid-task to the §Backlog of the right living doc in a spec-phase-orchestration repo…
git:20260912.64da49a · audit A · 18 stars
claude-skill-plugin-packaging skill
wei18/apple-dev-skills · collaboration-skills/skills/claude-skill-plugin-packaging/SKILL.md · Package Claude Code skills as a plugin plus marketplace and install them into other repos — globally, pinned per…
git:20260914.8e6fc99 · audit A · 18 stars
github-contribution-workflow skill
wei18/apple-dev-skills · collaboration-skills/skills/github-contribution-workflow/SKILL.md · Drive GitHub contributions through the gh CLI — pull requests, issues, GitHub-side file edits, repo secrets…
git:20260914.8e6fc99 · audit A · 18 stars
leader-developer-handoff-contract skill
wei18/apple-dev-skills · collaboration-skills/skills/leader-developer-handoff-contract/SKILL.md · Shape the prompt a Leader sends when dispatching a sub-agent (Developer, Designer, Code Reviewer, drafting agent) so…
git:20260914.8e6fc99 · audit A · 18 stars
methodology-pattern-extractor skill
wei18/apple-dev-skills · collaboration-skills/skills/methodology-pattern-extractor/SKILL.md · Extract recurring collaboration patterns from accumulated meeting logs (optionally session JSONL) and record them in…
git:20260914.8e6fc99 · audit A · 18 stars
pr-diff-verification skill
wei18/apple-dev-skills · collaboration-skills/skills/pr-diff-verification/SKILL.md · Check that a branch's actual diff matches what its commit messages and any subagent report claim, before the commits…
git:20260914.8e6fc99 · audit A · 18 stars
session-to-meeting-log skill
wei18/apple-dev-skills · collaboration-skills/skills/session-to-meeting-log/SKILL.md · Consolidate a Claude Code session JSONL log into a summary-only meeting record under meetings/ (decisions, rejected…
git:20260914.8e6fc99 · audit A · 18 stars
skill-authoring-patterns skill
wei18/apple-dev-skills · collaboration-skills/skills/skill-authoring-patterns/SKILL.md · The Apple/Swift-and-this-catalog layer for authoring or reviewing a SKILL.md, on top of superpowers:writing-skills. Use…
git:20260914.8e6fc99 · audit A · 18 stars
spec-phase-orchestration skill
wei18/apple-dev-skills · collaboration-skills/skills/spec-phase-orchestration/SKILL.md · Run the spec-first document phase of a project and gate implementation on it. Use when starting a project that needs a…
git:20260914.8e6fc99 · audit A · 18 stars
subagent-conflict-detection skill
wei18/apple-dev-skills · collaboration-skills/skills/subagent-conflict-detection/SKILL.md · Use before dispatching a subagent with `isolation:"worktree"`, or while another subagent is in flight, to avoid three…
git:20260914.8e6fc99 · audit A · 18 stars
subagent-review-cycles skill
wei18/apple-dev-skills · collaboration-skills/skills/subagent-review-cycles/SKILL.md · Structure a multi-round Leader / Developer / Code-Reviewer review of a document or code change. Use when planning how…
git:20260914.8e6fc99 · audit A · 18 stars
Source
github.com/wei18/apple-dev-skills · 18 stars · license MIT · pushed 2026-09-14