Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

swmpc

يحتوي swmpc على 13 من skills المجمعة من CamilleScholtz، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
13
Stars
229
محدث
2026-07-12
Forks
14
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

asc-app-create-ui
مطوّرو البرمجيات

Create a new App Store Connect app record via browser automation. Use when there is no public API for app creation and you need an agent to drive the New App form.

2026-07-12
asc-cli-usage
مطوّرو البرمجيات

Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.

2026-07-12
asc-id-resolver
مطوّرو البرمجيات

Resolve App Store Connect IDs (apps, builds, versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.

2026-07-12
asc-metadata-sync
مطوّرو البرمجيات

Sync, validate, and apply App Store metadata with the current asc canonical metadata workflow. Use when updating metadata, localizations, keywords, or migrating legacy fastlane metadata.

2026-07-12
asc-ppp-pricing
مطوّرو البرمجيات

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

2026-07-12
asc-release-flow
مطوّرو البرمجيات

Determine whether an app is ready to submit, then drive the current App Store release flow with asc, including validation, staging, review submission, first-time availability, subscriptions, IAP, Game Center, and App Privacy checks.

2026-07-12
asc-revenuecat-catalog-sync
مطوّرو البرمجيات

Reconcile App Store Connect subscriptions and in-app purchases with RevenueCat products, entitlements, offerings, and packages using asc and RevenueCat MCP. Use when setting up or syncing subscription catalogs across ASC and RevenueCat.

2026-07-12
asc-submission-health
مطوّرو البرمجيات

Validate App Store submission readiness, submit prepared versions, and monitor review status with current asc commands. Use when shipping or troubleshooting review submissions.

2026-07-12
localization
مطوّرو البرمجيات

Read and edit Tripstitch's Localizable.xcstrings translation catalog via the bundled l10n.sh script. Use when adding, updating, searching, renaming, or deleting localization keys or translations; listing keys missing a translation for a language; viewing per-language translation stats; or finding unused keys. The .xcstrings file is too large to open with Read/Edit — always go through the scripts.

2026-07-12
audit-xcode-security-settings
مطوّرو البرمجيات

Audit and enable security-oriented Xcode build settings. Progressively enables compiler warnings, static analyzer checkers, and Enhanced Security features. Use when: user wants to secure their Xcode project, audit security settings, enable hardening, review security posture of build configuration, set up security-focused static analysis, enable static analysis, improve warning coverage, harden diagnostics, or catch more bugs at compile time in C/C++/Objective-C/Swift. SKIP: network security (TLS/ATS), code signing, privacy APIs.

2026-06-09
device-interaction
محللو ضمان جودة البرمجيات والمختبرون

Verify iOS app behavior on device or simulator via screenshots, UI hierarchy, and touch interactions.

2026-06-09
swiftui-specialist
مطوّرو البرمجيات

Best practices and idiomatic patterns for SwiftUI. Use when writing, reviewing, or editing SwiftUI code.

2026-06-09
swiftui-whats-new-27
مطوّرو البرمجيات

New SwiftUI APIs, behaviors, and deprecations introduced in the 2027 OS releases (iOS 27, macOS 27, watchOS 27, tvOS 27, visionOS 27). Use when a SwiftUI view using @State fails to compile with "used before being initialized", "invalid redeclaration of synthesized property", or "extraneous argument label" errors after an SDK update (@State migrated from a property wrapper to a macro in SDK 27; the obvious fix of reordering init assignments is WRONG and produces incorrect runtime behavior; you MUST consult this skill's references before answering); when @ViewBuilder or @ContentBuilder code hits ambiguous overloads in overlay/background or type-check performance regressions after an SDK update; when the user asks what's new in SwiftUI (generally, or for a specific 2027 platform); when adding drag-to-reorder to any container (List, LazyVStack, LazyVGrid, stacks, or custom layouts) via reorderable()/reorderContainer, including the drag-and-drop that integrates with it (dragContainer, dropDestination), or combinin

2026-06-09