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

VoiceFlow

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

skills مجمعة
125
Stars
0
محدث
2026-02-04
Forks
0
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

app-store
محللو أبحاث السوق ومتخصصو التسويق

App Store optimization skills for descriptions, screenshots, keywords, and review responses. Use when user needs help with App Store presence, ASO, or customer communication.

2026-02-04
foundation-models
مطوّرو البرمجيات

On-device LLM integration using Apple's Foundation Models framework. Use when implementing AI text generation, structured output, or tool calling.

2026-02-04
apple-intelligence
مطوّرو البرمجيات

Apple Intelligence skills for on-device AI features including Foundation Models, Visual Intelligence, and intelligent assistants. Use when implementing AI-powered features.

2026-02-04
axiom-accessibility-diag
مطوّرو البرمجيات

Use when fixing VoiceOver issues, Dynamic Type violations, color contrast failures, touch target problems, keyboard navigation gaps, or Reduce Motion support - comprehensive accessibility diagnostics with WCAG compliance, Accessibility Inspector workflows, and App Store Review preparation for iOS/macOS

2026-02-04
axiom-app-composition
مطوّرو البرمجيات

Use when structuring app entry points, managing authentication flows, switching root views, handling scene lifecycle, or asking 'how do I structure my @main', 'where does auth state live', 'how do I prevent screen flicker on launch', 'when should I modularize' - app-level composition patterns for iOS 26+

2026-02-04
axiom-app-discoverability
مطوّرو البرمجيات

Use when making app surface in Spotlight search, Siri suggestions, or system experiences - covers the 6-step strategy combining App Intents, App Shortcuts, Core Spotlight, and NSUserActivity to feed the system metadata for iOS 16+

2026-02-04
axiom-app-intents-ref
مطوّرو البرمجيات

Use when integrating App Intents for Siri, Apple Intelligence, Shortcuts, Spotlight, or system experiences - covers AppIntent, AppEntity, parameter handling, entity queries, background execution, authentication, and debugging common integration issues for iOS 16+

2026-02-04
axiom-app-shortcuts-ref
مطوّرو البرمجيات

Use when implementing App Shortcuts for instant Siri/Spotlight availability, configuring AppShortcutsProvider, adding suggested phrases, or debugging shortcuts not appearing - covers complete App Shortcuts API for iOS 16+

2026-02-04
axiom-app-store-connect-ref
مطوّرو البرمجيات

Reference for App Store Connect crash analysis, TestFlight feedback, metrics dashboards, and data export workflows

2026-02-04
axiom-assume-isolated
مطوّرو البرمجيات

Use when needing synchronous actor access in tests, legacy delegate callbacks, or performance-critical code. Covers MainActor.assumeIsolated, @preconcurrency protocol conformances, crash behavior, Task vs assumeIsolated.

2026-02-04
axiom-auto-layout-debugging
مطوّرو البرمجيات

Use when encountering "Unable to simultaneously satisfy constraints" errors, constraint conflicts, ambiguous layout warnings, or views positioned incorrectly - systematic debugging workflow for Auto Layout issues in iOS

2026-02-04
axiom-avfoundation-ref
مطوّرو البرمجيات

Reference — AVFoundation audio APIs, AVAudioSession categories/modes, AVAudioEngine pipelines, bit-perfect DAC output, iOS 26+ spatial audio capture, ASAF/APAC, Audio Mix with Cinematic framework

2026-02-04
axiom-axe-ref
مطوّرو البرمجيات

Use when automating iOS Simulator UI interactions beyond simctl capabilities. Reference for AXe CLI covering accessibility-based tapping, gestures, text input, screenshots, video recording, and UI tree inspection.

2026-02-04
axiom-background-processing-diag
مطوّرو البرمجيات

Symptom-based background task troubleshooting - decision trees for 'task never runs', 'task terminates early', 'works in dev not prod', 'handler not called', with time-cost analysis for each diagnosis path

2026-02-04
axiom-background-processing-ref
مطوّرو البرمجيات

Complete background task API reference - BGTaskScheduler, BGAppRefreshTask, BGProcessingTask, BGContinuedProcessingTask (iOS 26), beginBackgroundTask, background URLSession, with all WWDC code examples

2026-02-04
axiom-background-processing
مطوّرو البرمجيات

Use when implementing BGTaskScheduler, debugging background tasks that never run, understanding why tasks terminate early, or testing background execution - systematic task lifecycle management with proper registration, expiration handling, and Swift 6 cancellation patterns

2026-02-04
axiom-build-debugging
مطوّرو البرمجيات

Use when encountering dependency conflicts, CocoaPods/SPM resolution failures, "Multiple commands produce" errors, or framework version mismatches - systematic dependency and build configuration debugging for iOS projects. Includes pressure scenario guidance for resisting quick fixes under time constraints

2026-02-04
axiom-build-performance
مطوّرو البرمجيات

Use when build times are slow, investigating build performance, analyzing Build Timeline, identifying type checking bottlenecks, enabling compilation caching, or optimizing incremental builds - comprehensive build optimization workflows including Xcode 26 compilation caching

2026-02-04
axiom-camera-capture-diag
مطوّرو البرمجيات

camera freezes, preview rotated wrong, capture slow, session interrupted, black preview, front camera mirrored, camera not starting, AVCaptureSession errors, startRunning blocks, phone call interrupts camera

2026-02-04
axiom-camera-capture-ref
مطوّرو البرمجيات

Reference — AVCaptureSession, AVCapturePhotoSettings, AVCapturePhotoOutput, RotationCoordinator, photoQualityPrioritization, deferred processing, AVCaptureMovieFileOutput, session presets, capture device APIs

