Awesome Claude Code

Awesome Claude Code from dykyi-roman/awesome-claude-code.

by @dykyi-roman 283 skills

Skills in this plugin

283
  1. Create Correlation Context · dykyi-roman bundle
    Generates Correlation ID propagation components for PHP 8.4. Creates PSR-15 middleware, Monolog processor, message bus header propagation, and CorrelationContext value object. Includes unit tests.
    1 install
  2. Create Docker Env Template · dykyi-roman
    Generates Docker environment templates for PHP projects. Creates .env.docker files with service configurations and documentation.
    1 install
  3. Create Docker Nginx Config · dykyi-roman bundle
    Generates Nginx configuration for PHP-FPM Docker containers. Creates optimized reverse proxy configs with gzip, security headers, and caching.
    1 install
  4. Create Idempotency Handler · dykyi-roman bundle
    Generates Idempotency Handler for PHP 8.4. Creates PSR-15 middleware with Redis-backed deduplication, IdempotencyKey value object, and storage interface. Includes unit tests.
    1 install
  5. Create Idempotent Consumer · dykyi-roman bundle
    Generates Idempotent Consumer components for PHP 8.4. Creates message deduplication infrastructure with idempotency key management, storage backends, middleware, and unit tests.
    1 install
  6. Detect Docker Antipatterns · dykyi-roman
    Detects Docker antipatterns in PHP projects. Identifies layer ordering issues, cache invalidation, bloated images, and configuration smells.
    1 install
  7. Documentation QA Knowledge · dykyi-roman bundle
    Documentation QA knowledge base. Provides quality checklists, audit criteria, and metrics for documentation review.
    1 install
  8. Optimize Docker Build Time · dykyi-roman
    Optimizes Docker build time for PHP projects. Analyzes layer caching, BuildKit features, parallel builds, and dependency installation.
    1 install
  9. Optimize Docker Image Size · dykyi-roman
    Optimizes Docker image size for PHP projects. Reduces image footprint through Alpine, multi-stage builds, layer cleanup, and dependency minimization.
    1 install
  10. Psr Coding Style Knowledge · dykyi-roman bundle
    PSR-1 and PSR-12 coding standards knowledge base for PHP 8.4 projects. Provides quick reference for basic coding standard and extended coding style with detection patterns, examples, and antipattern identification. Use for code style audits and compliance reviews.
    1 install
  11. Analyze Docker Build Errors · dykyi-roman
    Analyzes Docker build errors for PHP projects. Identifies extension compilation failures, dependency issues, memory limits, and provides fixes.
    1 install
  12. Check Aggregate Consistency · dykyi-roman
    Audits DDD aggregate design rules. Checks single transaction boundary, identity by root, invariant enforcement, small aggregates, and consistency boundaries.
    1 install
  13. Check Context Communication · dykyi-roman
    Audits Bounded Context communication patterns. Checks Context Map relationships (Shared Kernel, ACL, Open Host), event vs direct calls, and anti-corruption layer usage.
    1 install
  14. Check Docker Compose Config · dykyi-roman
    Checks Docker Compose configuration for PHP stacks. Detects missing health checks, improper dependencies, hardcoded values, and networking issues.
    1 install
  15. Check Scalability Readiness · dykyi-roman
    Analyzes PHP code for scalability issues. Detects file-based sessions, in-memory state, hardcoded hostnames, filesystem-dependent state, and missing stateless design patterns.
    1 install
  16. Check Singleton Antipattern · dykyi-roman
    Detects Singleton anti-pattern in PHP code. Identifies global state via static instances, hidden dependencies, tight coupling, and testability issues.
    1 install
  17. Detect Architecture Pattern · dykyi-roman
    Detects architectural patterns (MVC, DDD, Hexagonal, CQRS, Layered, Event Sourcing, Microservice) from namespace structure, interface placement, and dependency direction. Outputs confidence score per pattern.
    1 install
  18. Docker Multistage Knowledge · dykyi-roman
    Docker multi-stage build knowledge base. Provides patterns for PHP dependency, extension builder, and production stages with cache optimization.
    1 install
  19. Docker Networking Knowledge · dykyi-roman
    Docker networking knowledge base. Provides network configuration patterns, DNS resolution, port mapping, and multi-service communication for PHP.
    1 install
  20. Docker Production Knowledge · dykyi-roman bundle
    Docker production knowledge base for PHP. Provides deployment patterns, health checks, graceful shutdown, logging, and monitoring.
    1 install
  21. Caching Strategies Knowledge · dykyi-roman bundle
    Caching Strategies knowledge base. Provides caching patterns (Cache-Aside, Read-Through, Write-Through, Write-Behind), invalidation approaches, multi-level caching, and Redis data structures for caching audits and generation.
    1 install
  22. Check Observability Coverage · dykyi-roman
    Analyzes PHP code for observability gaps. Detects missing structured logging, absent correlation IDs, missing health endpoints, unstructured log calls, and missing OpenTelemetry setup.
    1 install
  23. Create Anti Corruption Layer · dykyi-roman bundle
    Generates DDD Anti-Corruption Layer for PHP 8.4. Creates translation layer between bounded contexts or external systems. Includes adapters, translators, facades, and unit tests.
    1 install
  24. Create Dockerfile Production · dykyi-roman bundle
    Generates production-ready Dockerfiles for PHP 8.4 projects. Creates multi-stage builds with composer deps, extensions builder, and optimized production stages.
    1 install
  25. Docker Base Images Knowledge · dykyi-roman bundle
    Docker base images knowledge base for PHP. Provides image selection guidelines, Alpine vs Debian comparison, and version pinning strategies.
    1 install
  26. Stability Patterns Knowledge · dykyi-roman bundle
    Stability Patterns knowledge base. Provides patterns, antipatterns, and PHP-specific guidelines for Circuit Breaker, Retry, Rate Limiter, Bulkhead, and resilience audits.
    1 install
  27. Analyze Docker Runtime Errors · dykyi-roman
    Analyzes Docker runtime errors for PHP containers. Identifies 502 Bad Gateway, OOM kills, connection refused, and permission issues.
    1 install
  28. Check Docker Layer Efficiency · dykyi-roman
    Checks Docker layer efficiency for PHP builds. Analyzes layer ordering, cache utilization, and identifies optimization opportunities.
    1 install
  29. Check Docker User Permissions · dykyi-roman
    Checks Docker user and permission configuration. Detects root execution, improper file ownership, and missing security constraints.
    1 install
  30. Create Message Broker Adapter · dykyi-roman bundle
    Generates Message Broker Adapter components for PHP 8.4. Creates unified broker interface with RabbitMQ, Kafka, SQS adapters, message serialization, and unit tests.
    1 install
  31. Create Psr14 Event Dispatcher · dykyi-roman bundle
    Generates PSR-14 Event Dispatcher implementation for PHP 8.4. Creates EventDispatcherInterface, ListenerProviderInterface, and StoppableEventInterface with event propagation. Includes unit tests.
    1 install
  32. Consistency Patterns Knowledge · dykyi-roman bundle
    Consistency Patterns knowledge base. Provides strong vs eventual consistency, idempotency keys, optimistic/pessimistic locking, conflict resolution, and saga compensation patterns for distributed systems audits.
    1 install
  33. Create Chain Of Responsibility · dykyi-roman bundle
    Generates Chain of Responsibility pattern for PHP 8.4. Creates handler chains for request processing with middleware-style composition. Includes unit tests.
    1 install
  34. Docker Orchestration Knowledge · dykyi-roman
    Docker orchestration knowledge base. Provides patterns for Swarm, Kubernetes basics, service scaling, and load balancing for PHP.
    1 install
  35. Replication Sharding Knowledge · dykyi-roman bundle
    Replication and Sharding knowledge base. Provides read/write splitting at application level, connection wrapper patterns, replica lag handling, and query routing for database scaling audits.
    1 install
  36. Create Docker Supervisor Config · dykyi-roman
    Generates Supervisor configuration for Docker PHP containers. Creates process management configs for workers, schedulers, and multi-process setups.
    1 install
  37. Docker PHP Extensions Knowledge · dykyi-roman bundle
    Docker PHP extensions knowledge base. Provides installation patterns for common extensions, build dependency management, and PECL usage.
    1 install
  38. Check Dependency Vulnerabilities · dykyi-roman
    Analyzes PHP dependencies for security vulnerabilities. Detects outdated packages, known CVEs, unsupported versions, vulnerable transitive dependencies.
    1 install
  39. Create Docker Compose Production · dykyi-roman
    Generates Docker Compose production configurations for PHP projects. Creates hardened stacks with resource limits, restart policies, and monitoring.
    1 install
  40. Docker Troubleshooting Knowledge · dykyi-roman bundle
    Docker troubleshooting knowledge base. Provides debugging patterns, common error solutions, and diagnostic commands for PHP containers.
    1 install
  41. Suggest Testability Improvements · dykyi-roman
    Suggests testability improvements for PHP code. Provides DI refactoring suggestions, mock opportunities, interface extraction, testing strategy recommendations.
    1 install
  42. Check Docker Production Readiness · dykyi-roman
    Checks Docker production readiness for PHP applications. Verifies health checks, graceful shutdown, logging, monitoring, and resource limits.
    1 install
  43. Optimize Docker Compose Resources · dykyi-roman
    Optimizes Docker Compose resource allocation for PHP stacks. Configures memory limits, CPU constraints, and service scaling.
    1 install