Skip to main content

fix-at-appropriate-layer

Stars9
Forks2
UpdatedMarch 10, 2026 at 08:02

Avoid fixing display/presentation problems by modifying stored data. Use when: (1) considering normalizing dates/timestamps to fix timezone display issues, (2) tempted to transform data at ingestion to solve UI formatting problems, (3) debugging where data "looks wrong" in the UI but the underlying data is correct, (4) fixing localization/formatting issues by changing what gets stored. Core principle: Display issues belong in the display layer, not the data layer.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly