Loading...
Loading...
Found 48002 skills
yonatangross
Quickly recovers from common Git mistakes including undoing commits, restoring branches, and leveraging reflog for history correction.
yonatangross
Manages state schemas for LangGraph workflows using TypedDict, Pydantic, and Annotated operators for shared and accumulating state.
yonatangross
Provides advanced asyncio patterns for Python, including TaskGroup and structured concurrency, for implementing concurrent operations and high-performance async services.
yonatangross
Enforces testing best practices including AAA pattern, naming conventions, isolation, and coverage thresholds to ensure high-quality test code.
yonatangross
Provides PWA implementation patterns with Workbox 7.x, service worker lifecycle management, and offline-first strategies for web applications.
yonatangross
Provides Alembic migration patterns for SQLAlchemy 2.0 async, enabling database schema versioning, zero-downtime deployments, and reversible changes.
yonatangross
Provides checkpointing and persistence for LangGraph workflows to enable fault tolerance, execution resumption, and state-based debugging.
yonatangross
Provides distributed locking patterns using Redis and PostgreSQL to coordinate across instances and prevent race conditions.
yonatangross
Coordinates multiple Claude Code instances across Git worktrees, managing file locks and sync to prevent conflicts during collaborative development.
yonatangross
Provides structured questions covering scalability, security, data, and operational dimensions for comprehensive system architecture planning before implementation.
yonatangross
Provides responsive layout patterns using Container Queries, fluid typography, and mobile-first techniques for React applications.
yonatangross
Verifies software work with evidence by collecting test results, build outputs, and coverage metrics for code reviews and deployments.
yonatangross
Automates comprehensive pull request reviews using specialized agents to evaluate code quality, functionality, and adherence to standards.
yonatangross
Provides tactical patterns for Domain-Driven Design to model complex business domains, including entities, value objects, and bounded contexts.
yonatangross
Provides API patterns for real-time streaming using SSE, WebSockets, and ReadableStream for live updates and chat backends.
yonatangross
Provides state management patterns for Zustand 5.x in React, including slices, middleware, and persistence.
yonatangross
Executes test suites with parallel processing and generates coverage reports for efficient debugging and failure analysis.
yonatangross
Enables reliable event publishing in microservices using the transactional outbox pattern, ensuring exactly-once delivery and atomic writes.
yonatangross
Enables asynchronous task processing in Python backends using Celery, ARQ, and Redis for job queues and scheduled tasks.
yonatangross
Enables safe, zero-downtime database schema migrations using expand-contract pattern and online schema changes for production deployments.
yonatangross
Enables React code splitting and lazy loading with Suspense, route-based splitting, and intersection observer for optimal bundle performance.
yonatangross
Provides standardized implementation for RFC 9457 problem details in HTTP API error responses, ensuring structured error handling.
yonatangross
Provides connection pooling patterns for Python async applications, optimizing database (asyncpg) and HTTP (aiohttp) connections in high-concurrency services.
yonatangross
Automates edge case discovery in software testing by verifying invariants and boundary conditions using Hypothesis for robust code validation.