data-transformers

Installation
SKILL.md

Data Transformers

Centralized transformation logic for consistent data shaping across API routes.

When to Use This Skill

  • Data transformation is scattered across routes
  • Need consistent output formats across endpoints
  • Want testable, reusable transformation functions
  • Building dashboards with aggregated data

Core Concepts

Centralize all transformation logic in one place:

  • Aggregators (category totals, counts)
  • Rankers (top-N by score)
  • Trend calculators (comparing periods)
  • Sanitizers (validate and clean data)
Related skills
Installs
36
GitHub Stars
780
First Seen
Jan 25, 2026