Tag Spotlight
Skills, servers, and guides connected by this topic across the SkillAvatars ecosystem.
Skills
3
MCP Servers
0
Guides
General
Quick reference for fp-ts types. Use when user asks which type to use, needs Option/Either/Task decision help, or wants fp-ts imports.
Development
Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns
Quick reference for Option type. Use when user needs to handle nullable values, optional data, or wants to avoid null checks.