Loading...
Loading...
Found 48002 skills
yonatangross
Automates edge case discovery in code through property-based testing with Hypothesis, validating invariants and data transformations.
yonatangross
Generates and manages Architecture Decision Records (ADRs) using the Nygard format, documenting context, decisions, consequences, and alternatives.
yonatangross
Provides API rate limiting implementation using token bucket, sliding window, and Redis patterns to handle 429 errors and prevent abuse.
yonatangross
Enables async database operations with SQLAlchemy 2.0 using AsyncSession and FastAPI integration for efficient ORM queries and connection pooling.
yonatangross
Provides React Aria hooks for building WCAG-compliant accessible UI components (buttons, dialogs, menus).
yonatangross
Provides comprehensive pull request reviews using multiple specialized agents to ensure code quality and catch issues early.
yonatangross
Guides implementation of message queue patterns for asynchronous communication, pub/sub systems, and event-driven microservices using RabbitMQ, Redis Streams, and Kafka.
yonatangross
Provides reusable patterns for implementing Progressive Web App features with Workbox 7.x, service workers, and offline-first strategies.
yonatangross
Optimizes Core Web Vitals metrics (LCP, INP, CLS) with performance budgets and RUM for improved page speed and user experience.
yonatangross
Collects test results, build outputs, coverage metrics, and exit codes to verify work completion during code reviews and deployments.
yonatangross
Provides implementation guidance for saga patterns in distributed systems, covering orchestration, choreography, and compensation strategies for multi-service transactions.
yonatangross
Guides implementation of fault tolerance patterns including circuit breakers, retry with exponential backoff, and bulkhead isolation for distributed systems and LLM integrations.
yonatangross
Provides WCAG 2.2 AA compliance patterns for web applications, enabling accessibility auditing and implementation.
yonatangross
Enables advanced pytest configurations with custom markers, plugins, hooks, and parallel execution for optimized test infrastructure and reusable test utilities.
yonatangross
Quickly undo commits, recover branches, and fix Git history using reflog operations to resolve common version control errors.
yonatangross
Analyzes error patterns and provides troubleshooting guidance for Claude Code sessions to resolve coding failures efficiently.
yonatangross
Guides on unit testing best practices, including AAA pattern, test isolation, and coverage targets for business logic.
yonatangross
Provides tactical patterns for Domain-Driven Design to model complex business domains, including entities and bounded contexts.
yonatangross
Advanced patterns for TanStack Query v5 including infinite queries, optimistic updates, and caching strategies for React data fetching.
yonatangross
Provides efficient database and HTTP connection management patterns for Python async applications, optimizing resource usage in high-concurrency services.
yonatangross
Advanced MCP patterns for tool composition, resource management, and scaling in software development workflows.
yonatangross
Provides tools and patterns for building Next.js 16+ applications with React Server Components, App Router, and server-first architecture.
yonatangross
Provides advanced Vite 7+ configuration for environment setup, plugin development, SSR, and build optimization in frontend projects.
yonatangross
Assesses software task complexity using automated codebase metrics to determine if a task requires decomposition before implementation.