patterns
A collection of design patterns for the Langroid multi-agent framework, covering agent configuration, tool handling, task orchestration, and external integrations.
Discover reusable agent skills, browse implementation details, and find the right skill for your workflow.
172 skills found
A collection of design patterns for the Langroid multi-agent framework, covering agent configuration, tool handling, task orchestration, and external integrations.
Maintenance patterns for the @youdotcom-oss/mcp STDIO bridge, focusing on transport lifecycle management, shutdown guards, and robust error handling.
Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle.
Expert SwiftUI assistant for reviewing, refactoring, and building high-performance, testable, and modern iOS applications using Apple's best practices.
Build read models and projections from event streams for CQRS, materialized views, and optimized query performance in event-sourced systems.
Implement secure backend authentication (JWT, OAuth, Sessions) and authorization (RBAC, ABAC) patterns, including password hashing, MFA, and security best practices.
Standardized NixOS module patterns for system configuration, package management, and home-manager setups.
Master design system architecture: implement design tokens, multi-brand theming, component libraries, and automated design-to-code pipelines for scalable UI foundations.
Architectural guidance and pattern implementation for Java Spring Boot backends, covering REST API design, JPA, caching, async processing, and logging.
Expert database design and access patterns: schema architecture, indexing strategies, query optimization, repository patterns, and transaction management for SQL and NoSQL databases.
Stripe payment integration patterns for checkout, webhooks, and subscriptions. Ensures safe API usage, idempotency, signature verification, and testing compliance.
Implement React 19 patterns: React Compiler, Server Actions, Forms, and new hooks like 'use'. Guide decisions between Actions vs TanStack Query for mutations.