askill
dykyi-roman

dykyi-roman

Publisher on askill

3.1k total stars
Skills99
Updated 2/22/2026
GitHub
create-metrics-collector
create-metrics-collector
dykyi-roman2/22/2026

Generates Metrics Collector for PHP 8.4. Creates MetricsCollectorInterface, Counter/Gauge/Histogram wrappers, PrometheusMetricsCollector, MetricsMiddleware for RED metrics. Includes unit tests.

47
AI 92
check-crypto-usage
check-crypto-usage
dykyi-roman2/22/2026

Analyzes PHP code for cryptography issues. Detects weak algorithms, hardcoded keys, insecure random, poor key management, deprecated functions.

47
AI 88
create-api-versioning
create-api-versioning
dykyi-roman2/22/2026

Generates API Versioning pattern for PHP 8.4. Creates version resolution strategies (URI prefix, Accept header, query parameter), middleware, and deprecation support. Includes unit tests.

47
AI 88
check-query-efficiency
check-query-efficiency
dykyi-roman2/22/2026

Analyzes PHP code for query efficiency issues. Detects SELECT *, missing indexes hints, unnecessary joins, full table scans, suboptimal WHERE clauses.

47
AI 87
getting-started-template
getting-started-template
dykyi-roman2/22/2026

Generates Getting Started guides for PHP projects. Creates step-by-step tutorials for first-time users.

47
AI 87
create-docker-php-config
create-docker-php-config
dykyi-roman2/22/2026

Generates PHP configuration files for Docker containers. Creates optimized php.ini, OPcache, and PHP-FPM pool configurations.

47
AI 86
create-read-write-proxy
create-read-write-proxy
dykyi-roman2/22/2026

Generates Read/Write Connection Proxy for PHP 8.4. Creates connection wrapper with query routing logic, transaction-aware routing, and replica health checks. Includes unit tests.

47
AI 84
check-pure-functions
check-pure-functions
dykyi-roman2/22/2026

Analyzes PHP code for pure function patterns. Detects side-effect-free methods, deterministic output, immutable inputs. Pure functions are easily testable.

47
AI 83
analyze-docker-runtime-errors
analyze-docker-runtime-errors
dykyi-roman2/22/2026

Analyzes Docker runtime errors for PHP containers. Identifies 502 Bad Gateway, OOM kills, connection refused, and permission issues.

47
AI 82
extract-state-machine
extract-state-machine
dykyi-roman2/22/2026

Detects state machines from enums, status fields, switch/match statements, and transition methods. Extracts states, transitions, guards, and actions to build state diagram data.

47
AI 81
check-mass-assignment
check-mass-assignment
dykyi-roman2/22/2026

Detects mass assignment vulnerabilities. Identifies unguarded model filling, Request::all() to create/update, missing $fillable/$guarded, and parameter binding without whitelisting.

47
AI 75
cqrs-knowledge
cqrs-knowledge
dykyi-roman2/22/2026

CQRS architecture knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Command Query Responsibility Segregation audits.

47
AI 72
create-distributed-lock
create-distributed-lock
dykyi-roman2/22/2026

Generates Distributed Lock for PHP 8.4. Creates LockInterface, LockFactory, RedisLockAdapter with TTL, and database lock adapter. Includes unit tests.

44
AI 88
create-bulkhead
create-bulkhead
dykyi-roman2/22/2026

Generates Bulkhead pattern for PHP 8.4. Creates resource isolation with semaphore-based concurrency limiting and thread pool isolation. Includes unit tests.

44
AI 86
testing-knowledge
testing-knowledge
dykyi-roman2/22/2026

Testing knowledge base for PHP 8.4 projects. Provides testing pyramid, AAA pattern, naming conventions, isolation principles, DDD testing guidelines, and PHPUnit patterns.

44
AI 85
create-entity
create-entity
dykyi-roman2/22/2026

Generates DDD Entities for PHP 8.4. Creates identity-based objects with behavior, state transitions, and invariant protection. Includes unit tests.

44
AI 82
microservices-knowledge
microservices-knowledge
dykyi-roman2/22/2026

Microservices Architecture knowledge base. Provides service decomposition, communication patterns, API gateway, service discovery, and data management guidelines for architecture audits and generation...

44
AI 74
create-psr7-http-message
create-psr7-http-message
dykyi-roman2/22/2026

Generates PSR-7 HTTP Message implementations for PHP 8.4. Creates Request, Response, Stream, Uri, and ServerRequest classes with immutability. Includes unit tests.

38
AI 82

Showing 18 of 99