effect-concurrency-testing

41
kriegcloudkriegcloud

Test Effect concurrency primitives including PubSub, Deferred, Latch, Fiber coordination, SubscriptionRef, and Stream. Use this skill when testing concurrent effects, event-driven systems, or fiber coordination.

191 days ago

effect-ai-streaming

41
kriegcloudkriegcloud

Master Effect AI streaming response patterns including start/delta/end protocol, accumulation strategies, resource-safe consumption, and history management with SubscriptionRef.

191 days ago

atom-state

41
kriegcloudkriegcloud

Implement reactive state management with Effect Atom for React applications

191 days ago

effect-ai-provider

41
kriegcloudkriegcloud

Configure and compose AI provider layers using @effect/ai packages. Covers Anthropic, OpenAI, OpenRouter, Google, and Amazon Bedrock providers with config management, model abstraction, and runtime overrides for language model integration.

191 days ago

writing-laws

41
kriegcloudkriegcloud

Write formal laws and covenants for codebases using proper legal-style structure. Use when establishing inviolable standards, architectural constraints, or domain-specific rules that must be followed without exception.

191 days ago

service-implementation

41
kriegcloudkriegcloud

Implement Effect services as fine-grained capabilities avoiding monolithic designs

191 days ago

reflect

41
kriegcloudkriegcloud

Self-improving AI memory system that persists learnings across sessions in skill-specific MEMORY.md files. Use when capturing corrections, remembering user preferences, or extracting patterns from successful implementations. Enables continual learning without starting from zero each conversation.

191 days ago

react-composition

41
kriegcloudkriegcloud

Build composable React components using Effect Atom for state management. Use this skill when implementing React UIs that avoid boolean props, embrace component composition, and integrate with Effect's reactive state system.

191 days ago

ai-context-writer

41
kriegcloudkriegcloud

Create and update ai-context.md files that document modules for AI assistants. Use when adding documentation for packages, apps, or external references that should be discoverable via /modules commands.

191 days ago

domain-predicates

41
kriegcloudkriegcloud

Generate comprehensive predicates and orders for domain types using typeclass patterns

191 days ago

legal-review

41
kriegcloudkriegcloud

Orchestrate lawyer agents to review code for compliance with codebase laws. Spawns counsel in parallel to produce a unified legal brief.

191 days ago

context-witness

41
kriegcloudkriegcloud

Decide between Context Tag witness and capability patterns for dependency injection, understanding coupling trade-offs

191 days ago

effect-ai-language-model

41
kriegcloudkriegcloud

Master the Effect AI LanguageModel service for text generation, structured output, streaming, and tool calling. Use when working with LLM interactions, schema-validated responses, or building conversational AI systems.

191 days ago

error-handling

41
kriegcloudkriegcloud

Implement typed error handling in Effect using Data.TaggedError, catchTag/catchTags, and recovery patterns. Use this skill when working with Effect error channels, handling expected failures, or designing error recovery strategies.

191 days ago

react-vm

41
kriegcloudkriegcloud

Implement the VM pattern using Effect and Effect-Atom for reactive, testable frontend state management. Use this skill when building React applications with View Models that bridge domain services and UI.

191 days ago

domain-modeling

41
kriegcloudkriegcloud

Create production-ready Effect domain models using Schema.TaggedStruct for ADTs, Schema.Data for automatic equality, with comprehensive predicates, orders, guards, and match functions. Use when modeling domain entities, value objects, or any discriminated union types.

191 days ago

the-vm-standard

41
kriegcloudkriegcloud

The VM Standard - inviolable covenants governing View Model architecture in this codebase. These covenants SHALL NOT be violated under any circumstance.

191 days ago

parallel-explore

41
kriegcloudkriegcloud

Parallel exploration of codebase questions by decomposing into independent tracks. Use when exploring architecture, understanding systems, or investigating complex questions that benefit from multiple perspectives.

191 days ago

layer-design

41
kriegcloudkriegcloud

Design and compose Effect layers for clean dependency management

191 days ago

effect-ai-prompt

41
kriegcloudkriegcloud

Build prompts for Effect AI using messages, parts, and composition operators. Covers the complete Prompt API for constructing, merging, and manipulating conversations with language models.

191 days ago

effect-ai-tool

41
kriegcloudkriegcloud

Define and implement AI tools using @effect/ai's Tool and Toolkit APIs. Use when building LLM integrations with type-safe tool definitions, parameter validation, and handler implementations. Covers user-defined tools, provider-defined tools, and toolkit composition.

191 days ago

Better Auth Best Practices

41
kriegcloudkriegcloud

A skill to integrate better-auth. And auth framework for TypeScript projects.

191 days ago

pattern-matching

41
kriegcloudkriegcloud

Master Effect pattern matching using Data.TaggedEnum, $match, $is, Match.typeTags, and Effect.match. Avoid manual _tag checks and Effect.either patterns. Use this skill when working with discriminated unions, ADTs, or conditional logic based on tagged types.

191 days ago

command-executor

41
kriegcloudkriegcloud

Execute system commands and manage processes using Effect's Command module from @effect/platform. Use this skill when spawning child processes, running shell commands, capturing command output, or managing long-running processes with cleanup.

191 days ago

typeclass-design

41
kriegcloudkriegcloud

Implement typeclasses with curried signatures and dual APIs for both data-first and data-last usage

191 days ago

wide-events

41
kriegcloudkriegcloud

Conceptual guide to wide events (canonical log lines) for observability. Use when thinking about instrumentation strategy, span annotations, or designing what context to capture.

191 days ago

schema-composition

41
kriegcloudkriegcloud

Master Effect Schema composition patterns including Schema.compose vs Schema.pipe, transformations, filters, and validation. Use this skill when working with complex schema compositions, multi-step transformations, or when you need to validate and transform data through multiple stages.

191 days ago

Create Auth Skill

41
kriegcloudkriegcloud

A skill to create auth service for new applications.

191 days ago

spec-driven-development

41
kriegcloudkriegcloud

Implement the complete spec-driven development workflow from instructions through requirements, design, and implementation planning. Use this skill when starting new features or major refactorings that benefit from structured planning before coding.

191 days ago

platform-abstraction

41
kriegcloudkriegcloud

Use @effect/platform abstractions for cross-platform file I/O, process spawning, HTTP clients, and terminal operations. Apply this skill when writing code that interacts with the filesystem, spawns processes, makes HTTP requests, or performs console I/O to ensure portability across Node.js, Bun, and browser environments.

191 days ago