Agent Skills by Paul Philp
Showing 26 vetted skills indexed across 2 GitHub repositories.
effect-patterns-services-agents
Implements Effect-TS services and agents using Effect.Service, Layer composition, and tagged error handling.
effect-patterns-making-http-requests
Implement typed HTTP calls with retries, caching, and logging in Effect-TS projects.
effect-patterns-platform
Automate Effect-TS platform patterns for CLI tools, services, and libraries.
effect-patterns-observability
Implement structured logging, metrics, and tracing for Effect-TS applications.
effect-patterns-streams
Provide Effect-TS streaming patterns for backpressure, grouping, and error handling.
effect-patterns-scheduling-periodic-tasks
Implement Effect-TS scheduling patterns for periodic tasks with cron, debounce, and retry.
effect-patterns-concurrency-getting-started
Implement Effect-TS concurrency patterns for race, timeout, and parallel execution.
effect-patterns-scheduling
Automate scheduling patterns for Effect-TS applications with repeat, delay, and polling operations.
effect-patterns-project-setup--execution
Automate project setup patterns for Effect-TS applications with npm and TypeScript.
effect-patterns-tooling-and-debugging
Configure tooling and debugging for Effect-TS applications.
effect-patterns-domain-modeling
Model Effect-TS domains with branded types, tagged errors, and Schema validation.
effect-patterns-error-handling-resilience
Implement exponential backoff with jitter retries for Effect-TS API calls.
effect-patterns-core-concepts
Provide structured Effect-TS core concept patterns for type-safe combinators and Layer-based dependency management.
effect-patterns-building-data-pipelines
Build scalable data pipelines using Effect-TS streaming patterns in TypeScript.
effect-patterns-error-management
Provides reusable typed solutions for handling exceptions and errors in Go applications.
effect-patterns-resource-management
Manage Effect-TS resource lifecycles with acquire/release and scoped composition.
effect-patterns-error-handling
Implement tagged-error recovery with mapError, catchTag, catchAll, and retry in Effect-TS applications.
effect-patterns-streams-sinks
Compose Effect-TS streaming sinks for batching, persisting, and publishing data.
effect-patterns-value-handling
Compose optional data in Effect-TS using the Option type.
effect-patterns-platform-getting-started
Standardize cross-platform Effect-TS operations for file I/O and environment access.
effect-patterns-building-apis
Automate Effect-TS API creation with routing, schemas, and OpenAPI generation.
effect-patterns-concurrency
Provide Effect-TS concurrency patterns for race, timeout, semaphore, and shared state coordination.
effect-patterns-getting-started
Provide runnable Effect-TS examples for retry, map, error handling, and parallel execution.
effect-patterns-streams-getting-started
Create and run Effect-TS streaming pipelines with Stream and Effect operators.