Compact Enum Mappings

How to replace verbose multi-word string identifiers (STATUS_PAYMENT_PENDING) with compact integer or short-code enums (0, 1, 2) in structured JSON payloads to reduce token consumption by 70%.

alivirgo a06ae4c 5.0 KB Updated

File contents

alivirgo/Major-AI-Skills/tree/main/skills/compact-enum-mappings commit a06ae4cf48

Frequently asked questions

npx skillmds@latest add alivirgo/compact-enum-mappings