Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns
cat ~/الجديد
تصفح أحدث المهارات المضافة إلى السوق
Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Works with React 18/19, Next.js 14/15.
A practical, jargon-free guide to functional programming - the 80/20 approach that gets results without the academic overhead
Master function composition in fp-ts using pipe and flow for building elegant, type-safe data transformation pipelines
Functional error handling and nullable value management using fp-ts Option and Either types
Practical immutability patterns in TypeScript - spread operators, nested updates, readonly types, and when mutation...
Core FP concepts including pure functions, currying, composition, and pointfree style - the foundation for mastering...
Stop throwing everywhere - handle errors as values using Either and TaskEither for cleaner, more predictable code
Master Do notation in fp-ts to write readable, sequential functional code without callback hell. Covers bind, apS,...
Everyday data transformations using functional patterns - arrays, objects, grouping, aggregation, and null-safe access
Practical patterns for composing functions in TypeScript using pipe, flow, and functional design principles
Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional...
Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples
Product types, sum types, semigroups, monoids, Eq, Ord, and building custom type class instances for domain modeling...
Implement a new variant in Fairy-Stockfish, either as built-in or variants.ini config
Control the Grabbit CLI to record browser interactions (HAR) and generate API workflows. Use this skill when the...
Generate Chinese official document (公文) Word files from controlled Markdown or JSON. Use when producing or updating...
Run the full dev loop for the current feature with guardrails. Feature-first and git/local safe.
Perform CI-parity self-review for the current feature. Feature-first, git/local safe.
Mode-aware PR open for current feature: commit (if needed) + push + open PR via gh.
Generate a PR-ready draft from TASKS, diff, and review status. Feature-first and git-aware.
Auto-merge PR via gh and fully clean up feature worktree/branch/metadata. Feature-first, safe, idempotent.
Plan the current feature (feature-first). Resolve registry/spec, detect Mode, and write tasks.
Save durable session handoff for a feature to WORKING.md plus history snapshot. Feature-first, safe.