front-depiction

front-depiction

@front-depiction

GitHub
34 Skills
578 Total Stars
February 2026 Joined

Public Skills

Memory Management Skill

by front-depiction

```

File Ops 17 3mo ago

codebase-explorer

by front-depiction

Use when investigating architecture, understanding complex systems, or exploring multi-dimensional questions across a codebase. Decomposes questions into parallel tracks for comprehensive exploration with evidence-based findings.

Agents 17 3mo ago

spec-driven-development

by front-depiction

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.

Testing 17 3mo ago

architecture-analysis

by front-depiction

"Architectural dependency analysis and impact assessment. Use for: (1) Blast radius - who depends on a service, what breaks if I change it; (2) Dependency tree - what does a service depend on (ancestors/upstream); (3) Root cause analysis - find shared dependencies when multiple services fail; (4) Architecture metrics - coupling (density), depth (diameter), connectivity; (5) Domain discovery - identify module boundaries via cut vertices; (6) Hot services - critical infrastructure with many dependents; (7) Impact assessment before changes; (8) Debugging cascading failures; (9) Identifying god services, tight coupling, deep hierarchies. Provides graph-based analysis via CLI commands: analyze, blast-radius, ancestors, common-ancestors, metrics, domains, hot-services. All agents can use this for architectural questions."

Code Review 17 4mo ago

effect-concurrency-testing

by front-depiction

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.

Auth 17 4mo ago

the-vm-standard

by front-depiction

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

ML Ops 17 4mo ago

writing-laws

by front-depiction

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.

Docs Gen 17 4mo ago

parallel-explore

by front-depiction

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.

Code Review 17 5mo ago

effect-ai-language-model

by front-depiction

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.

Database 17 5mo ago

effect-ai-tool

by front-depiction

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.

Processing 17 5mo ago

effect-ai-prompt

by front-depiction

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.

Prompts 17 5mo ago

effect-ai-provider

by front-depiction

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.

Embeddings 17 5mo ago

effect-ai-streaming

by front-depiction

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

Git & VCS 17 5mo ago

wide-events

by front-depiction

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

Comments 17 5mo ago

ai-context-writer

by front-depiction

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.

Kubernetes 17 5mo ago

atom-state

by front-depiction

Implement reactive state management with Effect Atom for React applications

Debugging 17 5mo ago

react-vm

by front-depiction

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.

Processing 17 5mo ago

error-handling

by front-depiction

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.

Processing 17 5mo ago

command-executor

by front-depiction

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.

CLI Tools 17 5mo ago

schema-composition

by front-depiction

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.

Processing 17 5mo ago

pattern-matching

by front-depiction

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.

Processing 17 5mo ago

context-witness

by front-depiction

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

Database 17 5mo ago

FileSystem Platform Abstraction

by front-depiction

Hardcode platform-specific paths - use Path service for path operations

Processing 17 5mo ago

domain-modeling

by front-depiction

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.

Automation 17 5mo ago

platform-abstraction

by front-depiction

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.

CLI Tools 17 5mo ago

service-implementation

by front-depiction

Implement Effect services as fine-grained capabilities avoiding monolithic designs

Database 17 5mo ago

Effect CLI

by front-depiction

Auto-generated help - --help flag added automatically

CLI Tools 17 5mo ago

domain-predicates

by front-depiction

Generate comprehensive predicates and orders for domain types using typeclass patterns

Automation 17 5mo ago

effect-testing

by front-depiction

Write comprehensive tests using @effect/vitest for Effect code and vitest for pure functions. Use this skill when implementing tests for Effect-based applications, including services, layers, time-dependent effects, error handling, and property-based testing.

Database 17 5mo ago

layer-design

by front-depiction

Design and compose Effect layers for clean dependency management

Database 17 5mo ago

Platform Layers

by front-depiction

Entry point decides platform: Only main.ts (or equivalent entry) should import platform-specific modules

CLI Tools 17 5mo ago

typeclass-design

by front-depiction

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

Code Gen 17 5mo ago

path

by front-depiction

Assume file URL format without using conversion utilities

Processing 17 5mo ago

react-composition

by front-depiction

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.

Processing 17 6mo ago