Integration Patterns Skill Overview Design and implement robust integration patterns for connecting services, databases, and external systems. This skill encompasses RESTful and GraphQL API design, database connection management, event-driven architecture, webhook processing, retry strategies, and resilient service communication patterns. Core Competencies REST API Design Design Resource-Oriented APIs: Structure REST APIs following best practices with proper HTTP semantics: Implement Consistent Error Handling: Create standardized error responses across all endpoints: GraphQL API Design Design…