patterns▌
191 indexed skills · max 10 per page
kotlin-patterns
affaan-m/everything-claude-code · Productivity
Idiomatic Kotlin patterns and best practices for building robust, efficient, and maintainable applications.
prompt-engineering-patterns
wshobson/agents · Productivity
Advanced prompt engineering techniques for optimizing LLM performance, reliability, and structured outputs in production. \n \n Covers six core capability areas: few-shot learning with dynamic example selection, chain-of-thought reasoning with self-consistency, structured outputs via JSON and Pydantic schemas, iterative prompt optimization, reusable template systems, and role-based system prompt design \n Includes practical patterns for semantic example selection, self-verification workflows, pr
team-composition-patterns
wshobson/agents · Productivity
Design optimal agent team compositions with sizing heuristics, preset configurations, and agent type selection. \n \n Seven preset team configurations (Review, Debug, Feature, Fullstack, Research, Security, Migration) with recommended agent counts and types for common workflows \n Team sizing heuristic table matching task complexity (simple to very complex) with recommended team size (1–5 agents) and coordination overhead guidance \n Agent type selection guide covering general-purpose, read-only
springboot-patterns
affaan-m/everything-claude-code · Productivity
Spring Boot patterns for REST APIs, layered services, data access, caching, and async processing. \n \n Covers controller, service, and repository layers with Spring MVC/WebFlux, Spring Data JPA queries, and transactional boundaries \n Includes DTOs with validation, centralized exception handling via @ControllerAdvice , and RFC 7807 error responses \n Provides caching strategies with @Cacheable and @CacheEvict , async processing with @Async , and structured logging via SLF4J \n Demonstrates requ
multi-reviewer-patterns
wshobson/agents · Productivity
Coordinate parallel code reviews across multiple quality dimensions with deduplication and severity calibration. \n \n Allocates reviews across five dimensions (Security, Performance, Architecture, Testing, Accessibility) with recommended combinations for different code change types \n Deduplicates findings from multiple reviewers using merge rules based on file location and issue type, with conflict resolution for severity ratings \n Provides severity calibration criteria (Critical, High, Mediu
ffmpeg-patterns
mindmorass/reflex · Productivity
Best practices for video and audio processing with FFmpeg.
airflow-dag-patterns
wshobson/agents · AI/ML
Production-ready patterns for Apache Airflow DAGs, operators, sensors, testing, and deployment. \n \n Covers DAG design principles (idempotent, atomic, incremental, observable) with task dependency patterns for linear, fan-out, fan-in, and complex workflows \n Includes TaskFlow API decorators for cleaner code with automatic XCom passing, dynamic DAG generation from configs, and branching with conditional logic \n Provides sensor patterns for S3 files, external task dependencies, and custom senso
dbt-transformation-patterns
wshobson/agents · Productivity
Production-ready patterns for dbt model organization, testing, documentation, and incremental processing. \n \n Implements medallion architecture with staging, intermediate, and marts layers using consistent naming conventions (stg_, int_, dim_, fct_) and materialization strategies \n Covers source definitions with freshness checks, data quality tests (unique, not_null, relationships), and comprehensive YAML documentation for lineage tracking \n Provides incremental model patterns including dele
go-concurrency-patterns
wshobson/agents · Backend
Production patterns for Go concurrency including goroutines, channels, synchronization primitives, and context management. \n \n Covers core primitives: goroutines, channels, select, sync.Mutex, sync.WaitGroup, and context.Context with practical examples for each \n Includes seven battle-tested patterns: worker pools, fan-out/fan-in pipelines, bounded concurrency with semaphores, graceful shutdown, error groups, concurrent maps, and select timeouts \n Provides race detection guidance via command
wcag-audit-patterns
wshobson/agents · Productivity
Automated WCAG 2.2 auditing with violation detection, remediation patterns, and compliance guidance. \n \n Covers all four WCAG principles (Perceivable, Operable, Understandable, Robust) with detailed checklists for Levels A, AA, and AAA conformance \n Includes code examples for common violations: missing alt text, insufficient contrast, keyboard traps, form labels, and focus management \n Provides automated testing patterns using axe-core, Playwright, and CLI tools alongside manual verification