Explore todas as habilidades na categoria Architecture Patterns e aprimore suas capacidades de desenvolvimento de agente de IA.
dispatching-parallel-agents
60.8k
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
25 de fev. de 2026
View Details
nosql-expert
20.0k
Expert guidance for distributed NoSQL databases (Cassandra, DynamoDB). Focuses on mental models, query-first modeling, single-table design, and avoiding hot partitions in high-scale systems.
11 de fev. de 2026
View Details
golang-patterns
51.5k
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
25 de fev. de 2026
View Details
error-handling-patterns
29.3k
Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.
25 de fev. de 2026
View Details
deployment-pipeline-design
29.3k
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.
25 de fev. de 2026
View Details
pci-compliance
29.3k
Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI compliance, or implementing payment card security measures.
25 de fev. de 2026
View Details
microservices-patterns
29.3k
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.
25 de fev. de 2026
View Details
cqrs-implementation
29.3k
Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.
25 de fev. de 2026
View Details
distributed-tracing
29.3k
Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.
25 de fev. de 2026
View Details
unity-ecs-patterns
29.3k
Master Unity ECS (Entity Component System) with DOTS, Jobs, and Burst for high-performance game development. Use when building data-oriented games, optimizing performance, or working with large entity counts.
25 de fev. de 2026
View Details
rust-async-patterns
29.3k
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.
25 de fev. de 2026
View Details
saga-orchestration
29.3k
Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows.