patterns▌
190 indexed skills · max 10 per page
python-anti-patterns
wshobson/agents · Backend
Common Python anti-patterns to catch during code review and debugging. \n \n Covers 14+ anti-patterns across infrastructure, architecture, error handling, resources, type safety, and testing with before/after code examples \n Includes a quick review checklist and summary table for fast reference during code reviews \n Focuses on practical fixes: centralized retry logic, DTOs, repository pattern, specific exception handling, and async-native libraries \n Emphasizes validation at API boundaries, c
swiftui-ui-patterns
dimillian/skills · Frontend
Best practices and patterns for building SwiftUI views, navigation, and state management. \n \n Covers state ownership strategies (from @State and @Binding to @Observable on iOS 17+), async/await patterns with .task , and environment injection for shared dependencies \n Includes cross-cutting references for NavigationStack routing, sheet presentation, deep linking, and app-level wiring with concrete ownership rules \n Provides component-specific guidance via indexed references, with anti-pattern
auth-implementation-patterns
wshobson/agents · Productivity
Industry-standard authentication and authorization patterns for building secure, scalable access control systems. \n \n Covers JWT (with refresh token flow), session-based, and OAuth2/social login strategies with production-ready code examples \n Includes role-based access control (RBAC), permission-based authorization, and resource ownership validation patterns \n Provides password hashing with bcrypt, rate limiting, and security best practices including token expiration and secure cookie flags
vercel-composition-patterns
supabase/supabase · Productivity
Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale.
django-patterns
affaan-m/everything-claude-code · Backend
Production-grade Django architecture patterns for scalable, maintainable applications. \n \n Covers project structure with split settings (base, development, production, test), custom managers and QuerySets, and service layer separation for business logic \n Includes Django REST Framework patterns: serializers with validation, ViewSets with custom actions, filtering, searching, and pagination \n Demonstrates ORM best practices: select_related and prefetch_related for N+1 prevention, bulk operati
api-patterns
davila7/claude-code-templates · Backend
API design principles and decision-making for 2025. Learn to THINK, not copy fixed patterns.
linkerd-patterns
wshobson/agents · Productivity
Lightweight service mesh patterns for Kubernetes with automatic mTLS and zero-trust networking. \n \n Covers installation, namespace injection, and core resources including ServiceProfile for per-route metrics, TrafficSplit for canary deployments, and Server/ServerAuthorization policies for access control \n Includes templates for mesh setup, traffic splitting, retry configuration with budgets, multi-cluster linking, and HTTPRoute-based advanced routing \n Provides monitoring and debugging comma
dotnet-backend-patterns
wshobson/agents · Backend
Production-grade C#/.NET patterns for APIs, MCP servers, and enterprise backends with modern async, DI, and data access practices. \n \n Covers clean architecture project structure, dependency injection lifetimes, and configuration with IOptions pattern \n Async/await best practices including parallel execution, ConfigureAwait usage, and ValueTask optimization for hot paths \n Entity Framework Core and Dapper repository patterns with query optimization, multi-mapping, and performance considerati
rust-async-patterns
wshobson/agents · Backend
$22
docker-patterns
affaan-m/everything-claude-code · Cloud
Docker and Docker Compose patterns for local development, multi-service orchestration, and container security. \n \n Covers multi-stage Dockerfiles with dev, build, and production targets; Docker Compose configuration for web app stacks with PostgreSQL, Redis, and Mailpit; and override files for environment-specific settings \n Includes service discovery via container networking, custom network isolation, and volume strategies (named volumes, bind mounts, anonymous volumes) for data persistence