fp-refactor
✓Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns
Installation
SKILL.md
This skill provides comprehensive patterns and strategies for migrating existing imperative TypeScript code to fp-ts functional programming patterns.
Begin by converting functions at the edges of your system:
fp-ts operations create intermediate arrays. For hot paths, keep imperative code:
Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns Source: whatiskadudoing/fp-ts-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/whatiskadudoing/fp-ts-skills --skill fp-refactor- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is fp-refactor?
Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns Source: whatiskadudoing/fp-ts-skills.
How do I install fp-refactor?
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-refactor Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/whatiskadudoing/fp-ts-skills