combine-reactive
Combine framework for reactive programming in iOS/tvOS with publishers, operators, and integration with async/await
Найдите подходящую возможность для вашего агента.
Combine framework for reactive programming in iOS/tvOS with publishers, operators, and integration with async/await
Comprehensive REST and GraphQL API integration patterns for iOS/tvOS using Alamofire and URLSession
Master iOS networking - URLSession, async/await, REST APIs, authentication
Swift 5 naming conventions, file structure, code organization, and SwiftLint rules for iOS/tvOS development
Creates a new Flutter project with Clean Architecture, domain pattern boilerplate, and production-ready setup
Comprehensive SwiftUI NavigationStack and routing patterns for iOS/tvOS development
Foundational Swift development patterns covering modern Swift syntax, SwiftUI, protocol-oriented programming, and Cocoa Touch frameworks. Use when writing Swift code, building iOS/macOS/watchOS/tvOS applications, working with SwiftUI or UIKit, understanding Swift concurrency, or needing guidance on Swift project structure.
GetX navigation patterns including routing, parameters, guards, deep linking, and custom transitions for Flutter applications
Dart 3.x and Flutter 3.x conventions, naming patterns, code organization, null safety, and async/await best practices
SwiftUI view composition, state management, and platform-specific patterns for iOS/tvOS
Comprehensive error handling strategies for iOS/tvOS applications using Swift Result types, custom errors, and user-facing error presentation
TypeScript-specific library/package development patterns. Use when creating npm packages, configuring package.json exports, setting up tsconfig.json for libraries, generating declaration files, publishing to npm, or configuring ESM/CJS dual packages. Extends meta-library-dev with TypeScript tooling and ecosystem patterns.
Swift package development with SPM. Use for Package.swift, public APIs, DocC, XCTest, XCFrameworks, and library publishing. Extends meta-library-dev.
Elm-specific library/package development patterns. Use when creating Elm packages, designing pure functional APIs, configuring elm.json for libraries, writing documentation comments, publishing to package.elm-lang.org, or managing semantic versioning in pure functional context. Extends meta-library-dev with Elm tooling and ecosystem patterns.
Configure workspace apps or packages to match the repo-wide Vite/Vitest/Turbo conventions (aliases, shared TypeScript configs, scripts, and caching). Use when Codex needs to set up or change tooling for an app/package or explain how the dev/test/build pipeline is wired across workspaces.
Create, test, and maintain Homebrew formulas. Use when adding packages to a Homebrew tap, debugging formula issues, running brew audit/test, or automating version updates with livecheck.
Enforces fixed version dependency installation across all package managers. Ensures reproducible builds, supply chain security, and stability. Use when: installing packages, updating dependencies, working with package.json/requirements.txt/go.mod/Cargo.toml/pom.xml/build.gradle/composer.json/Gemfile/.csproj, reviewing dependency configurations, configuring CI/CD pipelines
.NET/C#-specific library development patterns. Use when creating NuGet packages, configuring .csproj for libraries, implementing multi-targeting, designing public APIs, generating XML documentation, publishing to NuGet, or applying .NET library best practices. Extends meta-library-dev with .NET tooling and ecosystem patterns.
Convert Python code to Elixir. Use when migrating Python projects to Elixir, translating Python patterns to idiomatic Elixir, refactoring Python codebases into BEAM/OTP, or building Elixir services from Python prototypes. Extends meta-convert-dev with Python-to-Elixir specific patterns covering all 10 pillars including FFI and Dev Workflow.