fp-data-transforms

Installation
SKILL.md

Practical Data Transformations

This skill covers the data transformations you do every day: working with arrays, reshaping objects, normalizing API responses, grouping data, and safely accessing nested values. Each section shows the imperative approach first, then the functional equivalent, with honest assessments of when each approach shines.

When to Use

  • You need to transform arrays, objects, grouped data, or nested values in TypeScript.
  • The task involves reshaping API responses, null-safe access, aggregation, or normalization.
  • You want practical functional patterns for everyday data work instead of low-level loops.

Table of Contents

  1. Array Operations
  2. Object Transformations
  3. Data Normalization
  4. Grouping and Aggregation
  5. Null-Safe Access
  6. Real-World Examples
Related skills
Installs
27
GitHub Stars
37.3K
First Seen
Mar 13, 2026