Andrue Anderson
Community@andrueandersoncs · St. Augustine, Florida
Agent Skills by Andrue Anderson
Showing 24 vetted skills indexed across 3 GitHub repositories.
debug-mode
Capture runtime evidence from Bun log servers to diagnose frontend UI bugs.
authoring-skills
Structure Claude Skills with YAML frontmatter and SKILL.md overviews.
Configuration
Loads and validates type-safe configuration for Effect-TS applications.
Effect AI
Integrate and orchestrate AI/LLM services with Effect-TS using type-safe providers and tooling.
Scheduling
Model retries, polling, and backoff strategies for Effect-TS operations.
Traits
Implement equality, hashing, and ordering semantics in Effect-TS.
Data Types
Explain Effect core data types for type-safe logic and error handling.
Streams
Create and transform Effect Streams for asynchronous data processing in TypeScript.
Sinks
Implement and compose Effect-TS sinks to consume streams and produce results.
Platform
Provide cross-platform I/O primitives for Effect-TS applications.
Runtime
Configure Effect.js DefaultRuntime, CustomRuntime, and ManagedRuntime in TypeScript projects.
Effect Core
Create, compose, and run Effect-TS effects with Effect.gen and runtime methods.
Requirements Management
Define and manage Effect service dependencies using Context.Tag and Layer composition.
Observability
Implement structured logging, metrics, and tracing for Effect-based applications.
Error Management
Model typed errors and recovery strategies in Effect-TS projects.
Testing
Test Effect-TS code with property-based and layered workflows.
Schema
Validate and transform external data with Effect Schema.
Concurrency
Orchestrate concurrent Effect-TS tasks using fibers, queues, and promises.
State Management
Implement mutable state in Effect-TS using Ref, SynchronizedRef, and SubscriptionRef.
Pattern Matching
Replace imperative control flow with exhaustive pattern matching in Effect code.
Code Style
Enforce functional Effect-TS coding style with Schema and Match modules.
API Documentation Lookup
Fetch Effect-TS API signatures and usage examples from official documentation.
Batching and Caching
Batch and cache Effect-TS API requests to reduce redundant calls.
Resource Management
Automates resource cleanup in Effect-TS programs via acquireRelease and Layer.scoped patterns.