What is fp-ts-validation?
Validation patterns using fp-ts with error accumulation, form validation, and API input validation Source: whatiskadudoing/fp-ts-skills.
Validation patterns using fp-ts with error accumulation, form validation, and API input validation
Quickly install fp-ts-validation AI skill to your development environment via command line
Source: whatiskadudoing/fp-ts-skills.
This skill covers validation patterns using fp-ts, focusing on error accumulation, form validation, and API input validation.
Either represents a computation that can fail with error E or succeed with value A.
Stops at the first error encountered. Use when subsequent validations depend on previous ones.
Validation patterns using fp-ts with error accumulation, form validation, and API input validation Source: whatiskadudoing/fp-ts-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/whatiskadudoing/fp-ts-skills --skill fp-ts-validationValidation patterns using fp-ts with error accumulation, form validation, and API input validation Source: whatiskadudoing/fp-ts-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/whatiskadudoing/fp-ts-skills --skill fp-ts-validation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/whatiskadudoing/fp-ts-skills