All Skills

237 skills in the catalog

C++ Testing

Elevated · Review

C++ testing with GoogleTest and CTest: test fixtures, parameterized tests, mocking with GMock, sanitizers, and CMake integration.

risk: T2published

Swift Actor Persistence

Attested

Thread-safe Swift data persistence using actors: in-memory cache with file-backed storage, eliminating data races by design.

risk: T1published

Kotlin Exposed ORM

Elevated · Review

JetBrains Exposed ORM: DSL queries, DAO pattern, transactions, HikariCP pooling, Flyway migrations, and repository pattern.

risk: T2published

Perl Security

Elevated · Review

Perl security: taint mode, input validation, safe process execution, DBI parameterized queries, XSS/SQLi/CSRF prevention, and perlcritic policies.

risk: T2published

Compose Multiplatform

Attested

Compose Multiplatform and Jetpack Compose: state management, navigation, theming, performance, and platform-specific UI patterns.

risk: T0published

Swift 6.2 Concurrency

Attested

Swift 6.2 Approachable Concurrency: single-threaded by default, @concurrent for background offloading, isolated conformances for main actor types.

risk: T1published

Perl Testing

Elevated · Review

Perl testing with Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology.

risk: T2published

Apple On-Device LLM

Elevated · Review

Apple FoundationModels framework: on-device text generation, guided generation with @Generable, tool calling, and snapshot streaming in iOS 26+.

risk: T2published

Kotlin Coroutines & Flows

Elevated · Review

Kotlin Coroutines and Flow patterns for Android and KMP: structured concurrency, Flow operators, StateFlow, error handling, and testing.

risk: T2published

SwiftUI Patterns

Elevated · Review

SwiftUI architecture: state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices.

risk: T2published

Perl Patterns

Elevated · Review

Modern Perl 5.36+ idioms: signatures, strict/warnings, Moose/Moo OOP, regular expressions, file I/O, and CPAN module patterns.

risk: T2published

C++ Coding Standards

Elevated · Review

C++ coding standards from C++ Core Guidelines: modern idioms, memory safety, RAII, smart pointers, const correctness, and template practices.

risk: T2published

JPA/Hibernate Patterns

Elevated · Review

JPA/Hibernate patterns: entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and connection pooling.

risk: T2published

Java Coding Standards

Elevated · Review

Java coding standards for Spring Boot: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.

risk: T2published

Spring Boot Verification

Elevated · Review

Verification loop for Spring Boot: build, static analysis, tests with coverage, security scans, and diff review before release.

risk: T2published

Kotlin Patterns

Elevated · Review

Idiomatic Kotlin: null safety, data classes, sealed classes, extension functions, DSL builders, coroutines, and collection operations.

risk: T2published

Spring Boot TDD

Elevated · Review

Test-driven development for Spring Boot: JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo coverage.

risk: T2published

Spring Boot Security

Elevated · Review

Spring Security: authentication, authorization, validation, CSRF, secrets management, security headers, rate limiting, and dependency security.

risk: T2published

Spring Boot Patterns

Elevated · Review

Spring Boot architecture: REST API design, layered services, data access, caching, async processing, and logging for Java backend services.

risk: T2published

Kotlin Testing

Elevated · Review

Kotlin testing with Kotest, MockK, coroutine testing, property-based testing, and Kover coverage with TDD methodology.

risk: T2published

Django Security

Elevated · Review

Django security best practices: authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment.

risk: T2published

Django Patterns

Elevated · Review

Django architecture patterns: REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

risk: T2published

Django TDD

Elevated · Review

Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.

risk: T2published

Laravel Security

Elevated · Review

Laravel security: authentication, authorization, validation, CSRF, mass assignment protection, file upload security, secrets, and rate limiting.

risk: T2published