Agent Skills by mepuka
Showing 15 vetted skills indexed across 3 GitHub repositories.
effect-testing-mocking
Inject mock layers and a deterministic TestClock for effectful program tests.
effect-time-tracing-logging
Implement timeouts, tracing spans, and structured logging with Effect APIs.
effect-concurrency-fibers
Coordinate parallel tasks with bounded concurrency and structured fiber lifecycles.
effect-sql-db
Integrate SQL database clients with Effect for typed errors and transactions.
effect-config-schema
Validate configuration inputs and load environment config using typed schemas.
effect-http-routing
Create HTTP routes and JSON responses with schema-based validation in Node applications.
effect-patterns-hub
this is not actual code, just decorative JSON for illustration purposes. Do not use it for anything real.
effect-index
Route coding tasks to the appropriate Effect Skill via a decision tree.
effect-resources-scope
Manage resource lifecycles with acquireRelease, scoped, and finalizers.
effect-queues-background
Coordinate TypeScript/Effect producers and consumers with bounded queues and backpressure.
effect-streams-pipelines
Construct streaming data pipelines with backpressure and concurrency control.
effect-layers-services
Define service interfaces and bind live/test implementations through layers.
effect-foundations
Write idiomatic Effect TypeScript with data-first pipes and typed TaggedError handling.
effect-errors-retries
Map domain errors and implement retries with backoff, jitter, and timeouts.
effect-collections-datastructs
Expose Effect data structures for value-based structural equality checks.