effect-ts-testing-and-drizzle
CommunityAvoid Drizzle test bugs in Effect-TS
AuthorTitoPrausee
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps developers diagnose and prevent subtle Effect-TS testing failures caused by Drizzle ORM field-name mismatches, isolated database layers, and update paths that silently do nothing.
Core Features & Use Cases
- Drizzle row mapping guidance: Identifies when database rows are read with camelCase JavaScript keys instead of snake_case column names, preventing empty or corrupted results.
- Shared test-layer composition: Shows how to build one in-memory SQLite database layer and provide it consistently across dependent services so test data remains visible everywhere.
- Silent no-op debugging: Flags workflows where update or adjust methods require a prior get-or-create call to ensure records exist before mutation.
- Use case: A test suite returns empty bias detection results even though inserts succeed, and this Skill helps trace the issue to row parsing, layer isolation, or missing prerequisite creation.
Quick Start
Use this Skill to review your Effect-TS and Drizzle test setup for camelCase row access, shared in-memory SQLite layers, and missing get-or-create steps, then apply the corrected patterns to eliminate silent failures.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: effect-ts-testing-and-drizzle Download link: https://github.com/TitoPrausee/nexus-toti/archive/main.zip#effect-ts-testing-and-drizzle Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.