patterns▌
191 indexed skills · max 10 per page
jpa-patterns
affaan-m/everything-claude-code · Productivity
JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, and performance tuning in Spring Boot. \n \n Covers entity mapping with auditing, soft deletes, indexing, and enumerated types; includes transaction management with read-only optimization and propagation strategies \n Provides N+1 prevention techniques using lazy loading, JOIN FETCH queries, and DTO projections for lightweight reads \n Demonstrates pagination with Pageable, custom repository methods, and c
typescript-react-patterns
asyrafhussin/agent-skills · Frontend
Type-safe React with TypeScript. Contains 33 rules across 7 categories covering component typing, hooks, event handling, refs, generics, context, and utility types.
godot-gdscript-patterns
wshobson/agents · Backend
Production-ready GDScript patterns for Godot 4 game architecture, state management, and performance optimization. \n \n Covers seven core patterns: state machines, autoload singletons, resource-based data, object pooling, component systems, scene management, and save systems with complete working examples \n Includes best practices for signal-based decoupling, static typing, caching node references, and avoiding allocations in hot paths \n Demonstrates performance optimization techniques like ob
angular-rxjs-patterns
thebushidocollective/han · Productivity
Master RxJS in Angular for handling async operations, data streams, and reactive programming patterns.
memory-safety-patterns
wshobson/agents · Productivity
Memory-safe programming patterns for RAII, ownership, smart pointers, and resource management across Rust, C++, and C. \n \n Covers six core memory bug categories (use-after-free, double-free, leaks, buffer overflow, dangling pointers, data races) with language-specific prevention strategies \n Provides RAII patterns in C++ with destructors, lock guards, and transactions; smart pointer guidance (unique_ptr, shared_ptr, weak_ptr) with custom deleters \n Implements Rust ownership, borrowing, lifet
memory-safety-patterns
sickn33/antigravity-awesome-skills · Productivity
$20
bats-testing-patterns
wshobson/agents · Testing
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
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
ui-component-patterns
supercent-io/skills-template · Frontend
Modern React component patterns for building scalable, maintainable UI libraries. \n \n Covers five core patterns: props API design with TypeScript, composition, render props, custom hooks for logic separation, and performance optimization with React.memo and useMemo \n Includes compound components, polymorphic components, and context-based state sharing for flexible, reusable architectures \n Enforces single responsibility, accessibility standards (aria-*, role, tabindex), and prohibits prop dr
mql5-indicator-patterns
terrylica/cc-skills · Productivity
Battle-tested patterns for creating custom MQL5 indicators with proper display, buffer management, and real-time updates.