Loading...
Loading...
Found 48002 skills
AIDotNet
Designs RESTful APIs and generates OpenAPI/Swagger documentation following industry best practices for endpoints, requests, responses, and error handling.
AIDotNet
Generates UUIDs (v1, v4, v5), ULID, and nanoid for unique identifier requirements in software development.
AIDotNet
Automates creation of comprehensive test suites for unit, integration, and E2E testing across Jest, Vitest, pytest, and xUnit frameworks.
AIDotNet
High-performance Node.js library for fast image resizing using libvips, supporting JPEG, PNG, WebP, AVIF, and TIFF formats.
AIDotNet
Generates TypeScript-based Express.js REST APIs with middleware, validation, error handling, and authentication patterns.
AIDotNet
Automates Git operations with Conventional Commits-compliant commit messages, branch management, and pull request descriptions.
PaulKinlan
Automates resolution of GitHub pull request review comments by addressing each issue raised during code review.
PaulKinlan
Ensures modern web API usage (e.g., Clipboard API, Drag and Drop) over legacy methods, with browser support checks for best practices.
olcchi
Refactors code to remove redundancies and enhance function elegance while preserving UI and interaction logic.
shanev
Performs tactical code cleanup to enforce type safety, single responsibility, and DRY principles, detecting code smells before commits or reviews.
shanev
Performs architectural code analysis to assess design quality using principles like simplicity, functional core, and coupling.
johnrogers
Provides implementation guidance for StoreKit 2 in-app purchases, including subscriptions, consumables, and transaction handling with testing-first workflow.
johnrogers
Enforces consistent Swift code formatting, naming, and idiomatic patterns for clean and readable code.
johnrogers
Enables internationalization (i18n) implementation with Xcode String Catalogs, pluralization, and right-to-left layout support for iOS applications.
johnrogers
Provides type-safe SQLite database access for iOS/macOS applications using GRDB, supporting complex queries, reactive updates, and migrations.
johnrogers
Guides implementation of modern SwiftUI patterns for iOS 17+, including MVVM, NavigationStack, accessibility, and async operations.
johnrogers
Provides advanced SwiftUI implementation patterns for gesture composition, adaptive layouts, and architecture choices beyond basic view development.
johnrogers
Enables modern Swift concurrency patterns including async/await, actors, and Task management for safe and efficient asynchronous code.
johnrogers
Systematic diagnostics for Swift iOS/macOS: NavigationStack, build failures, memory leaks (retain cycles, deinit issues).
johnrogers
Enables implementation of iOS 26 features (Liquid Glass, SwiftUI APIs, WebView, Chart3D) with backward compatibility for iOS 17/18.
johnrogers
Enables building Swift features using The Composable Architecture (TCA) for state management, reducers, and effects.
johnrogers
Provides testing utilities for Swift applications using the Swift Testing framework and @Test annotations.
johnrogers
Provides utilities for implementing and debugging Network.framework connections in Swift, including migration from URLSession and handling UDP/TCP patterns with structured concurrency.
shikajiro
Creates a Git worktree for parallel feature development, setting up an isolated environment with all necessary configuration files.