2026-02-04
axiom-camera-capture
مطوّرو البرمجيات

AVCaptureSession, camera preview, photo capture, video recording, RotationCoordinator, session interruptions, deferred processing, capture responsiveness, zero-shutter-lag, photoQualityPrioritization, front camera mirroring

2026-02-04
axiom-cloud-sync-diag
مطوّرو البرمجيات

Use when debugging 'file not syncing', 'CloudKit error', 'sync conflict', 'iCloud upload failed', 'ubiquitous item error', 'data not appearing on other devices', 'CKError', 'quota exceeded' - systematic iCloud sync diagnostics for both CloudKit and iCloud Drive

2026-02-04
axiom-cloud-sync
مطوّرو البرمجيات

Use when choosing between CloudKit vs iCloud Drive, implementing reliable sync, handling offline-first patterns, or designing sync architecture - prevents common sync mistakes that cause data loss

2026-02-04
axiom-cloudkit-ref
مطوّرو البرمجيات

Use when implementing 'CloudKit sync', 'CKSyncEngine', 'CKRecord', 'CKDatabase', 'SwiftData CloudKit', 'shared database', 'public database', 'CloudKit zones', 'conflict resolution' - comprehensive CloudKit database APIs and modern sync patterns reference

2026-02-04
axiom-codable
مطوّرو البرمجيات

Use when working with Codable protocol, JSON encoding/decoding, CodingKeys customization, enum serialization, date strategies, custom containers, or encountering "Type does not conform to Decodable/Encodable" errors - comprehensive Codable patterns and anti-patterns for Swift 6.x

2026-02-04
axiom-concurrency-profiling
مطوّرو البرمجيات

Use when profiling async/await performance, diagnosing actor contention, or investigating thread pool exhaustion. Covers Swift Concurrency Instruments template, task visualization, actor contention analysis, thread pool debugging.

2026-02-04
axiom-core-data-diag
مطوّرو البرمجيات

Use when debugging schema migration crashes, concurrency thread-confinement errors, N+1 query performance, SwiftData to Core Data bridging, or testing migrations without data loss - systematic Core Data diagnostics with safety-first migration patterns

2026-02-04
axiom-core-data
مطوّرو البرمجيات

Use when choosing Core Data vs SwiftData, setting up the Core Data stack, modeling relationships, or implementing concurrency patterns - prevents thread-confinement errors and migration crashes

2026-02-04
axiom-core-location-diag
مطوّرو البرمجيات

Use for Core Location troubleshooting - no location updates, background location broken, authorization denied, geofence not triggering

2026-02-04
axiom-core-location-ref
مطوّرو البرمجيات

Use for Core Location API reference - CLLocationUpdate, CLMonitor, CLServiceSession, authorization, background location, geofencing

2026-02-04
axiom-core-location
مطوّرو البرمجيات

Use for Core Location implementation patterns - authorization strategy, monitoring strategy, accuracy selection, background location

2026-02-04
axiom-core-spotlight-ref
مطوّرو البرمجيات

Use when indexing app content for Spotlight search, using NSUserActivity for prediction/handoff, or choosing between CSSearchableItem and IndexedEntity - covers Core Spotlight framework and NSUserActivity integration for iOS 9+

2026-02-04
axiom-database-migration
مطوّرو البرمجيات

Use when adding/modifying database columns, encountering "FOREIGN KEY constraint failed", "no such column", "cannot add NOT NULL column" errors, or creating schema migrations for SQLite/GRDB/SQLiteData - prevents data loss with safe migration patterns and testing workflows for iOS/macOS apps

2026-02-04
axiom-display-performance
مطوّرو البرمجيات

Use when app runs at unexpected frame rate, stuck at 60fps on ProMotion, frame pacing issues, or configuring render loops. Covers MTKView, CADisplayLink, CAMetalDisplayLink, frame pacing, hitches, system caps.

2026-02-04
axiom-energy-diag
مطوّرو البرمجيات

Symptom-based energy troubleshooting - decision trees for 'app at top of battery settings', 'phone gets hot', 'background drain', 'high cellular usage', with time-cost analysis for each diagnosis path

2026-02-04
axiom-energy-ref
مطوّرو البرمجيات

Complete energy optimization API reference - Power Profiler workflows, timer/network/location/background APIs, iOS 26 BGContinuedProcessingTask, MetricKit monitoring, with all WWDC code examples

2026-02-04
axiom-energy
مطوّرو البرمجيات

Use when app drains battery, device gets hot, users report energy issues, or auditing power consumption - systematic Power Profiler diagnosis, subsystem identification (CPU/GPU/Network/Location/Display), anti-pattern fixes for iOS/iPadOS

2026-02-04
axiom-extensions-widgets-ref
مطوّرو البرمجيات

Use when implementing widgets, Live Activities, Control Center controls, or app extensions - comprehensive API reference for WidgetKit, ActivityKit, App Groups, and extension lifecycle for iOS 14+

2026-02-04
axiom-extensions-widgets
مطوّرو البرمجيات

Use when implementing widgets, Live Activities, or Control Center controls - enforces correct patterns for timeline management, data sharing, and extension lifecycle to prevent common crashes and memory issues

2026-02-04
axiom-file-protection-ref
مطوّرو البرمجيات

Use when asking about 'FileProtectionType', 'file encryption iOS', 'NSFileProtection', 'data protection', 'secure file storage', 'encrypt files at rest', 'complete protection', 'file security' - comprehensive reference for iOS file encryption and data protection APIs

2026-02-04
عرض أهم 40 من أصل 125 skills مجمعة في هذا المستودع.