data-value-patterns

Installation
SKILL.md

Data Value Patterns

Use this skill when raw events are not yet useful enough for analytics, product decisions, or downstream serving.

Default procedure

  1. Identify what is missing from the raw data:
    • business context
    • technical context
    • summarized measures
    • user sessions
    • stable ordering
  2. Choose the smallest pattern that adds the missing value.
  3. Keep raw lineage visible so debugging is still possible.
  4. Favor reusable intermediate entities over one-off dashboard-specific transforms.

Pattern guide

  • Add static reference context: static joiner (use SCD Type 2 joins when reference data has historical changes)
Related skills

More from jimnguyendev/jimmy-skills

Installs
4
GitHub Stars
4
First Seen
Apr 23, 2026