tag

patterns

191 indexed skills · max 10 per page

skills (191)

springboot-patterns

affaan-m/everything-claude-code · Productivity

0

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

0

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

bats-testing-patterns

wshobson/agents · Testing

0

Comprehensive testing framework for shell scripts using Bats with patterns, fixtures, and CI/CD integration. \n \n Covers core Bats concepts including test syntax, assertion patterns for exit codes and output, and setup/teardown lifecycle management \n Provides mocking and stubbing strategies for external commands, functions, and environment variables to isolate units under test \n Includes fixture management patterns, error condition testing, and shell compatibility validation across bash, sh,

architecture-patterns

wshobson/agents · Productivity

0

Implement proven backend architecture patterns for maintainable, testable, and scalable systems. \n \n Covers three core patterns: Clean Architecture (layered dependency inward), Hexagonal Architecture (ports and adapters), and Domain-Driven Design (bounded contexts, aggregates, value objects) \n Includes complete directory structures, code examples, and implementation patterns for Python backends using FastAPI, asyncpg, and similar frameworks \n Demonstrates practical separation of concerns: do

ffmpeg-patterns

mindmorass/reflex · Productivity

0

Best practices for video and audio processing with FFmpeg.

kotlin-ktor-patterns

affaan-m/everything-claude-code · Productivity

0

Comprehensive Ktor patterns for building robust, maintainable HTTP servers with Kotlin coroutines.

airflow-dag-patterns

wshobson/agents · AI/ML

0

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

0

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

0

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

0

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

prevpage 19 / 20next