projection-patterns
Low Risk 68Implement CQRS Projection Patterns
by wshobson
Event-sourced systems need efficient read models for high-performance queries. This skill provides production-ready templates and patterns for building projections, read models, and materialized views from event streams using Python.
paypal-integration
Safe 69Build PayPal checkout and subscriptions
by wshobson
You need a reliable PayPal payment flow that handles checkout, subscriptions, and refunds. This skill provides clear steps for API calls, IPN verification, and sandbox testing.
nodejs-backend-patterns
Safe 68Build production Node.js backends
by wshobson
Creating Node.js backend services requires understanding middleware patterns, authentication flows, and database integration. This skill provides ready-to-use code patterns and architectural guidance for Express and Fastify frameworks.
nft-standards
Safe 69Implement NFT standards with ERC-721 and ERC-1155
by wshobson
NFT builders need clear guidance on standards, metadata, and minting. This skill gives practical patterns for ERC-721, ERC-1155, and marketplace readiness.
nextjs-app-router-patterns
Safe 68Apply Next.js App Router patterns
by wshobson
App Router features can be hard to structure and choose. This skill provides clear patterns and examples for Next.js 14+ routing, data fetching, and Server Components.
microservices-patterns
Safe 69Design Microservices Architectures with Proven Patterns
by wshobson
Building distributed systems with microservices introduces complexity in service boundaries, inter-service communication, and fault tolerance. This skill provides battle-tested patterns for service decomposition, event-driven architecture, saga coordination, and circuit breaker implementation to help you build resilient, scalable systems.
memory-safety-patterns
Safe 69Apply memory safety patterns in systems code
by wshobson
Memory bugs cause crashes and security flaws in systems code. This skill teaches RAII, ownership, and resource management patterns in Rust, C++, and C.
langchain-architecture
Safe 70Master LangChain Architecture for AI Applications
by wshobson
Build sophisticated AI agents and workflows with LangChain. Learn to implement memory, tools, and chains for production-ready LLM applications that integrate with any data source.
javascript-testing-patterns
Safe 68Write JavaScript Tests with Jest and Vitest
by wshobson
Writing reliable tests for JavaScript and TypeScript applications is time-consuming and error-prone. This skill provides ready-to-use testing patterns for unit tests, integration tests, and component tests with mocking, fixtures, and TDD workflows.
godot-gdscript-patterns
Safe 69Build Godot 4 systems with GDScript patterns
by wshobson
You need reliable patterns for Godot gameplay systems. This skill provides proven GDScript structures for state machines, scene management, and performance optimization.
go-concurrency-patterns
Safe 69Learn production Go concurrency patterns
by wshobson
Concurrent Go code is hard to design and debug. This skill provides proven patterns, examples, and best practices you can adapt quickly.
fastapi-templates
Safe 67Create FastAPI project templates fast
by wshobson
You need a clean FastAPI structure with async and dependency injection patterns. This skill provides layouts and code examples to start a production ready API.
event-store-design
Safe 69Design robust event stores for event sourcing
by wshobson
Event sourced systems fail without durable, ordered storage and clear access patterns. This skill guides you through schemas, storage options, and subscription design.
e2e-testing-patterns
Safe 69Build Reliable End-to-End Test Suites
by wshobson
End-to-end tests catch critical bugs before users do, but flaky tests slow down deployment and erode confidence. This skill teaches proven patterns for building fast, reliable E2E test suites with Playwright and Cypress that improve code quality without slowing down your team.
dotnet-backend-patterns
Safe 73Build Production-Grade .NET Backends
by wshobson
Developing .NET backends requires understanding async patterns, dependency injection, and database access strategies. This skill provides proven templates and best practices for building APIs that are maintainable, testable, and performant.
defi-protocol-templates
Safe 69Build DeFi protocol contracts faster
by wshobson
You need solid DeFi contract templates but do not want to start from scratch. This skill provides ready-to-use structures for staking, AMMs, governance, and lending protocols that you can adapt quickly.
cqrs-implementation
Safe 69Implement CQRS Architecture Patterns
by wshobson
Build scalable applications with Command Query Responsibility Segregation. Separate read and write operations for optimal performance and maintainability.
async-python-patterns
Safe 69Master Async Python Patterns
by wshobson
Build high-performance Python applications with async/await patterns. Learn concurrent programming techniques for scalable I/O-bound systems.
architecture-patterns
Safe 70Implement Backend Architecture Patterns
by wshobson
Building maintainable backend systems requires proven architecture patterns. This skill helps you implement Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to create testable, scalable applications with proper separation of concerns.
angular-migration
Safe 69Plan an AngularJS to Angular migration
by wshobson
Legacy AngularJS code blocks modern features and maintenance. This skill provides a clear, incremental migration path with hybrid patterns and best practices.