Loading...
Loading...
Found 48002 skills
front-depiction
Provides utilities for composing complex data validation and transformation schemas using Schema.compose and Schema.pipe patterns for multi-stage data processing.
front-depiction
Tests Effect concurrency primitives including PubSub, Deferred, Latch, and Fiber for concurrent effects and event-driven systems.
front-depiction
Provides a pattern for handling AI streaming responses with start/delta/end protocols, resource-safe consumption, and history management using SubscriptionRef.
front-depiction
Enables typed error handling in Effect using Data.TaggedError, catchTag, and recovery patterns for error channel management.
front-depiction
Designs typeclass implementations with curried signatures and dual API styles (data-first and data-last) for functional programming.
front-depiction
Helps developers choose between Context Tag Witness and Capability Patterns for dependency injection, analyzing coupling trade-offs.
front-depiction
Enables reactive state management in React applications using Effect Atom for efficient data flow and component updates.
front-depiction
Generates production-ready domain models with ADTs, automatic equality, and pattern matching using Effect's Schema for entities and value objects.
front-depiction
Enforces strict architectural covenants for View Model implementation, ensuring compliance with codebase standards at all times.
front-depiction
Generates type-safe predicates and ordering functions for domain types using typeclass patterns in functional programming.
front-depiction
Enables parallel exploration of codebases by decomposing complex questions into independent tracks for multi-perspective architecture analysis.
front-depiction
Executes spec-driven development workflow from requirements through design and planning for new features and major refactorings.
vijaypemmaraju
Generates UI specs with 75% fewer tokens than React via Tooey syntax.
zbruhnke
Automates code review for merge requests by comparing branches, summarizing changes, and providing actionable feedback to ensure quality before merging.
CatsMiaow
Systematically traces errors backward through call stacks to identify root causes of bugs, adding instrumentation as needed for invalid data or incorrect behavior.
CatsMiaow
Provides a methodology for making minimal, standard, and non-invasive code changes in an existing codebase, prioritizing simplicity and avoiding unsolicited refactoring.
nonameplum
Type-safe SwiftUI navigation tools for alerts, sheets, popovers, and destination management.
gupsammy
Automates pushing commits and creating/updating pull requests with intelligent branch management for streamlined code collaboration.
gupsammy
Enables programmatic control of coding agents (Codex, Claude Code, OpenCode, Pi) via background processes for seamless development integration.
testcontainers
Provides a guide for using Testcontainers in Go to write reliable integration tests with Docker containers, supporting multiple services.
gupsammy
Intelligently groups files and generates conventional commit messages for streamlined code versioning in Git workflows.
nonameplum
Enables Bluetooth communication in Apple apps using Core Bluetooth framework for BLE/Classic, GATT services, central/peripheral roles, and background processing.
nonameplum
A Swift library enabling persistent, observable state sharing across application components.
nonameplum
Offers Swift algorithms for manipulating AsyncSequence, including combining, throttling, debouncing, and chunking operations.