with one click
ai-skills
ai-skills contains 18 collected skills from turkeryildirim, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Converts Figma MCP design data into production-ready Jetpack Compose UI components for Android with strict spec fidelity and no guesswork.
Analyzes existing project architecture, detects technology stack, identifies structural strengths and gaps, and produces a structured report with actionable recommendations. Use when asked to review architecture, audit a codebase, evaluate design decisions, or onboard to an unfamiliar project. Triggers on "review architecture", "audit codebase", "analyze project structure", "what's wrong with this project", "architecture report".
Expert in code design standards including SOLID principles, Clean Code patterns (KISS, YAGNI, DRY, TDA), and pragmatic software design. **ALWAYS use when designing ANY classes/modules, implementing features, fixing bugs, refactoring code, or writing functions.** Use proactively to ensure proper design, separation of concerns, simplicity, and maintainability. Examples - "create class", "design module", "implement feature", "refactor code", "fix bug", "is this too complex", "apply SOLID", "keep it simple", "avoid over-engineering".
Expert SQL query writing, optimization, and database schema design with support for PostgreSQL, MySQL, SQLite, and SQL Server. Use when working with databases for: (1) Writing complex SQL queries with joins, subqueries, and window functions, (2) Optimizing slow queries and analyzing execution plans, (3) Designing database schemas with proper normalization, (4) Creating indexes and improving query performance, (5) Writing migrations and handling schema changes, (6) Debugging SQL errors and query issues
Kotlin modern patterns, coroutines, Clean Architecture, Compose, Hilt, and Material Design 3 for Android and KMP. Use when building, reviewing, or auditing Android/KMP apps. Triggers on "Kotlin", "Android", "Compose", "coroutine", "Hilt", "Room", "MVVM", "MVI", "Clean Architecture".
Kotlin testing patterns for Android and KMP — JUnit 5, Kotest, MockK, Coroutines Test, Turbine, Espresso, Compose Testing, and UIAutomator. Use when authoring, refactoring, or debugging tests. Triggers on "test", "MockK", "Espresso", "Compose test", "runTest", "Turbine", "Kotest", "coverage".
SwiftUI modern patterns, Swift 6.3+ concurrency, SwiftData, security, and HIG-compliant design. Use when building, reviewing, or auditing iOS/macOS apps. Triggers on "SwiftUI", "SwiftData", "View", "async/await", "actor", "@Observable", "iOS app", "Figma to SwiftUI".
Swift Testing and XCTest patterns for SwiftUI apps. Use when authoring, refactoring, or debugging tests. Triggers on "test", "#expect", "#require", "XCTest", "unit test", "integration test", "@Test", "@Suite", "withKnownIssue".
Go (Golang) modern patterns, idiomatic code, concurrency, error handling, and toolchain best practices. Use when writing, reviewing, or auditing Go code. Triggers on "Go", "Golang", "goroutine", "channel", "Go module", "review Go", "Go best practices".
Expert Go testing skill — unit tests, table-driven tests, parallel tests, mocking, integration tests, benchmarks, fuzzing, and goroutine leak detection. Use when writing, reviewing, or debugging Go tests of any kind. Triggers on "Go test", "golang test", "testify", "goleak", "gomock", "table-driven", "benchmark", "fuzz", "go test", "httptest", "testcontainers".
Expert WordPress development covering blocks, plugins, REST API, themes, WP-CLI, and performance. Use when building WordPress plugins, themes, blocks, or working with hooks/actions/filters. Triggers on "WordPress", "WP", "Gutenberg block", "block theme", "wp-", "add_action", "add_filter", "WP-CLI", or "WooCommerce".
Expert WooCommerce development covering products, orders, cart, checkout, payments, shipping, emails, REST API, and admin. Extends WordPress agent with WooCommerce-specific hooks, data models, and patterns. Triggers on "WooCommerce", "WC_", "woocommerce_", "product", "order", "cart", "checkout", "payment gateway", "shipping method".
PHP 8.x modern patterns, PSR standards, and SOLID principles. Use when reviewing PHP code, checking type safety, auditing code quality, or ensuring PHP best practices. Triggers on "review PHP", "check PHP code", "audit PHP", or "PHP best practices".
Unified Laravel 13 skill covering architecture patterns, Eloquent, controllers, validation, testing (Pest/PHPUnit), database optimization, caching, queues, and OWASP security for Laravel + React/Inertia apps. Use when building, reviewing, auditing, or refactoring any Laravel codebase — including models, migrations, API resources, form requests, service layers, jobs, factories, tests, or security checks.
Expert JavaScript & TypeScript skill for modern Backend (Node.js), Advanced Testing, TypeScript Type Systems, and ES6+ Patterns. Use for building scalable Node.js services, writing robust Vitest/Jest suites, or designing complex TypeScript type logic.
Expert guidance for writing, running, and maintaining PHPUnit tests. Use this skill when creating new tests, refactoring existing ones, or troubleshooting test failures in PHP projects.
Microservices architecture patterns for PHP (Laravel/Symfony) and TypeScript (NestJS/Express) — service decomposition, DDD bounded contexts, sync/async communication, saga and event sourcing, resilience (circuit breaker, retry, bulkhead, timeout), observability (correlation IDs, distributed tracing, SLO), deployment (health probes, graceful shutdown), API gateway, and service mesh. Use when decomposing monoliths, designing new distributed systems, reviewing service boundaries, implementing inter-service communication, or hardening an existing microservice.
RESTful API design, error handling, versioning, security, pagination, response format, and documentation. Use when designing new APIs, reviewing endpoints, implementing error responses, choosing pagination / versioning strategies, or setting up API security and docs. Triggers on "design API", "review API", "REST best practices", "API patterns".